Bump to 1.3.2
authorEd Page <eopage@byu.net>
Wed, 20 Apr 2011 02:49:58 +0000 (21:49 -0500)
committerEd Page <eopage@byu.net>
Wed, 20 Apr 2011 02:49:58 +0000 (21:49 -0500)
src/constants.py
support/builddeb.py
www/dialcentral.deb

index 9cc92d6..9a81736 100644 (file)
@@ -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__)
index 4d5911c..94fedb2 100755 (executable)
@@ -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()
 
 
index 17302bc..7b8f061 100644 (file)
Binary files a/www/dialcentral.deb and b/www/dialcentral.deb differ