From a08cde18fb8cba0cc5e090d60adcb5130b57932b Mon Sep 17 00:00:00 2001 From: Nikolaus Schulz Date: Sat, 16 Oct 2010 18:54:19 +0200 Subject: [PATCH] Update changelog and prepare 0.8.2 release --- CHANGELOG | 5 +++++ archivemail | 2 +- index.html | 4 ++-- setup.py | 2 +- 4 files changed, 9 insertions(+), 4 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 0fbb072..e256308 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,8 @@ +version 0.8.2 - 16 October 2010 + + * IMAP: don't prepend NAMESPACE prefix to INBOX and its children. + Closes: #3083236. + version 0.8.1 - 30 September 2010 * IMAP: fixed handling of LIST replies by the server where the mailbox name diff --git a/archivemail b/archivemail index 4eca685..896268d 100755 --- a/archivemail +++ b/archivemail @@ -24,7 +24,7 @@ Website: http://archivemail.sourceforge.net/ """ # global administrivia -__version__ = "archivemail v0.8.1" +__version__ = "archivemail v0.8.2" __copyright__ = """\ Copyright (C) 2002 Paul Rodger (C) 2006 Peter Poeml , diff --git a/index.html b/index.html index 522ed47..4a81f8f 100644 --- a/index.html +++ b/index.html @@ -33,8 +33,8 @@
- Latest version: 0.8.1
- Released on 2010-09-30 + Latest version: 0.8.2
+ Released on 2010-10-16

What is it?

diff --git a/setup.py b/setup.py index 20b5eed..33eab7c 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.1", + version="0.8.2", description="archive and compress old email", license="GNU GPL", url="http://archivemail.sourceforge.net/",