Readying 4.0.11 release
This commit is contained in:
parent
42d9870343
commit
27fae4e7ac
@ -18,4 +18,4 @@
|
|||||||
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||||
|
|
||||||
from offlineimap import init
|
from offlineimap import init
|
||||||
init.startup('4.0.10')
|
init.startup('4.0.11')
|
||||||
|
9
debian/changelog
vendored
9
debian/changelog
vendored
@ -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
|
* Apply patch from Nikita V. Youshchenko to improve performance with
|
||||||
large folders. Closes: #319117.
|
large folders. Closes: #319117.
|
||||||
* Apply patch from Nikita V. Youshchenko to fix handling of invalid
|
* Apply patch from Nikita V. Youshchenko to fix handling of invalid
|
||||||
Date: headers that contain extremely large integral values.
|
Date: headers that contain extremely large integral values.
|
||||||
Closes: #324827.
|
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.
|
* 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
|
offlineimap (4.0.10) unstable; urgency=low
|
||||||
|
|
||||||
|
@ -18,4 +18,4 @@
|
|||||||
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||||
|
|
||||||
from offlineimap import init
|
from offlineimap import init
|
||||||
init.startup('4.0.10')
|
init.startup('4.0.11')
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
productname = 'OfflineIMAP'
|
productname = 'OfflineIMAP'
|
||||||
versionstr = "4.0.10"
|
versionstr = "4.0.11"
|
||||||
revno = long('$Rev: 592 $'[6:-2])
|
revno = long('$Rev: 592 $'[6:-2])
|
||||||
revstr = "Rev %d" % revno
|
revstr = "Rev %d" % revno
|
||||||
datestr = '$Date: 2004-08-01 16:50:23 -0500 (Sun, 01 Aug 2004) $'
|
datestr = '$Date: 2004-08-01 16:50:23 -0500 (Sun, 01 Aug 2004) $'
|
||||||
|
Loading…
Reference in New Issue
Block a user