From: Ed Page Date: Sat, 18 Dec 2010 15:11:03 +0000 (-0600) Subject: Bump to 0.8.23 X-Git-Url: http://git.maemo.org/git/?p=theonering;a=commitdiff_plain;h=5b7c9614e01a6d01df71e595c08bc607c31f5048;hp=0c5b4724b922bbcb9fc5d4258d78df1ee1b634a3 Bump to 0.8.23 --- diff --git a/src/constants.py b/src/constants.py index fb52315..3732d08 100644 --- a/src/constants.py +++ b/src/constants.py @@ -2,7 +2,7 @@ import os __pretty_app_name__ = "Telepathy-TheOneRing" __app_name__ = "telepathy-theonering" -__version__ = "0.8.22" +__version__ = "0.8.23" __build__ = 0 __app_magic__ = 0xdeadbeef _data_path_ = os.path.join(os.path.expanduser("~"), ".telepathy-theonering") diff --git a/support/builddeb.py b/support/builddeb.py index e023ccb..471542b 100755 --- a/support/builddeb.py +++ b/support/builddeb.py @@ -32,9 +32,8 @@ __email__ = "eopage@byu.net" __version__ = constants.__version__ __build__ = constants.__build__ __changelog__ = """ -* 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) +* Providing a more descriptive error message on most failed calls +* Working around an issue when pulling data from GV """.strip() diff --git a/www/telepathy-theonering.deb b/www/telepathy-theonering.deb index f7dfb1f..50466e4 100644 Binary files a/www/telepathy-theonering.deb and b/www/telepathy-theonering.deb differ