Bump to 1.2.21
authorEd Page <eopage@byu.net>
Sat, 29 Jan 2011 00:43:10 +0000 (18:43 -0600)
committerEd Page <eopage@byu.net>
Sat, 29 Jan 2011 00:43:10 +0000 (18:43 -0600)
src/constants.py
support/builddeb.py
www/dialcentral.deb

index 4e20da4..c0aacc0 100644 (file)
@@ -2,7 +2,7 @@ import os
 
 __pretty_app_name__ = "DialCentral"
 __app_name__ = "dialcentral"
-__version__ = "1.2.20"
+__version__ = "1.2.21"
 __build__ = 0
 __app_magic__ = 0xdeadbeef
 _data_path_ = os.path.join(os.path.expanduser("~"), ".%s" % __app_name__)
index fbbd4db..1abf7da 100755 (executable)
@@ -30,12 +30,7 @@ __email__ = "eopage@byu.net"
 __version__ = constants.__version__
 __build__ = constants.__build__
 __changelog__ = """
-* 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
+* Fixing various contact list import bugs
 """.strip()
 
 
index 49fc73f..1b309c6 100644 (file)
Binary files a/www/dialcentral.deb and b/www/dialcentral.deb differ