From: Ed Page Date: Wed, 23 Jun 2010 01:23:40 +0000 (-0500) Subject: Bump to 0.8.14-0 X-Git-Url: http://git.maemo.org/git/?p=theonering;a=commitdiff_plain;h=9002fbe7b13fcdc23326ae01c568131b150848cf Bump to 0.8.14-0 --- diff --git a/src/constants.py b/src/constants.py index de53beb..a40d3bf 100644 --- a/src/constants.py +++ b/src/constants.py @@ -2,8 +2,8 @@ import os __pretty_app_name__ = "Telepathy-TheOneRing" __app_name__ = "telepathy-theonering" -__version__ = "0.8.13" -__build__ = 2 +__version__ = "0.8.14" +__build__ = 0 __app_magic__ = 0xdeadbeef _data_path_ = os.path.join(os.path.expanduser("~"), ".telepathy-theonering") _user_settings_ = "%s/settings.ini" % _data_path_ diff --git a/support/builddeb.py b/support/builddeb.py index 9a90692..5107514 100755 --- a/support/builddeb.py +++ b/support/builddeb.py @@ -23,8 +23,6 @@ Features: . * Reduce battery drain by setting your status to "Away" . -* Block incoming calls by switching your status to "Hidden" -. Note: Google and Google Voice are probably trademarks of Google. This software nor the author has any affiliation with Google . Homepage: http://theonering.garage.maemo.org @@ -34,7 +32,8 @@ __email__ = "eopage@byu.net" __version__ = constants.__version__ __build__ = constants.__build__ __changelog__ = """ -* Fixing a bug introduced in the previous build that prevented launching +* Fixing a bug in Ubuntu support that prevented calls from being made +* Adding some logging to help track down lost messages """.strip() diff --git a/support/theonering.manager b/support/theonering.manager index c0204e9..770df26 100644 --- a/support/theonering.manager +++ b/support/theonering.manager @@ -7,8 +7,8 @@ ObjectPath = /org/freedesktop/Telepathy/ConnectionManager/theonering param-account = s required param-password = s required secret param-forward = s -param-use-gv-contacts = b param-ignore-dnd = b +param-use-gv-contacts = b param-contacts-poll-period-in-hours = i param-voicemail-poll-period-in-minutes = i param-texts-poll-period-in-minutes = i diff --git a/www/telepathy-theonering.deb b/www/telepathy-theonering.deb index ae27197..7265bdb 100644 Binary files a/www/telepathy-theonering.deb and b/www/telepathy-theonering.deb differ