Bump to 1.2.30
authorEd Page <eopage@byu.net>
Thu, 24 Feb 2011 01:36:18 +0000 (19:36 -0600)
committerEd Page <eopage@byu.net>
Thu, 24 Feb 2011 01:36:18 +0000 (19:36 -0600)
src/constants.py
support/builddeb.py
www/dialcentral.deb

index 7d98c72..8ce4afc 100644 (file)
@@ -2,7 +2,7 @@ import os
 
 __pretty_app_name__ = "DialCentral"
 __app_name__ = "dialcentral"
-__version__ = "1.2.29"
+__version__ = "1.2.30"
 __build__ = 0
 __app_magic__ = 0xdeadbeef
 _data_path_ = os.path.join(os.path.expanduser("~"), ".%s" % __app_name__)
index 4fa3efb..9d85f2f 100755 (executable)
@@ -30,8 +30,7 @@ __email__ = "eopage@byu.net"
 __version__ = constants.__version__
 __build__ = constants.__build__
 __changelog__ = """
-* Fixing some package dependencies
-* Collapsing down to fewer messages on the Messages Tab due to word-wrap issues, Thanks Qt!
+* Fixing another line wrap bug due to over-zealous escaping (spaces as non-break whitespace, whoops)
 """.strip()
 
 
index 872e54d..a1c7d43 100644 (file)
Binary files a/www/dialcentral.deb and b/www/dialcentral.deb differ