From: Ed Page Date: Sat, 8 Jan 2011 02:02:52 +0000 (-0600) Subject: Bump to 1.2.9 X-Git-Url: http://git.maemo.org/git/?p=gc-dialer;a=commitdiff_plain;h=75c7ee5ee66e1066d8a1b13ee3458dc50d20559f Bump to 1.2.9 --- diff --git a/src/constants.py b/src/constants.py index 84f8141..49d2e98 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.8" +__version__ = "1.2.9" __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 f0c4c5a..af4ee73 100755 --- a/support/builddeb.py +++ b/support/builddeb.py @@ -30,10 +30,11 @@ __email__ = "eopage@byu.net" __version__ = constants.__version__ __build__ = constants.__build__ __changelog__ = """ -* 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 +* Contacts: Providing default focus to contact list for faster searching +* Contacts: Expanded support for CSV schemas for contacts +* SMS: Reduced log noise / wasted cycles when switching SMS window between single and broadcast mode +* SMS: Only clearing SMS window on success so it doesn't get lost +* SMS: Was not enabling buttons at all the right times in SMS Window, fixed it """.strip() diff --git a/www/dialcentral.deb b/www/dialcentral.deb index 56e5d43..684760b 100644 Binary files a/www/dialcentral.deb and b/www/dialcentral.deb differ