Bumping to 0.7.6 and releasing the package
authorEd Page <eopage@byu.net>
Fri, 5 Feb 2010 03:35:43 +0000 (21:35 -0600)
committerEd Page <eopage@byu.net>
Fri, 5 Feb 2010 03:35:43 +0000 (21:35 -0600)
src/constants.py
support/builddeb.py
www/telepathy-theonering.deb

index 1061cdb..82474fe 100644 (file)
@@ -2,7 +2,7 @@ import os
 
 __pretty_app_name__ = "Telepathy-TheOneRing"
 __app_name__ = "telepathy-theonering"
-__version__ = "0.7.5"
+__version__ = "0.7.6"
 __build__ = 0
 __app_magic__ = 0xdeadbeef
 _data_path_ = os.path.join(os.path.expanduser("~"), ".telepathy-theonering")
index e43d400..e796a9a 100755 (executable)
@@ -34,6 +34,11 @@ __email__ = "eopage@byu.net"
 __version__ = constants.__version__
 __build__ = constants.__build__
 __changelog__ = """
+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
+* Debug Prompt: Made it so you can either reset one or all state machines (Rather than just all)
+
 0.7.5
 * Fixing a polling time bug introduced when making polling configurable
 
index c293b5b..b7d1b89 100644 (file)
Binary files a/www/telepathy-theonering.deb and b/www/telepathy-theonering.deb differ