Bump to 0.8.1
authorEd Page <eopage@byu.net>
Fri, 26 Feb 2010 01:35:56 +0000 (19:35 -0600)
committerEd Page <eopage@byu.net>
Fri, 26 Feb 2010 01:35:56 +0000 (19:35 -0600)
src/constants.py
support/builddeb.py
www/telepathy-theonering.deb

index 801d8ec..8ab84d4 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.8.0"
+__version__ = "0.8.1"
 __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 87e09a7..ba27618 100755 (executable)
@@ -34,6 +34,10 @@ __email__ = "eopage@byu.net"
 __version__ = constants.__version__
 __build__ = constants.__build__
 __changelog__ = """
 __version__ = constants.__version__
 __build__ = constants.__build__
 __changelog__ = """
+0.8.1
+* Canceling of outbound calls
+* Bugfix: Removing race condition with disconnect.  I introduced it expecting it to help but it hurts more than it helps
+
 0.8.0
 * Basic avatar support to distinguish phone types
 * Tweaks to hopefully improve behavior
 0.8.0
 * Basic avatar support to distinguish phone types
 * Tweaks to hopefully improve behavior
index 575d1ec..ad8d8bb 100644 (file)
Binary files a/www/telepathy-theonering.deb and b/www/telepathy-theonering.deb differ