]> code.delx.au - offlineimap/commitdiff
Prepping 5.99.15; fixes: #63 debian/5.99.15
authorJohn Goerzen <jgoerzen@complete.org>
Mon, 12 May 2008 14:03:08 +0000 (09:03 -0500)
committerJohn Goerzen <jgoerzen@complete.org>
Mon, 12 May 2008 14:03:08 +0000 (09:03 -0500)
bin/offlineimap
debian/changelog
offlineimap.py
offlineimap/version.py

index 448a1bf7bf05761d220a94a606faa3a5ea5c860f..d09134678dbf374aafab6b4d54de25a8eb7c315e 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.14')
+init.startup('5.99.15')
index e4dea844f721f8db2430d4943e003b79bb8db951..9731efef3814e0e30b43e44876f325373311705c 100644 (file)
@@ -1,3 +1,9 @@
+offlineimap (5.99.15) unstable; urgency=low
+
+  * Finally fix the LocalStatus issues.  Closes: #479798.
+
+ -- John Goerzen <jgoerzen@complete.org>  Mon, 12 May 2008 09:01:26 -0500
+
 offlineimap (5.99.14) unstable; urgency=low
 
   * Revert some previous attempts at LocalStatus creation.
index 7ec09de39f0ae7ed4cc0d1703b358c91811c08c6..da99c18507b30e97722f4fa482ca5786b8f8eeb2 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.14')
+init.startup('5.99.15')
index e95e17433eca5af753f3cf60e5438fceb80be9ba..0ca68bc37c2037ed0dbf44391e35ab26a938615d 100644 (file)
@@ -1,5 +1,5 @@
 productname = 'OfflineIMAP'
-versionstr = "5.99.14"
+versionstr = "5.99.15"
 
 versionlist = versionstr.split(".")
 major = versionlist[0]