From: Ed Page Date: Thu, 18 Feb 2010 13:56:20 +0000 (-0600) Subject: Bump to 1.1.1 X-Git-Url: http://git.maemo.org/git/?p=gc-dialer;a=commitdiff_plain;h=57326626b359ec6c289bcc4353dcc942b0f00788 Bump to 1.1.1 --- diff --git a/src/constants.py b/src/constants.py index 391a52c..d03253d 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.0" -__build__ = 8 +__version__ = "1.1.1" +__build__ = 0 __app_magic__ = 0xdeadbeef _data_path_ = os.path.join(os.path.expanduser("~"), ".dialcentral") _user_settings_ = "%s/settings.ini" % _data_path_ diff --git a/support/builddeb.py b/support/builddeb.py index 1cc6a7a..5d90661 100755 --- a/support/builddeb.py +++ b/support/builddeb.py @@ -30,6 +30,12 @@ __email__ = "eopage@byu.net" __version__ = constants.__version__ __build__ = constants.__build__ __changelog__ = """ +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 +* Bugfix: "Letters Left:" is now "Letters:" +* Bugfix: When looking for alt numbers, there were issues + 1.1.0 * Support for "+" in numbers, including on Dialpad by holding "0". I'm hoping this makes both international and Gizmo users happier * Added support for multi-part SMS messages (just like the GV site) diff --git a/www/dialcentral.deb b/www/dialcentral.deb index 6ddab83..ac20b53 100644 Binary files a/www/dialcentral.deb and b/www/dialcentral.deb differ