From: Ed Page Date: Fri, 19 Feb 2010 01:50:59 +0000 (-0600) Subject: Bumping to 1.1.2 X-Git-Url: http://git.maemo.org/git/?p=gc-dialer;a=commitdiff_plain;h=22a950e744309ae80911b179502880d86c4bdbd1 Bumping to 1.1.2 --- diff --git a/src/constants.py b/src/constants.py index d03253d..96483ab 100644 --- a/src/constants.py +++ b/src/constants.py @@ -2,7 +2,7 @@ import os __pretty_app_name__ = "DialCentral" __app_name__ = "dialcentral" -__version__ = "1.1.1" +__version__ = "1.1.2" __build__ = 0 __app_magic__ = 0xdeadbeef _data_path_ = os.path.join(os.path.expanduser("~"), ".dialcentral") diff --git a/support/builddeb.py b/support/builddeb.py index 5d90661..3c3cfce 100755 --- a/support/builddeb.py +++ b/support/builddeb.py @@ -30,6 +30,14 @@ __email__ = "eopage@byu.net" __version__ = constants.__version__ __build__ = constants.__build__ __changelog__ = """ +1.1.2 +* Added names to the rows +* Disabled changing number when there weren't numbers to change to +* Reformatted the SMS window a tad +* Added a proper non-modal error box to the SMS window +* Bugfix: hildonizing the SMS Entry Window +* Bugfix: Race condition in creating SMS Entry Window + 1.1.1 * Added icons to the SMS window buttons * When selecting a number in the history tab, the call history is now shown in the SMS window diff --git a/www/dialcentral.deb b/www/dialcentral.deb index ac20b53..ffdf2af 100644 Binary files a/www/dialcentral.deb and b/www/dialcentral.deb differ