Bump to 1.2.7
authorEd Page <eopage@byu.net>
Wed, 5 Jan 2011 01:26:18 +0000 (19:26 -0600)
committerEd Page <eopage@byu.net>
Wed, 5 Jan 2011 01:26:18 +0000 (19:26 -0600)
src/constants.py
support/builddeb.py
www/dialcentral.deb

index 0f9ee9e..2f3005b 100644 (file)
@@ -2,7 +2,7 @@ import os
 
 __pretty_app_name__ = "DialCentral"
 __app_name__ = "dialcentral"
-__version__ = "1.2.6"
+__version__ = "1.2.7"
 __build__ = 0
 __app_magic__ = 0xdeadbeef
 _data_path_ = os.path.join(os.path.expanduser("~"), ".%s" % __app_name__)
index 317d86a..861ed29 100755 (executable)
@@ -30,7 +30,8 @@ __email__ = "eopage@byu.net"
 __version__ = constants.__version__
 __build__ = constants.__build__
 __changelog__ = """
-* Fixing the refresh icon for Maemo 5 PR1.2
+* Fixing modality for dialogs
+* Adding a cancel button to the about dialog
 """.strip()
 
 
index 5fc209f..c541832 100644 (file)
Binary files a/www/dialcentral.deb and b/www/dialcentral.deb differ