From: Ed Page Date: Thu, 3 Feb 2011 05:08:29 +0000 (-0600) Subject: Bump to 1.2.22 X-Git-Url: http://git.maemo.org/git/?p=gc-dialer;a=commitdiff_plain;h=0e6232290e79538b22b9744f6c6e3e6dd3792a87 Bump to 1.2.22 --- diff --git a/src/constants.py b/src/constants.py index c0aacc0..2d5262f 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.21" +__version__ = "1.2.22" __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 1abf7da..36f8c79 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 various contact list import bugs +* Fixing notifications on Maemo 4.1 (put in error reporting mechanism half-way) +* Fixing up various issues with clearing one's account information """.strip() diff --git a/www/dialcentral.deb b/www/dialcentral.deb index 1b309c6..ba58f70 100644 Binary files a/www/dialcentral.deb and b/www/dialcentral.deb differ