From 8fab6f32931768743ce6810996a04073fa50a7d9 Mon Sep 17 00:00:00 2001 From: Ed Page Date: Sat, 13 Feb 2010 23:04:34 -0600 Subject: [PATCH] Bumping to 1.1.0 early --- src/constants.py | 2 +- support/builddeb.py | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/src/constants.py b/src/constants.py index 3ca6d67..391a52c 100644 --- a/src/constants.py +++ b/src/constants.py @@ -2,7 +2,7 @@ import os __pretty_app_name__ = "DialCentral" __app_name__ = "dialcentral" -__version__ = "1.0.10" +__version__ = "1.1.0" __build__ = 8 __app_magic__ = 0xdeadbeef _data_path_ = os.path.join(os.path.expanduser("~"), ".dialcentral") diff --git a/support/builddeb.py b/support/builddeb.py index edf6d9b..654f712 100755 --- a/support/builddeb.py +++ b/support/builddeb.py @@ -30,6 +30,12 @@ __email__ = "eopage@byu.net" __version__ = constants.__version__ __build__ = constants.__build__ __changelog__ = """ +1.1.0 +* Support for "+" in numbers, including on Dialpad by holding "0". I'm hoping this makes both international and Gizmo users happier +* Added support for multi-part SMS messages (just like the GV site) +* Importing of contacts files +* Bugfixes carried over from TOR work + 1.0.10 * Renamed Recent to History * Sped up GV contacts -- 1.7.9.5