]> code.delx.au - offlineimap/commitdiff
Rev versions debian/5.99.11
authorJohn Goerzen <jgoerzen@complete.org>
Thu, 17 Apr 2008 14:53:20 +0000 (09:53 -0500)
committerJohn Goerzen <jgoerzen@complete.org>
Thu, 17 Apr 2008 14:53:20 +0000 (09:53 -0500)
bin/offlineimap
debian/changelog
offlineimap.py
offlineimap/version.py

index 20c969ae1f04f6283f78ba8881888b5f6b64106a..db74062cb3cf28d8776028de2b0dbea2713e2b4e 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.10')
+init.startup('5.99.11')
index ff0b6f6107e2c39b75daaf4a8949be8fbb515abc..6ee8c8a5235ee263232aa6007fda74fa2882024b 100644 (file)
@@ -1,3 +1,9 @@
+offlineimap (5.99.11) unstable; urgency=low
+
+  * Correct bug introduced in 5.99.10
+
+ -- John Goerzen <jgoerzen@complete.org>  Thu, 17 Apr 2008 09:52:40 -0500
+
 offlineimap (5.99.10) unstable; urgency=low
 
   * Address bug with LocalStatus folders in subfolders.
index ee046715cefcc4e64708ee76946938553dbe7656..2bb03bfab9c8ccd1854108f5604b4c5a4e4521ce 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.10')
+init.startup('5.99.11')
index 8baec6459276d78c44e315573c8c3c314d04c9da..318c468693b94cc102f13ec49a169fea6394dd7f 100644 (file)
@@ -1,5 +1,5 @@
 productname = 'OfflineIMAP'
-versionstr = "5.99.10"
+versionstr = "5.99.11"
 
 versionlist = versionstr.split(".")
 major = versionlist[0]