Bump to 0.7.14
authorEd Page <eopage@byu.net>
Wed, 17 Feb 2010 03:03:25 +0000 (21:03 -0600)
committerEd Page <eopage@byu.net>
Wed, 17 Feb 2010 03:03:25 +0000 (21:03 -0600)
src/constants.py
support/builddeb.py
www/telepathy-theonering.deb

index ecca28b..8c580fb 100644 (file)
@@ -2,7 +2,7 @@ import os
 
 __pretty_app_name__ = "Telepathy-TheOneRing"
 __app_name__ = "telepathy-theonering"
 
 __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")
 __build__ = 0
 __app_magic__ = 0xdeadbeef
 _data_path_ = os.path.join(os.path.expanduser("~"), ".telepathy-theonering")
index 4052d44..ea0db8b 100755 (executable)
@@ -34,6 +34,12 @@ __email__ = "eopage@byu.net"
 __version__ = constants.__version__
 __build__ = constants.__build__
 __changelog__ = """
 __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
 
 0.7.13
 * Bugfix: Cancelling timeouts
 
index f81b699..7abcb66 100644 (file)
Binary files a/www/telepathy-theonering.deb and b/www/telepathy-theonering.deb differ