From: Ed Page Date: Thu, 1 Apr 2010 19:23:40 +0000 (-0500) Subject: Bumping to 0.8.8 X-Git-Url: http://vcs.maemo.org/git/?p=theonering;a=commitdiff_plain;h=9706f0634b202fe650bd97c66392f7bbd8128cc5 Bumping to 0.8.8 --- diff --git a/src/constants.py b/src/constants.py index dc9e309..a12f29e 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.7" +__version__ = "0.8.8" __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 5a85bfd..d31898e 100755 --- a/support/builddeb.py +++ b/support/builddeb.py @@ -34,6 +34,9 @@ __email__ = "eopage@byu.net" __version__ = constants.__version__ __build__ = constants.__build__ __changelog__ = """ +0.8.8 +* Switching to a non-blocking system so TOR can remain responsive to MC and avoid being leaked in the first place + 0.8.7 * Adding some logging to help track down some issues diff --git a/www/telepathy-theonering.deb b/www/telepathy-theonering.deb index 8f5dbad..8867ec3 100644 Binary files a/www/telepathy-theonering.deb and b/www/telepathy-theonering.deb differ