From: Ed Page Date: Thu, 13 Jan 2011 03:55:05 +0000 (-0600) Subject: Bump to 1.2.17 X-Git-Url: http://vcs.maemo.org/git/?a=commitdiff_plain;h=72306c0a51eba528e2c6f186326d976946e2be6e;p=gc-dialer Bump to 1.2.17 --- diff --git a/src/constants.py b/src/constants.py index 49ff149..cbd24f1 100644 --- a/src/constants.py +++ b/src/constants.py @@ -2,7 +2,7 @@ import os __pretty_app_name__ = "DialCentral" __app_name__ = "dialcentral" -__version__ = "1.2.16" +__version__ = "1.2.17" __build__ = 0 __app_magic__ = 0xdeadbeef _data_path_ = os.path.join(os.path.expanduser("~"), ".%s" % __app_name__) diff --git a/support/builddeb.py b/support/builddeb.py index 8d24717..0ca1b93 100755 --- a/support/builddeb.py +++ b/support/builddeb.py @@ -30,7 +30,8 @@ __email__ = "eopage@byu.net" __version__ = constants.__version__ __build__ = constants.__build__ __changelog__ = """ -* Improving the look and behavior of the pie menu back button +* Reduced redraws on spurious rotations +* Improving error notification """.strip() diff --git a/www/dialcentral.deb b/www/dialcentral.deb index e5c57e6..afb24a3 100644 Binary files a/www/dialcentral.deb and b/www/dialcentral.deb differ