Bumping to 1.1.2
authorEd Page <eopage@byu.net>
Fri, 19 Feb 2010 01:50:59 +0000 (19:50 -0600)
committerEd Page <eopage@byu.net>
Fri, 19 Feb 2010 01:50:59 +0000 (19:50 -0600)
src/constants.py
support/builddeb.py
www/dialcentral.deb

index d03253d..96483ab 100644 (file)
@@ -2,7 +2,7 @@ import os
 
 __pretty_app_name__ = "DialCentral"
 __app_name__ = "dialcentral"
-__version__ = "1.1.1"
+__version__ = "1.1.2"
 __build__ = 0
 __app_magic__ = 0xdeadbeef
 _data_path_ = os.path.join(os.path.expanduser("~"), ".dialcentral")
index 5d90661..3c3cfce 100755 (executable)
@@ -30,6 +30,14 @@ __email__ = "eopage@byu.net"
 __version__ = constants.__version__
 __build__ = constants.__build__
 __changelog__ = """
+1.1.2
+* Added names to the rows
+* Disabled changing number when there weren't numbers to change to
+* Reformatted the SMS window a tad
+* Added a proper non-modal error box to the SMS window
+* Bugfix: hildonizing the SMS Entry Window
+* Bugfix: Race condition in creating SMS Entry Window
+
 1.1.1
 * Added icons to the SMS window buttons
 * When selecting a number in the history tab, the call history is now shown in the SMS window
index ac20b53..ffdf2af 100644 (file)
Binary files a/www/dialcentral.deb and b/www/dialcentral.deb differ