Bump to 1.3.1
authorEd Page <eopage@byu.net>
Wed, 20 Apr 2011 00:20:51 +0000 (19:20 -0500)
committerEd Page <eopage@byu.net>
Wed, 20 Apr 2011 00:20:51 +0000 (19:20 -0500)
src/constants.py
support/builddeb.py
www/dialcentral.deb

index 76d11b4..9cc92d6 100644 (file)
@@ -2,7 +2,7 @@ import os
 
 __pretty_app_name__ = "DialCentral"
 __app_name__ = "dialcentral"
-__version__ = "1.3.0"
+__version__ = "1.3.1"
 __build__ = 0
 __app_magic__ = 0xdeadbeef
 _data_path_ = os.path.join(os.path.expanduser("~"), ".%s" % __app_name__)
index 5d91fed..4d5911c 100755 (executable)
@@ -30,22 +30,7 @@ __email__ = "eopage@byu.net"
 __version__ = constants.__version__
 __build__ = constants.__build__
 __changelog__ = """
-* In-application alert system for new messages
-* Auto-update of voicemail on missed calls
-* Ability to only refresh SMS or Voicemail for faster refreshes
-* Ability to refresh only parts of call history for faster refreshes
-* Voicemail audio download and playback
-* Account refresh for when connection has expired
-* Improved look of refresh buttons (Maemo 4.1)
-* Improved rotation settings
-* Auto-scroll SMS window for the user when on-screen-keyboard pops up (Maemo 4.1)
-* Added support for QtMobility Contacts (Note: there seems to be a bug in libraries I depend on when run as root)
-* Improving the settings dialog
-* Fixing message ordering
-* Limited log size due to longer release cycles
-* Some minor optimizations
-* Reduced network timeout, connections while transition networks wouldn't immediately die but timeout which took too long
-* Fixed text encoding issue for CSV contacts
+* Fixing account dialog buttons on Maemo 5
 """.strip()
 
 
index 81ba9ff..17302bc 100644 (file)
Binary files a/www/dialcentral.deb and b/www/dialcentral.deb differ