Bump to 0.8.22
[theonering] / support / builddeb.py
index 535a17a..e023ccb 100755 (executable)
@@ -32,11 +32,9 @@ __email__ = "eopage@byu.net"
 __version__ = constants.__version__
 __build__ = constants.__build__
 __changelog__ = """
-* Shaving 300ms off of startup time
-* Making the alias code a bit more robust, taken from a fix for an issue that breaks dialcentral
-* Adding a quit command to the debug prompt
-* Adding a update_now command to the debug prompt
-* Fixing a bug with reset_timers debug prompt
+* 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()