X-Git-Url: http://git.maemo.org/git/?p=theonering;a=blobdiff_plain;f=support%2Fbuilddeb.py;h=d30111a2c550aaa57b9b021d5766f36b3511020a;hp=f986750f38d28207dcace2a8ead4e204aac406dd;hb=bffa5bc5f85d101eb4fe55a46ae19b8105009231;hpb=55c5021d312aca27f380251f8d32917897e2dede diff --git a/support/builddeb.py b/support/builddeb.py index f986750..d30111a 100755 --- a/support/builddeb.py +++ b/support/builddeb.py @@ -34,6 +34,30 @@ __email__ = "eopage@byu.net" __version__ = constants.__version__ __build__ = constants.__build__ __changelog__ = """ +0.7.12 +* Bugfix: In 0.7.11 I messed up refreshing messages +* Bugfix: DND support has been broken for a while +* Bugfix: Auto-disconnect on Maemo 4.1 couldn't have worked for a while +* Bugfix: Handling missed calls had .. issues +* Bugfix: Issues when making a call introduced in 0.7.11 +* Etc with the bug fixes (all too small to list) + +0.7.11 +* Bugfix: Attempting to improve the behavior of calls by reducing potential RTComm errors +* Bugfix: Issues with weird unexpected disconnect issues +* Bugfix: I guess I made a mistake in registering for system signals, whoops +* Bugfix: Following more closely the Telepathy spec by doing connects and disconnects asynchronously + +0.7.10 +* Increased the network timeout when connecting to GV +* Bugfix: On connection failure, the connection would be left around, preventing future connections + +0.7.9 +* Bugfix: Disconnect/Reconnect issues seem to be lessoned for me (What I previously thought was a bugfix turned out to cause several bugs.) + +0.7.8 +* Bugfix: Issues with checking for new conversations + 0.7.7 * On change between available/away, start state_machine at max rather than min, reducing overhead * Added a check for voicemails on missed/rejected calls (checks 3 times, 1 minute apart each)