From febb4c35c2e8eae4facbdac359c121f37df239e3 Mon Sep 17 00:00:00 2001 From: Ed Page Date: Mon, 13 Dec 2010 22:04:38 -0600 Subject: [PATCH] Bump to 1.1.96 --- src/constants.py | 2 +- support/builddeb.py | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/constants.py b/src/constants.py index 497a5bf..a56789a 100644 --- a/src/constants.py +++ b/src/constants.py @@ -2,7 +2,7 @@ import os __pretty_app_name__ = "DialCentral" __app_name__ = "dialcentral" -__version__ = "1.1.95" +__version__ = "1.1.96" __build__ = 0 __app_magic__ = 0xdeadbeef _data_path_ = os.path.join(os.path.expanduser("~"), ".%s" % __app_name__) diff --git a/support/builddeb.py b/support/builddeb.py index 13a076d..2119eaa 100755 --- a/support/builddeb.py +++ b/support/builddeb.py @@ -30,10 +30,10 @@ __email__ = "eopage@byu.net" __version__ = constants.__version__ __build__ = constants.__build__ __changelog__ = """ -* Fixing a call-out bug -* Adding error messages to cases that in theory should never be hit but are -* Protecting some code paths that should never have needed it but do -* Fixing a bug about not properly recovering from a failed login +* 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 """.strip() -- 1.7.9.5