Bumping to 0.7.7
authorEd Page <eopage@byu.net>
Mon, 8 Feb 2010 13:50:39 +0000 (07:50 -0600)
committerEd Page <eopage@byu.net>
Mon, 8 Feb 2010 13:50:39 +0000 (07:50 -0600)
src/constants.py
support/builddeb.py
www/telepathy-theonering.deb

index 82474fe..02fa74a 100644 (file)
@@ -2,7 +2,7 @@ import os
 
 __pretty_app_name__ = "Telepathy-TheOneRing"
 __app_name__ = "telepathy-theonering"
-__version__ = "0.7.6"
+__version__ = "0.7.7"
 __build__ = 0
 __app_magic__ = 0xdeadbeef
 _data_path_ = os.path.join(os.path.expanduser("~"), ".telepathy-theonering")
index e796a9a..f986750 100755 (executable)
@@ -34,6 +34,13 @@ __email__ = "eopage@byu.net"
 __version__ = constants.__version__
 __build__ = constants.__build__
 __changelog__ = """
+0.7.7
+* On change between available/away, start state_machine at max rather than min, reducing overhead
+* Added a check for voicemails on missed/rejected calls (checks 3 times, 1 minute apart each)
+* Adjusted default polling times to be more battery cautious for our n8x0 friends who can't change things right now
+* Bugfix: Some of the derived polling settings had bugs
+* Bugfix: Setting text polling to infinite would still have polling done if one sent a text
+
 0.7.6
 * On login, polling now starts at the max time rather than the min, reducing overhead
 * Bugfix: Polling configuration wasn't actually hooked up to anything
index b7d1b89..466709a 100644 (file)
Binary files a/www/telepathy-theonering.deb and b/www/telepathy-theonering.deb differ