From: Ed Page Date: Sat, 2 Apr 2011 11:05:16 +0000 (-0500) Subject: Bump to 1.2.33 X-Git-Url: http://git.maemo.org/git/?p=gc-dialer;a=commitdiff_plain;h=b1b87070f9f59b5d077dc3d9451d0af14345f301 Bump to 1.2.33 --- diff --git a/src/constants.py b/src/constants.py index f3bc218..2b571e7 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.32" +__version__ = "1.2.33" __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 d562520..b0e205a 100755 --- a/support/builddeb.py +++ b/support/builddeb.py @@ -30,8 +30,7 @@ __email__ = "eopage@byu.net" __version__ = constants.__version__ __build__ = constants.__build__ __changelog__ = """ -* Fixing some minor bugs with the transitions between logged-in and logged-out -* Reporting errors not just to user but to log +* Couldn't update SMS conversations in SMS window, fixed """.strip() diff --git a/www/dialcentral.deb b/www/dialcentral.deb index ae44e62..d132a4c 100644 Binary files a/www/dialcentral.deb and b/www/dialcentral.deb differ