]> code.delx.au - offlineimap/commitdiff
5.99.10 prep debian/5.99.10
authorJohn Goerzen <jgoerzen@complete.org>
Thu, 17 Apr 2008 05:11:15 +0000 (00:11 -0500)
committerJohn Goerzen <jgoerzen@complete.org>
Thu, 17 Apr 2008 05:11:15 +0000 (00:11 -0500)
bin/offlineimap
debian/changelog
offlineimap.py
offlineimap/version.py

index cbbdf9bd4b67b0a61d9d0c9a897952e0590faa76..20c969ae1f04f6283f78ba8881888b5f6b64106a 100755 (executable)
@@ -18,4 +18,4 @@
 #    Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
 
 from offlineimap import init
-init.startup('5.99.9')
+init.startup('5.99.10')
index 52018d2b43436b34104857e45a059ec54fad4d3a..ff0b6f6107e2c39b75daaf4a8949be8fbb515abc 100644 (file)
@@ -1,3 +1,9 @@
+offlineimap (5.99.10) unstable; urgency=low
+
+  * Address bug with LocalStatus folders in subfolders.
+
+ -- John Goerzen <jgoerzen@complete.org>  Thu, 17 Apr 2008 02:45:24 -0500
+
 offlineimap (5.99.9) unstable; urgency=low
 
   [ John Goerzen ]
index 0fd98ec5612b41a4925cb9900784833d8c27f22f..ee046715cefcc4e64708ee76946938553dbe7656 100755 (executable)
@@ -18,4 +18,4 @@
 #    Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 
 from offlineimap import init
-init.startup('5.99.9')
+init.startup('5.99.10')
index bcc23662b08a41a8d110548ac4aef00d7472a6bb..8baec6459276d78c44e315573c8c3c314d04c9da 100644 (file)
@@ -1,5 +1,5 @@
 productname = 'OfflineIMAP'
-versionstr = "5.99.9"
+versionstr = "5.99.10"
 
 versionlist = versionstr.split(".")
 major = versionlist[0]