Fixing a bug referencing a non-existent variable
[theonering] / support / builddeb.py
index 004aeb3..f0c23a1 100755 (executable)
@@ -34,6 +34,19 @@ __email__ = "eopage@byu.net"
 __version__ = constants.__version__
 __build__ = constants.__build__
 __changelog__ = """
+0.7.11
+* Bugfix: Attempting to improve the behavior of calls by reducing potential RTComm errors
+* Bugfix: Issues with weird unexpected disconnect issues
+* Bugfix: I guess I made a mistake in registering for system signals, whoops
+* Bugfix: Following more closely the Telepathy spec by doing connects and disconnects asynchronously
+
+0.7.10
+* Increased the network timeout when connecting to GV
+* Bugfix: On connection failure, the connection would be left around, preventing future connections
+
+0.7.9
+* Bugfix: Disconnect/Reconnect issues seem to be lessoned for me (What I previously thought was a bugfix turned out to cause several bugs.)
+
 0.7.8
 * Bugfix: Issues with checking for new conversations