From: Ed Page Date: Fri, 18 Feb 2011 23:33:37 +0000 (-0600) Subject: Bump to 1.2.26 X-Git-Url: http://git.maemo.org/git/?a=commitdiff_plain;h=771753b90b46c1ad9587da65f35de0c600570e12;hp=98f386c76ec83a2cc1f066ca2170f02756190a6a;p=gc-dialer Bump to 1.2.26 --- diff --git a/src/constants.py b/src/constants.py index a306618..82031db 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.25" +__version__ = "1.2.26" __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 5a9d878..2fa2f24 100755 --- a/support/builddeb.py +++ b/support/builddeb.py @@ -30,8 +30,7 @@ __email__ = "eopage@byu.net" __version__ = constants.__version__ __build__ = constants.__build__ __changelog__ = """ -* Fixed the alarm recurrence display in the settings dialog (Maemo 4.1) -* Forgot to flush alarm notifier settings on apply (Maemo 4.1) +* Fixing some issues propogating full screen settings to the SMS Entry window """.strip() diff --git a/www/dialcentral.deb b/www/dialcentral.deb index 1b7901b..5bfabde 100644 Binary files a/www/dialcentral.deb and b/www/dialcentral.deb differ