Bump to 1.1.11
authorEd Page <eopage@byu.net>
Wed, 21 Jul 2010 03:43:12 +0000 (22:43 -0500)
committerEd Page <eopage@byu.net>
Wed, 21 Jul 2010 03:43:12 +0000 (22:43 -0500)
src/constants.py
support/builddeb.py
www/dialcentral.deb

index ff39c31..cbf4237 100644 (file)
@@ -2,7 +2,7 @@ import os
 
 __pretty_app_name__ = "DialCentral"
 __app_name__ = "dialcentral"
-__version__ = "1.1.10"
+__version__ = "1.1.11"
 __build__ = 0
 __app_magic__ = 0xdeadbeef
 _data_path_ = os.path.join(os.path.expanduser("~"), ".%s" % __app_name__)
index ef7503a..968eb1e 100755 (executable)
@@ -30,7 +30,7 @@ __email__ = "eopage@byu.net"
 __version__ = constants.__version__
 __build__ = constants.__build__
 __changelog__ = """
-* Fixed an optification issue
+* Unescaping HTML escaped characters in names
 """.strip()
 
 
index ebff26a..6b9f453 100644 (file)
Binary files a/www/dialcentral.deb and b/www/dialcentral.deb differ