mirror of
https://git.code.sf.net/p/archivemail/code
synced 2024-12-21 23:32:54 +00:00
Update changelog and prepare 0.8.1 release
This commit is contained in:
parent
eb8bc7a4ec
commit
45f82b7218
4 changed files with 9 additions and 4 deletions
|
@ -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,
|
||||
|
|
|
@ -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>,
|
||||
|
|
|
@ -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>
|
||||
|
|
2
setup.py
2
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/",
|
||||
|
|
Loading…
Reference in a new issue