From: Ed Page Date: Wed, 20 Apr 2011 02:49:58 +0000 (-0500) Subject: Bump to 1.3.2 X-Git-Url: http://git.maemo.org/git/?p=gc-dialer;a=commitdiff_plain;h=b44f362579bf797890ecb4d05153e286bfa61da9 Bump to 1.3.2 --- diff --git a/src/constants.py b/src/constants.py index 9cc92d6..9a81736 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.1" +__version__ = "1.3.2" __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 4d5911c..94fedb2 100755 --- a/support/builddeb.py +++ b/support/builddeb.py @@ -30,7 +30,10 @@ __email__ = "eopage@byu.net" __version__ = constants.__version__ __build__ = constants.__build__ __changelog__ = """ -* Fixing account dialog buttons on Maemo 5 +* 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 """.strip() diff --git a/www/dialcentral.deb b/www/dialcentral.deb index 17302bc..7b8f061 100644 Binary files a/www/dialcentral.deb and b/www/dialcentral.deb differ