Bumping Qt branch to 1.1.98
authorEd Page <eopage@byu.net>
Sun, 19 Dec 2010 04:16:36 +0000 (22:16 -0600)
committerEd Page <eopage@byu.net>
Sun, 19 Dec 2010 04:16:36 +0000 (22:16 -0600)
src/constants.py
support/builddeb.py

index 112e676..b6dea3e 100644 (file)
@@ -2,7 +2,7 @@ import os
 
 __pretty_app_name__ = "DialCentral"
 __app_name__ = "dialcentral"
-__version__ = "1.1.97"
+__version__ = "1.1.98"
 __build__ = 0
 __app_magic__ = 0xdeadbeef
 _data_path_ = os.path.join(os.path.expanduser("~"), ".%s" % __app_name__)
index 97f289c..f068d6a 100755 (executable)
@@ -30,9 +30,9 @@ __email__ = "eopage@byu.net"
 __version__ = constants.__version__
 __build__ = constants.__build__
 __changelog__ = """
-* Fixed a failed call issue on restart
-* Trying to improve support for foreign languages
-* Providing more helpful error on failed call
+* Fixing a bug where a failed login would cause problems
+* Fixing a bug preventing failed logins to be reported to the user
+* Adding some more detail to the log
 """.strip()