Bumping to 0.8.3
authorEd Page <eopage@byu.net>
Sat, 27 Feb 2010 19:13:37 +0000 (13:13 -0600)
committerEd Page <eopage@byu.net>
Sat, 27 Feb 2010 19:13:37 +0000 (13:13 -0600)
src/constants.py
support/builddeb.py
www/telepathy-theonering.deb

index 0767892..4bf5074 100644 (file)
@@ -2,7 +2,7 @@ import os
 
 __pretty_app_name__ = "Telepathy-TheOneRing"
 __app_name__ = "telepathy-theonering"
-__version__ = "0.8.2"
+__version__ = "0.8.3"
 __build__ = 0
 __app_magic__ = 0xdeadbeef
 _data_path_ = os.path.join(os.path.expanduser("~"), ".telepathy-theonering")
index 1cda4ca..dfdfafe 100755 (executable)
@@ -34,6 +34,10 @@ __email__ = "eopage@byu.net"
 __version__ = constants.__version__
 __build__ = constants.__build__
 __changelog__ = """
+0.8.3
+* "Hold" support for calls, so that initiating a callback does not block incoming calls
+* Increased the auto-cleanup timeout from 5 seconds to 10 seconds
+
 0.8.2
 * Improved debug logs, removing noise
 * Reduced allotted disconnect time from 5 seconds to 2
index bf70b09..b375dc9 100644 (file)
Binary files a/www/telepathy-theonering.deb and b/www/telepathy-theonering.deb differ