Bumping to 0.7.11
authorEd Page <eopage@byu.net>
Fri, 12 Feb 2010 03:53:51 +0000 (21:53 -0600)
committerEd Page <eopage@byu.net>
Fri, 12 Feb 2010 03:53:51 +0000 (21:53 -0600)
src/constants.py
support/builddeb.py
www/telepathy-theonering.deb

index 5ebd82a..73dba1b 100644 (file)
@@ -2,7 +2,7 @@ import os
 
 __pretty_app_name__ = "Telepathy-TheOneRing"
 __app_name__ = "telepathy-theonering"
-__version__ = "0.7.10"
+__version__ = "0.7.11"
 __build__ = 0
 __app_magic__ = 0xdeadbeef
 _data_path_ = os.path.join(os.path.expanduser("~"), ".telepathy-theonering")
index fbcaf36..f0c23a1 100755 (executable)
@@ -34,6 +34,12 @@ __email__ = "eopage@byu.net"
 __version__ = constants.__version__
 __build__ = constants.__build__
 __changelog__ = """
+0.7.11
+* Bugfix: Attempting to improve the behavior of calls by reducing potential RTComm errors
+* Bugfix: Issues with weird unexpected disconnect issues
+* Bugfix: I guess I made a mistake in registering for system signals, whoops
+* Bugfix: Following more closely the Telepathy spec by doing connects and disconnects asynchronously
+
 0.7.10
 * Increased the network timeout when connecting to GV
 * Bugfix: On connection failure, the connection would be left around, preventing future connections
index 161171e..cf87cf6 100644 (file)
Binary files a/www/telepathy-theonering.deb and b/www/telepathy-theonering.deb differ