Bump to 1.2.32
authorEd Page <eopage@byu.net>
Thu, 31 Mar 2011 03:21:34 +0000 (22:21 -0500)
committerEd Page <eopage@byu.net>
Thu, 31 Mar 2011 03:21:34 +0000 (22:21 -0500)
src/constants.py
support/builddeb.py
www/dialcentral.deb

index 6dd3adf..f3bc218 100644 (file)
@@ -2,7 +2,7 @@ import os
 
 __pretty_app_name__ = "DialCentral"
 __app_name__ = "dialcentral"
-__version__ = "1.2.31"
+__version__ = "1.2.32"
 __build__ = 0
 __app_magic__ = 0xdeadbeef
 _data_path_ = os.path.join(os.path.expanduser("~"), ".%s" % __app_name__)
index af607ca..d562520 100755 (executable)
@@ -30,7 +30,8 @@ __email__ = "eopage@byu.net"
 __version__ = constants.__version__
 __build__ = constants.__build__
 __changelog__ = """
-* Fixing a bug with not being able to set the callback number
+* Fixing some minor bugs with the transitions between logged-in and logged-out
+* Reporting errors not just to user but to log
 """.strip()
 
 
index 5bb3a70..ae44e62 100644 (file)
Binary files a/www/dialcentral.deb and b/www/dialcentral.deb differ