Bumping to 0.7.1
authorEd Page <eopage@byu.net>
Wed, 27 Jan 2010 04:06:24 +0000 (22:06 -0600)
committerEd Page <eopage@byu.net>
Wed, 27 Jan 2010 04:06:24 +0000 (22:06 -0600)
src/constants.py
support/builddeb.py

index 27ac949..11fbc63 100644 (file)
@@ -2,8 +2,8 @@ import os
 
 __pretty_app_name__ = "Telepathy-TheOneRing"
 __app_name__ = "telepathy-theonering"
-__version__ = "0.7.0"
-__build__ = 4
+__version__ = "0.7.1"
+__build__ = 0
 __app_magic__ = 0xdeadbeef
 _data_path_ = os.path.join(os.path.expanduser("~"), ".telepathy-theonering")
 _user_settings_ = "%s/settings.ini" % _data_path_
index 02cf193..827df16 100755 (executable)
@@ -34,6 +34,16 @@ __email__ = "eopage@byu.net"
 __version__ = constants.__version__
 __build__ = constants.__build__
 __changelog__ = """
+0.7.1
+* Reducing the race window where GV will mark messages as read accidently
+* Modified some things blindly "because thats what Butterfly does"
+* Modified some support files to mimic other plugins on Maemo 5 PR1.1
+* Added link to bug tracker and moved all bugs and enhancements to it
+* Switched contacts to being away by default upon user feedback
+* Adjusting handling of call states to at least allow the option of clients to provide clearer information to the user
+* Fixing some bugs with handling a variety of phone number formats
+* Removed a hack that changed the number being called, most likely put in place in a bygone era
+
 0.7.0
 * Initial beta release for Maemo 5
 * Late Alpha for Maemo 4.1 with horrible consequences like crashing RTComm