Updating random things
authorepage <eopage@byu.net>
Tue, 6 Oct 2009 22:24:39 +0000 (22:24 +0000)
committerepage <eopage@byu.net>
Tue, 6 Oct 2009 22:24:39 +0000 (22:24 +0000)
git-svn-id: file:///svnroot/gc-dialer/trunk@506 c39d3808-3fe2-4d86-a59f-b7f623ee9f21

src/constants.py
support/builddeb.py

index 24f92d8..af11825 100644 (file)
@@ -3,7 +3,7 @@ import os
 __pretty_app_name__ = "DialCentral"
 __app_name__ = "dialcentral"
 __version__ = "1.0.7"
-__build__ = 3
+__build__ = 4
 __app_magic__ = 0xdeadbeef
 _data_path_ = os.path.join(os.path.expanduser("~"), ".dialcentral")
 _user_settings_ = "%s/settings.ini" % _data_path_
index 6c326e2..5f2b60a 100755 (executable)
@@ -28,7 +28,6 @@ __changelog__ = """
 * Collapsed conversations in the messages tab
 * UI Tweak: Added more login status notifications
 * UI Tweak: When no characters are entered, you can't send a text
-* Debugging: Printing page when can't get a callback number
 * Bug Fix: Random people were reporting login issues
 * Bug Fix: Hardened against issues with grabbing possible callback numbers
 * Bug Fix: Fremantle GTK doesn't allow TreeView rows to be selected, so row-activated handlers have to read their path
@@ -37,6 +36,7 @@ __changelog__ = """
 * Bug Fix: When debugging hildonization, dialogs weren't closing
 * Bug Fix: Not properly hildonizing some code
 * Debugging: Improved logging output
+* Debugging: Printing page when can't get a callback number
 
 1.0.6
 * Fremantle Prep: Simplified menus in prep for no menu or the Fremantle App Menu