Bump to 5.99.13

This commit is contained in:
John Goerzen 2008-05-06 08:51:58 -05:00
parent 5749247382
commit f103c54801
4 changed files with 10 additions and 3 deletions

View File

@ -18,4 +18,4 @@
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
from offlineimap import init
init.startup('5.99.12')
init.startup('5.99.13')

7
debian/changelog vendored
View File

@ -1,3 +1,10 @@
offlineimap (5.99.13) unstable; urgency=low
* Revert Darwin memory leak workaround patch; it was causing network
communication issues. Closes: #479677.
-- John Goerzen <jgoerzen@complete.org> Tue, 06 May 2008 08:49:56 -0500
offlineimap (5.99.12) unstable; urgency=low
* Finally fix LocalStatus folders. Closes: #478990.

View File

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

View File

@ -1,5 +1,5 @@
productname = 'OfflineIMAP'
versionstr = "5.99.12"
versionstr = "5.99.13"
versionlist = versionstr.split(".")
major = versionlist[0]