Bumping to 0.7.12
authorEd Page <eopage@byu.net>
Fri, 12 Feb 2010 13:08:38 +0000 (07:08 -0600)
committerEd Page <eopage@byu.net>
Fri, 12 Feb 2010 13:08:38 +0000 (07:08 -0600)
src/constants.py
support/builddeb.py
www/telepathy-theonering.deb

index 73dba1b..7631d49 100644 (file)
@@ -2,7 +2,7 @@ import os
 
 __pretty_app_name__ = "Telepathy-TheOneRing"
 __app_name__ = "telepathy-theonering"
 
 __pretty_app_name__ = "Telepathy-TheOneRing"
 __app_name__ = "telepathy-theonering"
-__version__ = "0.7.11"
+__version__ = "0.7.12"
 __build__ = 0
 __app_magic__ = 0xdeadbeef
 _data_path_ = os.path.join(os.path.expanduser("~"), ".telepathy-theonering")
 __build__ = 0
 __app_magic__ = 0xdeadbeef
 _data_path_ = os.path.join(os.path.expanduser("~"), ".telepathy-theonering")
index f0c23a1..d30111a 100755 (executable)
@@ -34,6 +34,14 @@ __email__ = "eopage@byu.net"
 __version__ = constants.__version__
 __build__ = constants.__build__
 __changelog__ = """
 __version__ = constants.__version__
 __build__ = constants.__build__
 __changelog__ = """
+0.7.12
+* Bugfix: In 0.7.11 I messed up refreshing messages
+* Bugfix: DND support has been broken for a while
+* Bugfix: Auto-disconnect on Maemo 4.1 couldn't have worked for a while
+* Bugfix: Handling missed calls had .. issues
+* Bugfix: Issues when making a call introduced in 0.7.11
+* Etc with the bug fixes (all too small to list)
+
 0.7.11
 * Bugfix: Attempting to improve the behavior of calls by reducing potential RTComm errors
 * Bugfix: Issues with weird unexpected disconnect issues
 0.7.11
 * Bugfix: Attempting to improve the behavior of calls by reducing potential RTComm errors
 * Bugfix: Issues with weird unexpected disconnect issues
index cf87cf6..30c87f4 100644 (file)
Binary files a/www/telepathy-theonering.deb and b/www/telepathy-theonering.deb differ