Bump to 0.8.18-0
authorEd Page <eopage@byu.net>
Thu, 26 Aug 2010 00:34:15 +0000 (19:34 -0500)
committerEd Page <eopage@byu.net>
Thu, 26 Aug 2010 00:34:15 +0000 (19:34 -0500)
src/constants.py
support/builddeb.py

index 61c7a86..4635824 100644 (file)
@@ -2,7 +2,7 @@ import os
 
 __pretty_app_name__ = "Telepathy-TheOneRing"
 __app_name__ = "telepathy-theonering"
-__version__ = "0.8.17"
+__version__ = "0.8.18"
 __build__ = 0
 __app_magic__ = 0xdeadbeef
 _data_path_ = os.path.join(os.path.expanduser("~"), ".telepathy-theonering")
index 789333f..67f1203 100755 (executable)
@@ -32,7 +32,8 @@ __email__ = "eopage@byu.net"
 __version__ = constants.__version__
 __build__ = constants.__build__
 __changelog__ = """
-* Fixing a bug with channel creation caused by not patching things up when removing unnecessary code
+* Shaving 300ms off of startup time
+* Making the alias code a bit more robust, taken from a fix for an issue that breaks dialcentral
 """.strip()