Update changelog and prepare 0.8.2 release

This commit is contained in:
Nikolaus Schulz 2010-10-16 18:54:19 +02:00
parent 77a2856e48
commit a08cde18fb
4 changed files with 9 additions and 4 deletions

View File

@ -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 version 0.8.1 - 30 September 2010
* IMAP: fixed handling of LIST replies by the server where the mailbox name * IMAP: fixed handling of LIST replies by the server where the mailbox name

View File

@ -24,7 +24,7 @@ Website: http://archivemail.sourceforge.net/
""" """
# global administrivia # global administrivia
__version__ = "archivemail v0.8.1" __version__ = "archivemail v0.8.2"
__copyright__ = """\ __copyright__ = """\
Copyright (C) 2002 Paul Rodger <paul@paulrodger.com> Copyright (C) 2002 Paul Rodger <paul@paulrodger.com>
(C) 2006 Peter Poeml <poeml@suse.de>, (C) 2006 Peter Poeml <poeml@suse.de>,

View File

@ -33,8 +33,8 @@
<hr> <hr>
<div id="status"> <div id="status">
<strong>Latest version: 0.8.1</strong><br> <strong>Latest version: 0.8.2</strong><br>
Released on 2010-09-30 Released on 2010-10-16
</div> </div>
<h2>What is it?</h2> <h2>What is it?</h2>
<p> <p>

View File

@ -20,7 +20,7 @@ check_python_version()
from distutils.core import setup from distutils.core import setup
setup(name="archivemail", setup(name="archivemail",
version="0.8.1", version="0.8.2",
description="archive and compress old email", description="archive and compress old email",
license="GNU GPL", license="GNU GPL",
url="http://archivemail.sourceforge.net/", url="http://archivemail.sourceforge.net/",