aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNikolaus Schulz <microschulz@web.de>2006-11-03 00:36:00 +0000
committerNikolaus Schulz <microschulz@web.de>2006-11-03 00:36:00 +0000
commit5abff64e5a0f851b4c5d18d06f7d59d187f14d9f (patch)
tree634d780295fdbf7d010421a0d2b53e49ab5991f3
parent4bbc0216efcda25ed94d0128ec690e84b291a471 (diff)
downloadarchivemail-5abff64e5a0f851b4c5d18d06f7d59d187f14d9f.tar.gz
archivemail-5abff64e5a0f851b4c5d18d06f7d59d187f14d9f.tar.bz2
archivemail-5abff64e5a0f851b4c5d18d06f7d59d187f14d9f.zip
Added new file RELNOTES (release notes for v0.7.0) and linked to it in
index.html.
-rw-r--r--RELNOTES50
-rw-r--r--index.html1
2 files changed, 51 insertions, 0 deletions
diff --git a/RELNOTES b/RELNOTES
new file mode 100644
index 0000000..5498e90
--- /dev/null
+++ b/RELNOTES
@@ -0,0 +1,50 @@
+Date: Fri, 03 Nov 2006 00:11:10 +0100
+Subject: archivemail 0.7 released with security fixes
+
+
+Hi folks,
+
+archivemail 0.7.0 is ready for download. This release comes with many and
+important fixes, some of which address security issues; I strongly recommend to
+upgrade.
+
+Despite the major version change, this is mostly a maintenance release, with
+notable fixes in the IMAP code. There's actually just one new feature (size
+stats, see below) if you don't count what in theory was already there, but just
+didn't work. :-)
+
+Okay, here are my pet items from the changelog, roughly ordered by priority:
+
+* Fixed unsafe creation of temporary files in the test suite.
+ This addresses Debian bug #385253, and reading the BTS log, it seems this
+ issue was assigned CVE-2006-4245, although I cannot find any further
+ reference to that CVE. Note that the bug was initially reported to affect
+ archivemail itself, too. This is not correct.
+* Fixed dotlocking race condition.
+* IMAP was broken in v0.6.2 and is now working again.
+* New feature: stats now report the total size of a mailbox and of the archived
+ messages therefrom.
+* archivemail now writes valid mbox(5) archives and by default mangles From_
+ lines; the latter can be disabled with the new option --dont-mangle (see the
+ man page for the details; see also Debian bugs #250410 and #250402)
+* archivemail finally converts on-the-wire CRLF to native EOL when saving
+ messages from an IMAP folder.
+* Fixed IMAP --delete which never worked at all.
+* Fixed IMAP --dry-run so it doesn't download all messages that would be
+ archived.
+* Fixed IMAP --size which never worked at all.
+* archivemail now requires Python version >= 2.3.
+* Fixed unittest failures.
+* Distributing man page with the tarball again and fixed distutils setup.
+
+
+The changes in this release probably better had went into several minor
+releases, when we would have something like v0.6.6 now, but I was carried away
+with bugfixing...
+
+In other news, archivemail has new maintainers, namely Peter Poeml and Nikolaus
+Schulz (that's me, hi!). The former maintainer Brandon Knitter is currently not
+active on the project.
+
+Cheers,
+Nikolaus
diff --git a/index.html b/index.html
index 53b0b9b..229e179 100644
--- a/index.html
+++ b/index.html
@@ -80,6 +80,7 @@ If you would prefer to just delete old email rather than archive it,
<li> <a href="README">README</a> file
<li> <a href="CHANGELOG">CHANGELOG</a>
<li> <a href="TODO">TODO</a> list
+<li> <a href="RELNOTES">Release notes</a> for the latest version
</ul>
<p>