aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNikolaus Schulz <microschulz@web.de>2011-07-09 19:11:43 +0200
committerNikolaus Schulz <microschulz@web.de>2011-07-09 19:11:43 +0200
commite3f5289e13ac9d3a6dc95addd9730e850e141be5 (patch)
treec81da227299d831cfee57da584973feedf38c7e4
parent483a58879f4a503ce37523f7661ee950ea3c7947 (diff)
downloadarchivemail-e3f5289e13ac9d3a6dc95addd9730e850e141be5.tar.gz
archivemail-e3f5289e13ac9d3a6dc95addd9730e850e141be5.tar.bz2
archivemail-e3f5289e13ac9d3a6dc95addd9730e850e141be5.zip
Changelog: shorten message about fix for test suite failures with Python 2.7
That really were too much details nobody cares for.
-rw-r--r--CHANGELOG4
1 files changed, 1 insertions, 3 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 73485aa..36b0bbe 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -3,9 +3,7 @@ version 0.?.? - UNRELEASED
* Fixed manpage installation path to be FHS compliant
* Speed up IMAP archiving with the --quiet option
* Ported the manpage from SGML to XML
- * Fix test suite failures with Python 2.7 by letting the test suite method
- FixedGzipFile.seek() return the new absolute file position.
- Closes: #3314293.
+ * Fix test suite failures with Python 2.7. Closes: #3314293.
* IMAP: support international mailbox names containing non-ASCII characters.
* IMAP: handle broken servers sending no untagged SEARCH response.
Closes: #879716, #3213272.