Bump to 0.8.9-1
authorEd Page <eopage@byu.net>
Sat, 3 Apr 2010 17:05:07 +0000 (12:05 -0500)
committerEd Page <eopage@byu.net>
Sat, 3 Apr 2010 17:05:07 +0000 (12:05 -0500)
src/constants.py
support/builddeb.py
www/telepathy-theonering.deb

index a12f29e..af6c0fb 100644 (file)
@@ -2,8 +2,8 @@ import os
 
 __pretty_app_name__ = "Telepathy-TheOneRing"
 __app_name__ = "telepathy-theonering"
-__version__ = "0.8.8"
-__build__ = 0
+__version__ = "0.8.9"
+__build__ = 1
 __app_magic__ = 0xdeadbeef
 _data_path_ = os.path.join(os.path.expanduser("~"), ".telepathy-theonering")
 _user_settings_ = "%s/settings.ini" % _data_path_
index d31898e..94a7575 100755 (executable)
@@ -34,6 +34,12 @@ __email__ = "eopage@byu.net"
 __version__ = constants.__version__
 __build__ = constants.__build__
 __changelog__ = """
+0.8.9
+* For now removing "removing of old conversations" in case that is contributing to people's problems
+* Attempting to use the messages actual time stamp rather than the time when we received it
+* Adding a bit of paranoia to marking messages as read
+* Added lots of debugging help
+
 0.8.8
 * Switching to a non-blocking system so TOR can remain responsive to MC and avoid being leaked in the first place
 
index 8867ec3..bf5a113 100644 (file)
Binary files a/www/telepathy-theonering.deb and b/www/telepathy-theonering.deb differ