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