Bump to 0.8.22
authorEd Page <eopage@byu.net>
Thu, 9 Dec 2010 01:42:18 +0000 (19:42 -0600)
committerEd Page <eopage@byu.net>
Thu, 9 Dec 2010 01:42:18 +0000 (19:42 -0600)
src/constants.py
support/builddeb.py
www/telepathy-theonering.deb

index 15bdff2..fb52315 100644 (file)
@@ -2,7 +2,7 @@ import os
 
 __pretty_app_name__ = "Telepathy-TheOneRing"
 __app_name__ = "telepathy-theonering"
-__version__ = "0.8.21"
+__version__ = "0.8.22"
 __build__ = 0
 __app_magic__ = 0xdeadbeef
 _data_path_ = os.path.join(os.path.expanduser("~"), ".telepathy-theonering")
index 1e1e089..e023ccb 100755 (executable)
@@ -32,7 +32,9 @@ __email__ = "eopage@byu.net"
 __version__ = constants.__version__
 __build__ = constants.__build__
 __changelog__ = """
-* Fixing unicode support
+* Making "calls" end immediately rather than waiting for the callback request to complete to fix issues with the waiting blocking accepting the callback if it comes in too quickly.  Reporting errors through the debug prompt now.
+* Respecting the servers "read" status for voicemail
+* Using a newer contacts "API" which should speed things up a big (more improvements possible)
 """.strip()
 
 
index c26195d..f7dfb1f 100644 (file)
Binary files a/www/telepathy-theonering.deb and b/www/telepathy-theonering.deb differ