Bump to 1.2.25
authorEd Page <eopage@byu.net>
Thu, 17 Feb 2011 02:16:22 +0000 (20:16 -0600)
committerEd Page <eopage@byu.net>
Thu, 17 Feb 2011 02:16:22 +0000 (20:16 -0600)
src/constants.py
support/builddeb.py
www/dialcentral.deb

index 4ccd93d..a306618 100644 (file)
@@ -2,7 +2,7 @@ import os
 
 __pretty_app_name__ = "DialCentral"
 __app_name__ = "dialcentral"
-__version__ = "1.2.24"
+__version__ = "1.2.25"
 __build__ = 0
 __app_magic__ = 0xdeadbeef
 _data_path_ = os.path.join(os.path.expanduser("~"), ".%s" % __app_name__)
index 28b22eb..5a9d878 100755 (executable)
@@ -30,7 +30,8 @@ __email__ = "eopage@byu.net"
 __version__ = constants.__version__
 __build__ = constants.__build__
 __changelog__ = """
-* More graphical glitch removal work (Maemo 5)
+* Fixed the alarm recurrence display in the settings dialog (Maemo 4.1)
+* Forgot to flush alarm notifier settings on apply (Maemo 4.1)
 """.strip()
 
 
index b3578f7..1b7901b 100644 (file)
Binary files a/www/dialcentral.deb and b/www/dialcentral.deb differ