From: Ed Page Date: Thu, 31 Mar 2011 03:21:34 +0000 (-0500) Subject: Bump to 1.2.32 X-Git-Url: http://git.maemo.org/git/?p=gc-dialer;a=commitdiff_plain;h=96b03abf01e01479a760014837ce6633e2d1e549 Bump to 1.2.32 --- diff --git a/src/constants.py b/src/constants.py index 6dd3adf..f3bc218 100644 --- a/src/constants.py +++ b/src/constants.py @@ -2,7 +2,7 @@ import os __pretty_app_name__ = "DialCentral" __app_name__ = "dialcentral" -__version__ = "1.2.31" +__version__ = "1.2.32" __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 af607ca..d562520 100755 --- a/support/builddeb.py +++ b/support/builddeb.py @@ -30,7 +30,8 @@ __email__ = "eopage@byu.net" __version__ = constants.__version__ __build__ = constants.__build__ __changelog__ = """ -* Fixing a bug with not being able to set the callback number +* Fixing some minor bugs with the transitions between logged-in and logged-out +* Reporting errors not just to user but to log """.strip() diff --git a/www/dialcentral.deb b/www/dialcentral.deb index 5bb3a70..ae44e62 100644 Binary files a/www/dialcentral.deb and b/www/dialcentral.deb differ