From: Ed Page Date: Sat, 13 Mar 2010 19:48:53 +0000 (-0600) Subject: Bumping to 0.8.6 X-Git-Url: http://vcs.maemo.org/git/?p=theonering;a=commitdiff_plain;h=c8403270baa2bcec89d0bb62651e5db1727aa2f1 Bumping to 0.8.6 --- diff --git a/src/constants.py b/src/constants.py index 31c0c60..bec35b3 100644 --- a/src/constants.py +++ b/src/constants.py @@ -2,7 +2,7 @@ import os __pretty_app_name__ = "Telepathy-TheOneRing" __app_name__ = "telepathy-theonering" -__version__ = "0.8.5" +__version__ = "0.8.6" __build__ = 0 __app_magic__ = 0xdeadbeef _data_path_ = os.path.join(os.path.expanduser("~"), ".telepathy-theonering") diff --git a/support/builddeb.py b/support/builddeb.py index ca46835..df82466 100755 --- a/support/builddeb.py +++ b/support/builddeb.py @@ -34,6 +34,12 @@ __email__ = "eopage@byu.net" __version__ = constants.__version__ __build__ = constants.__build__ __changelog__ = """ +0.8.6 +* Switched to a 10 second timeout without connections before closing TOR +* Reduced the numbr of conversations cached +* Forcing system contacts to be enabled but only calls are working for now +* Bugfix: Reduced windows of hitting "Network Failure" when transitioning between networks + 0.8.5 * Bugfix: User's locale differs from google's causes errors * Bugfix: Reducing the times we ignore the cache of past conversations diff --git a/www/telepathy-theonering.deb b/www/telepathy-theonering.deb index 5e998ab..c04cf98 100644 Binary files a/www/telepathy-theonering.deb and b/www/telepathy-theonering.deb differ