Readying 4.0.11 release

This commit is contained in:
John Goerzen 2005-08-24 19:07:15 +01:00
parent 42d9870343
commit 27fae4e7ac
4 changed files with 5 additions and 10 deletions

View File

@ -18,4 +18,4 @@
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
from offlineimap import init
init.startup('4.0.10')
init.startup('4.0.11')

9
debian/changelog vendored
View File

@ -1,18 +1,13 @@
offlineimap (4.0.12) unstable; urgency=low
offlineimap (4.0.11) unstable; urgency=low
* Apply patch from Nikita V. Youshchenko to improve performance with
large folders. Closes: #319117.
* Apply patch from Nikita V. Youshchenko to fix handling of invalid
Date: headers that contain extremely large integral values.
Closes: #324827.
-- John Goerzen <jgoerzen@complete.org> Mon, 22 Aug 2005 21:16:06 -0500
offlineimap (4.0.11) unstable; urgency=low
* s/foldertrans/nametrans/ in docs. Closes: #314429.
-- John Goerzen <jgoerzen@complete.org> Fri, 17 Jun 2005 06:18:38 -0500
-- John Goerzen <jgoerzen@complete.org> Wed, 24 Aug 2005 06:06:24 -0500
offlineimap (4.0.10) unstable; urgency=low

View File

@ -18,4 +18,4 @@
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
from offlineimap import init
init.startup('4.0.10')
init.startup('4.0.11')

View File

@ -1,5 +1,5 @@
productname = 'OfflineIMAP'
versionstr = "4.0.10"
versionstr = "4.0.11"
revno = long('$Rev: 592 $'[6:-2])
revstr = "Rev %d" % revno
datestr = '$Date: 2004-08-01 16:50:23 -0500 (Sun, 01 Aug 2004) $'