From: Ed Page Date: Thu, 6 Jan 2011 03:21:08 +0000 (-0600) Subject: Bump to 1.2.8 X-Git-Url: http://git.maemo.org/git/?a=commitdiff_plain;h=c3ce537086c20677ba2447fa58025fca57b839f3;hp=e29f60c85dc53899aeca0d11516f6a88e31078e2;p=gc-dialer Bump to 1.2.8 --- diff --git a/src/constants.py b/src/constants.py index 2f3005b..84f8141 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.7" +__version__ = "1.2.8" __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 861ed29..f0c4c5a 100755 --- a/support/builddeb.py +++ b/support/builddeb.py @@ -30,8 +30,10 @@ __email__ = "eopage@byu.net" __version__ = constants.__version__ __build__ = constants.__build__ __changelog__ = """ -* Fixing modality for dialogs -* Adding a cancel button to the about dialog +* Fixing selected callback in Accounts Dialog bug +* Fixing first start bug +* Enabled turning off of the LED on refresh on Maemo 4.1 +* Small cleanup """.strip() diff --git a/www/dialcentral.deb b/www/dialcentral.deb index c541832..56e5d43 100644 Binary files a/www/dialcentral.deb and b/www/dialcentral.deb differ