Bump to 0.8.22
[theonering] / support / builddeb.py
index 9115ce8..e023ccb 100755 (executable)
@@ -32,8 +32,9 @@ __email__ = "eopage@byu.net"
 __version__ = constants.__version__
 __build__ = constants.__build__
 __changelog__ = """
-* Fixing the loss of messages (AM/PM time recognition issue)
-* Logging even more details (Requires having an open 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()