From: Ed Page Date: Thu, 21 Apr 2011 02:59:30 +0000 (-0500) Subject: Bump to 1.3.3 X-Git-Url: http://git.maemo.org/git/?p=gc-dialer;a=commitdiff_plain;h=cfc36b8a2c0e02dfbb8e762057477c9e7e85f5fd;hp=ae7ca7c5ac54e19e3f40aa7ed4a8769a14023343 Bump to 1.3.3 --- diff --git a/src/constants.py b/src/constants.py index 9a81736..95d1c0f 100644 --- a/src/constants.py +++ b/src/constants.py @@ -2,7 +2,7 @@ import os __pretty_app_name__ = "DialCentral" __app_name__ = "dialcentral" -__version__ = "1.3.2" +__version__ = "1.3.3" __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 c3f93ae..41a4c81 100755 --- a/support/builddeb.py +++ b/support/builddeb.py @@ -30,10 +30,8 @@ __email__ = "eopage@byu.net" __version__ = constants.__version__ __build__ = constants.__build__ __changelog__ = """ -* Another attempt at fixing account dialog buttons on Maemo 5 (yay pyside bug #820) -* Adding back in voicemail update on missed calls, a bug stopped it from showing up -* Attempting to fix pie menu back button (another shoutout to pyside bug #820) -* Tweaking the "default" orientation setting +* Fixing a bug on applying settings +* Disabling PySide support and any associated features (system contacts). It is just too buggy right now. """.strip() diff --git a/www/dialcentral.deb b/www/dialcentral.deb index 7b8f061..7f7a2a4 100644 Binary files a/www/dialcentral.deb and b/www/dialcentral.deb differ