X-Git-Url: http://git.maemo.org/git/?p=theonering;a=blobdiff_plain;f=support%2Fbuilddeb.py;h=e023ccbaf8eec1549da6f78e27b49accc1dd5062;hp=1e1e0898ed662439e36ab34724cab5c977bd712f;hb=da26e28b58d9f50cd77f3c7fe41925a1579826ab;hpb=17ed78514215ad8e1358e329fb2e77ad749fe777 diff --git a/support/builddeb.py b/support/builddeb.py index 1e1e089..e023ccb 100755 --- a/support/builddeb.py +++ b/support/builddeb.py @@ -32,7 +32,9 @@ __email__ = "eopage@byu.net" __version__ = constants.__version__ __build__ = constants.__build__ __changelog__ = """ -* Fixing unicode support +* 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()