From: Ed Page Date: Fri, 28 Jan 2011 03:59:01 +0000 (-0600) Subject: Bump to 1.2.20 X-Git-Url: http://git.maemo.org/git/?p=gc-dialer;a=commitdiff_plain;h=81508591efe4151f7d2fab9cb1becda6e8e05067 Bump to 1.2.20 --- diff --git a/src/constants.py b/src/constants.py index 73d9b06..4e20da4 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.19" +__version__ = "1.2.20" __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 4a784cd..fbbd4db 100755 --- a/support/builddeb.py +++ b/support/builddeb.py @@ -30,7 +30,12 @@ __email__ = "eopage@byu.net" __version__ = constants.__version__ __build__ = constants.__build__ __changelog__ = """ -* Doing something I dislike, stop caching the SMS window, to work around Maemo 5 Qt redraw issues with hidden stacked windows +* Fixing erroneous error report +* Fixed visual glitches on Maemo 5 when adding contacts +* Hopefully fixed auto-scroll on loading of SMS window +* Improved performance of adding/removing contacts from SMS window +* Fixed bugs with contact alternate number selector +* Fixed bugs with SMS window closing """.strip() diff --git a/www/dialcentral.deb b/www/dialcentral.deb index 39db3d6..49fc73f 100644 Binary files a/www/dialcentral.deb and b/www/dialcentral.deb differ