Bump to 0.8.22
[theonering] / support / builddeb.py
index 5107514..e023ccb 100755 (executable)
@@ -32,8 +32,9 @@ __email__ = "eopage@byu.net"
 __version__ = constants.__version__
 __build__ = constants.__build__
 __changelog__ = """
-* Fixing a bug in Ubuntu support that prevented calls from being made
-* Adding some logging to help track down lost messages
+* Making "calls" end immediately rather than waiting for the callback request to complete to fix issues with the waiting blocking accepting the callback if it comes in too quickly.  Reporting errors through the debug prompt now.
+* Respecting the servers "read" status for voicemail
+* Using a newer contacts "API" which should speed things up a big (more improvements possible)
 """.strip()