From: Ed Page Date: Thu, 2 Dec 2010 01:44:18 +0000 (-0600) Subject: Marking notes for Qt Release (which hasn't happened yet) X-Git-Url: http://git.maemo.org/git/?p=gc-dialer;a=commitdiff_plain;h=a88a8121700c26b3317ce795eb115e2b31935edb Marking notes for Qt Release (which hasn't happened yet) --- diff --git a/src/constants.py b/src/constants.py index f16214f..6652c75 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.13" +__version__ = "1.1.90" __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 f800cc6..3228eb3 100755 --- a/support/builddeb.py +++ b/support/builddeb.py @@ -30,7 +30,12 @@ __email__ = "eopage@byu.net" __version__ = constants.__version__ __build__ = constants.__build__ __changelog__ = """ -* Fix for bug +* First Qt Release (BETA) +* Access to call cancel +* Divider on contacts +* Condensed history +* Changed SMS Entry letter count style from GV to Nokia +* Tabs are cached between launches """.strip()