Bump to 1.3.3
authorEd Page <eopage@byu.net>
Thu, 21 Apr 2011 02:59:30 +0000 (21:59 -0500)
committerEd Page <eopage@byu.net>
Thu, 21 Apr 2011 02:59:30 +0000 (21:59 -0500)
src/constants.py
support/builddeb.py
www/dialcentral.deb

index 9a81736..95d1c0f 100644 (file)
@@ -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__)
index c3f93ae..41a4c81 100755 (executable)
@@ -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()
 
 
index 7b8f061..7f7a2a4 100644 (file)
Binary files a/www/dialcentral.deb and b/www/dialcentral.deb differ