From: Ed Page Date: Wed, 17 Feb 2010 03:03:25 +0000 (-0600) Subject: Bump to 0.7.14 X-Git-Url: http://git.maemo.org/git/?p=theonering;a=commitdiff_plain;h=9936dca2bafa361942fd36ae53772a5f97f8679b Bump to 0.7.14 --- diff --git a/src/constants.py b/src/constants.py index ecca28b..8c580fb 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.7.13" +__version__ = "0.7.14" __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 4052d44..ea0db8b 100755 --- a/support/builddeb.py +++ b/support/builddeb.py @@ -34,6 +34,12 @@ __email__ = "eopage@byu.net" __version__ = constants.__version__ __build__ = constants.__build__ __changelog__ = """ +0.7.14 +* Bugfix: Polling state machines weren't properly resetting (maybe thats why I had such good battery life) +* Bugfix: On Maemo 4.1 there are still some empty windows created +* Bugfix: Obscure alias bug no one should hit with The One Ring +* Bugfix: Another obscure bug causing possibly no negative side-effects + 0.7.13 * Bugfix: Cancelling timeouts diff --git a/www/telepathy-theonering.deb b/www/telepathy-theonering.deb index f81b699..7abcb66 100644 Binary files a/www/telepathy-theonering.deb and b/www/telepathy-theonering.deb differ