Bumping to 1.2.10
authorEd Page <eopage@byu.net>
Sat, 8 Jan 2011 13:58:03 +0000 (07:58 -0600)
committerEd Page <eopage@byu.net>
Sat, 8 Jan 2011 13:58:03 +0000 (07:58 -0600)
src/constants.py
support/builddeb.py
www/dialcentral.deb

index 49d2e98..6eb5e99 100644 (file)
@@ -2,7 +2,7 @@ import os
 
 __pretty_app_name__ = "DialCentral"
 __app_name__ = "dialcentral"
-__version__ = "1.2.9"
+__version__ = "1.2.10"
 __build__ = 0
 __app_magic__ = 0xdeadbeef
 _data_path_ = os.path.join(os.path.expanduser("~"), ".%s" % __app_name__)
index af4ee73..89ae006 100755 (executable)
@@ -30,11 +30,9 @@ __email__ = "eopage@byu.net"
 __version__ = constants.__version__
 __build__ = constants.__build__
 __changelog__ = """
-* Contacts: Providing default focus to contact list for faster searching
-* Contacts: Expanded support for CSV schemas for contacts
-* SMS: Reduced log noise / wasted cycles when switching SMS window between single and broadcast mode
-* SMS: Only clearing SMS window on success so it doesn't get lost
-* SMS: Was not enabling buttons at all the right times in SMS Window, fixed it
+* Fixed a bug with entering in a text
+* Fixed some timing issues of the user trying to start the next text while the current is sending
+* Prioritized error messages in the display over busy messages
 """.strip()
 
 
index 684760b..bca186c 100644 (file)
Binary files a/www/dialcentral.deb and b/www/dialcentral.deb differ