X-Git-Url: http://git.maemo.org/git/?p=theonering;a=blobdiff_plain;f=support%2Fbuilddeb.py;h=f0c23a15c528a57e3f66ed8196c80aabad369a4d;hp=cb227be246f2efd07fb4c28eacf805042eff07fc;hb=f98041e8376b345ae5b02804d66babc7f81ab319;hpb=6addcd928fd6ec45983fdab7cf945194aa0fb5d0 diff --git a/support/builddeb.py b/support/builddeb.py index cb227be..f0c23a1 100755 --- a/support/builddeb.py +++ b/support/builddeb.py @@ -34,6 +34,43 @@ __email__ = "eopage@byu.net" __version__ = constants.__version__ __build__ = constants.__build__ __changelog__ = """ +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) +* Adjusted default polling times to be more battery cautious for our n8x0 friends who can't change things right now +* Bugfix: Some of the derived polling settings had bugs +* Bugfix: Setting text polling to infinite would still have polling done if one sent a text + +0.7.6 +* On login, polling now starts at the max time rather than the min, reducing overhead +* Bugfix: Polling configuration wasn't actually hooked up to anything +* Debug Prompt: Made it so you can either reset one or all state machines (Rather than just all) + +0.7.5 +* Fixing a polling time bug introduced when making polling configurable + +0.7.4 +* Fixing a bug with deny-lists + +0.7.3 +* Fixing bug with being able to configure polling times + 0.7.2 * Added a Deny list * Added option to make GV Contacts optional