From: Ed Page Date: Sat, 24 Apr 2010 02:49:23 +0000 (-0500) Subject: Bump to 0.8.12 X-Git-Url: http://vcs.maemo.org/git/?p=theonering;a=commitdiff_plain;h=9a66ee82112baa3a5271f26432fa688097b2a133 Bump to 0.8.12 --- diff --git a/src/constants.py b/src/constants.py index 8cd615c..34de589 100644 --- a/src/constants.py +++ b/src/constants.py @@ -2,7 +2,7 @@ import os __pretty_app_name__ = "Telepathy-TheOneRing" __app_name__ = "telepathy-theonering" -__version__ = "0.8.11" +__version__ = "0.8.12" __build__ = 0 __app_magic__ = 0xdeadbeef _data_path_ = os.path.join(os.path.expanduser("~"), ".telepathy-theonering") diff --git a/support/builddeb.py b/support/builddeb.py index 6c61cdd..2562023 100755 --- a/support/builddeb.py +++ b/support/builddeb.py @@ -34,6 +34,10 @@ __email__ = "eopage@byu.net" __version__ = constants.__version__ __build__ = constants.__build__ __changelog__ = """ +0.8.12 +* Re-using handles to hopefully reduce potential funky issues +* Fixing a bug where the conversation cache was lost when switching networks, causing old messages to be displayed as new + 0.8.11 * Various improvements to gathering debug information to assist with several outstanding issues diff --git a/www/telepathy-theonering.deb b/www/telepathy-theonering.deb index 556a68c..0ce3234 100644 Binary files a/www/telepathy-theonering.deb and b/www/telepathy-theonering.deb differ