Bump to 1.2.20
authorEd Page <eopage@byu.net>
Fri, 28 Jan 2011 03:59:01 +0000 (21:59 -0600)
committerEd Page <eopage@byu.net>
Fri, 28 Jan 2011 03:59:01 +0000 (21:59 -0600)
src/constants.py
support/builddeb.py
www/dialcentral.deb

index 73d9b06..4e20da4 100644 (file)
@@ -2,7 +2,7 @@ import os
 
 __pretty_app_name__ = "DialCentral"
 __app_name__ = "dialcentral"
 
 __pretty_app_name__ = "DialCentral"
 __app_name__ = "dialcentral"
-__version__ = "1.2.19"
+__version__ = "1.2.20"
 __build__ = 0
 __app_magic__ = 0xdeadbeef
 _data_path_ = os.path.join(os.path.expanduser("~"), ".%s" % __app_name__)
 __build__ = 0
 __app_magic__ = 0xdeadbeef
 _data_path_ = os.path.join(os.path.expanduser("~"), ".%s" % __app_name__)
index 4a784cd..fbbd4db 100755 (executable)
@@ -30,7 +30,12 @@ __email__ = "eopage@byu.net"
 __version__ = constants.__version__
 __build__ = constants.__build__
 __changelog__ = """
 __version__ = constants.__version__
 __build__ = constants.__build__
 __changelog__ = """
-* Doing something I dislike, stop caching the SMS window, to work around Maemo 5 Qt redraw issues with hidden stacked windows
+* Fixing erroneous error report
+* Fixed visual glitches on Maemo 5 when adding contacts
+* Hopefully fixed auto-scroll on loading of SMS window
+* Improved performance of adding/removing contacts from SMS window
+* Fixed bugs with contact alternate number selector
+* Fixed bugs with SMS window closing
 """.strip()
 
 
 """.strip()
 
 
index 39db3d6..49fc73f 100644 (file)
Binary files a/www/dialcentral.deb and b/www/dialcentral.deb differ