Bump 1.1.95
authorEd Page <eopage@byu.net>
Mon, 13 Dec 2010 23:21:12 +0000 (17:21 -0600)
committerEd Page <eopage@byu.net>
Mon, 13 Dec 2010 23:46:11 +0000 (17:46 -0600)
src/constants.py
support/builddeb.py

index 0b09533..497a5bf 100644 (file)
@@ -2,7 +2,7 @@ import os
 
 __pretty_app_name__ = "DialCentral"
 __app_name__ = "dialcentral"
-__version__ = "1.1.94"
+__version__ = "1.1.95"
 __build__ = 0
 __app_magic__ = 0xdeadbeef
 _data_path_ = os.path.join(os.path.expanduser("~"), ".%s" % __app_name__)
index 2f9decd..13a076d 100755 (executable)
@@ -30,9 +30,10 @@ __email__ = "eopage@byu.net"
 __version__ = constants.__version__
 __build__ = constants.__build__
 __changelog__ = """
-* Sped up contacts download
-* Added an About dialog for copyright information
-* Added busy notifications
+* Fixing a call-out bug
+* Adding error messages to cases that in theory should never be hit but are
+* Protecting some code paths that should never have needed it but do
+* Fixing a bug about not properly recovering from a failed login
 """.strip()