aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNikolaus Schulz <microschulz@web.de>2010-09-30 21:50:45 +0200
committerNikolaus Schulz <microschulz@web.de>2010-09-30 22:12:30 +0200
commit45f82b721813d430aaf58df435e8b1297d0d6365 (patch)
tree8f63aa9633ee33384fc62f88e1830b7574b5d180
parenteb8bc7a4ec1b5ca19a4b50040d96eb8b1024fd34 (diff)
downloadarchivemail-45f82b721813d430aaf58df435e8b1297d0d6365.tar.gz
archivemail-45f82b721813d430aaf58df435e8b1297d0d6365.tar.bz2
archivemail-45f82b721813d430aaf58df435e8b1297d0d6365.zip
Update changelog and prepare 0.8.1 release
-rw-r--r--CHANGELOG5
-rwxr-xr-xarchivemail2
-rw-r--r--index.html4
-rwxr-xr-xsetup.py2
4 files changed, 9 insertions, 4 deletions
diff --git a/CHANGELOG b/CHANGELOG
index f7de3ff..0fbb072 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,8 @@
+version 0.8.1 - 30 September 2010
+
+ * IMAP: fixed handling of LIST replies by the server where the mailbox name
+ is not a quoted string. (Thanks Karsten Müller)
+
Version 0.8.0 - 9 August 2010
* Fixed date header parsing to be precise with timezone information. Also,
diff --git a/archivemail b/archivemail
index 5931992..d5f326c 100755
--- a/archivemail
+++ b/archivemail
@@ -24,7 +24,7 @@ Website: http://archivemail.sourceforge.net/
"""
# global administrivia
-__version__ = "archivemail v0.8.0"
+__version__ = "archivemail v0.8.1"
__copyright__ = """\
Copyright (C) 2002 Paul Rodger <paul@paulrodger.com>
(C) 2006 Peter Poeml <poeml@suse.de>,
diff --git a/index.html b/index.html
index 0148723..522ed47 100644
--- a/index.html
+++ b/index.html
@@ -33,8 +33,8 @@
<hr>
<div id="status">
- <strong>Latest version: 0.8.0</strong><br>
- Released on 2010-08-09
+ <strong>Latest version: 0.8.1</strong><br>
+ Released on 2010-09-30
</div>
<h2>What is it?</h2>
<p>
diff --git a/setup.py b/setup.py
index 53a3c13..20b5eed 100755
--- a/setup.py
+++ b/setup.py
@@ -20,7 +20,7 @@ check_python_version()
from distutils.core import setup
setup(name="archivemail",
- version="0.8.0",
+ version="0.8.1",
description="archive and compress old email",
license="GNU GPL",
url="http://archivemail.sourceforge.net/",