From: Ed Page Date: Sat, 20 Feb 2010 04:16:48 +0000 (-0600) Subject: Bumping to 1.1.4 X-Git-Url: http://git.maemo.org/git/?p=gc-dialer;a=commitdiff_plain;h=68085c719e959aba23a8d84f582316b36915627f;ds=sidebyside Bumping to 1.1.4 --- diff --git a/src/constants.py b/src/constants.py index 485ef42..f8d78d9 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.3" +__version__ = "1.1.4" __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 5858943..cf5330d 100755 --- a/support/builddeb.py +++ b/support/builddeb.py @@ -30,6 +30,9 @@ __email__ = "eopage@byu.net" __version__ = constants.__version__ __build__ = constants.__build__ __changelog__ = """ +1.1.4 +* Bugfix from 1.1.0: Scroll to bottom when removing a recipient +* Bugfix for 1.1.1: Maemo 5 fix was incomplete 1.1.3 * Broadcast SMS: Increased the spacing between contacts * SMS: Added Ctrl+h shortcut to hide the window for adding more recipients to the SMS diff --git a/www/dialcentral.deb b/www/dialcentral.deb index aa09358..da9fc28 100644 Binary files a/www/dialcentral.deb and b/www/dialcentral.deb differ