From: Ed Page Date: Mon, 26 Jul 2010 16:07:59 +0000 (-0500) Subject: Bumping to 0.8.17 X-Git-Url: http://git.maemo.org/git/?p=theonering;a=commitdiff_plain;h=f455941b014224a3b6dd83acd3123223b173324b Bumping to 0.8.17 --- diff --git a/src/constants.py b/src/constants.py index 1eb14a8..61c7a86 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.16" +__version__ = "0.8.17" __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 ea4f842..789333f 100755 --- a/support/builddeb.py +++ b/support/builddeb.py @@ -32,7 +32,7 @@ __email__ = "eopage@byu.net" __version__ = constants.__version__ __build__ = constants.__build__ __changelog__ = """ -* Fixing the loss of messages (AM/PM time recognition issue) +* Fixing a bug with channel creation caused by not patching things up when removing unnecessary code """.strip() diff --git a/www/telepathy-theonering.deb b/www/telepathy-theonering.deb index 41fc410..cb81407 100644 Binary files a/www/telepathy-theonering.deb and b/www/telepathy-theonering.deb differ