Bump to 0.8.14-0
authorEd Page <eopage@byu.net>
Wed, 23 Jun 2010 01:23:40 +0000 (20:23 -0500)
committerEd Page <eopage@byu.net>
Wed, 23 Jun 2010 01:23:40 +0000 (20:23 -0500)
src/constants.py
support/builddeb.py
support/theonering.manager
www/telepathy-theonering.deb

index de53beb..a40d3bf 100644 (file)
@@ -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_
index 9a90692..5107514 100755 (executable)
@@ -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()
 
 
index c0204e9..770df26 100644 (file)
@@ -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
index ae27197..7265bdb 100644 (file)
Binary files a/www/telepathy-theonering.deb and b/www/telepathy-theonering.deb differ