From: Ed Page Date: Thu, 26 Aug 2010 00:30:56 +0000 (-0500) Subject: Bump to 1.1.12-0 X-Git-Url: http://git.maemo.org/git/?p=gc-dialer;a=commitdiff_plain;h=231df6b33a9aad057c8bc817281dd1b306bb3219 Bump to 1.1.12-0 --- diff --git a/src/constants.py b/src/constants.py index 4755b74..6ac15b0 100644 --- a/src/constants.py +++ b/src/constants.py @@ -2,8 +2,8 @@ import os __pretty_app_name__ = "DialCentral" __app_name__ = "dialcentral" -__version__ = "1.1.11" -__build__ = 1 +__version__ = "1.1.12" +__build__ = 0 __app_magic__ = 0xdeadbeef _data_path_ = os.path.join(os.path.expanduser("~"), ".%s" % __app_name__) _user_settings_ = "%s/settings.ini" % _data_path_ diff --git a/support/builddeb.py b/support/builddeb.py index 968eb1e..43fa9b4 100755 --- a/support/builddeb.py +++ b/support/builddeb.py @@ -30,7 +30,7 @@ __email__ = "eopage@byu.net" __version__ = constants.__version__ __build__ = constants.__build__ __changelog__ = """ -* Unescaping HTML escaped characters in names +* Fix for "string index bug" which was exposed by the gmail call feature """.strip() diff --git a/www/dialcentral.deb b/www/dialcentral.deb index 79e1648..58a3871 100644 Binary files a/www/dialcentral.deb and b/www/dialcentral.deb differ