Bump to 1.1.97
authorEd Page <eopage@byu.net>
Sat, 18 Dec 2010 14:46:33 +0000 (08:46 -0600)
committerEd Page <eopage@byu.net>
Sat, 18 Dec 2010 14:46:33 +0000 (08:46 -0600)
src/constants.py
support/builddeb.py

index a56789a..112e676 100644 (file)
@@ -2,7 +2,7 @@ import os
 
 __pretty_app_name__ = "DialCentral"
 __app_name__ = "dialcentral"
-__version__ = "1.1.96"
+__version__ = "1.1.97"
 __build__ = 0
 __app_magic__ = 0xdeadbeef
 _data_path_ = os.path.join(os.path.expanduser("~"), ".%s" % __app_name__)
index 2119eaa..0435fef 100755 (executable)
@@ -30,10 +30,8 @@ __email__ = "eopage@byu.net"
 __version__ = constants.__version__
 __build__ = constants.__build__
 __changelog__ = """
-* Improved dialpad on n8x0
-* Popup Account dialog when callback is not configured
-* Added a blank entry to the account dialog so people can tell when their callback is not configured
-* Fixing the close icon issue on n8x0
+* Fixed a failed call issue on restart
+* Trying to improve support for foreign languages
 """.strip()