summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorKali Kaneko <kali@leap.se>2015-08-28 10:59:30 -0400
committerKali Kaneko <kali@leap.se>2015-08-28 10:59:30 -0400
commit8fa97c02b5f07f896e52d9bb272128f267af04ea (patch)
treee0ce6bbaaa48441ebcfb807a45e8753fe8432423 /CHANGELOG
parentd272a953a01f5c601e4894a916f7b4d990a03327 (diff)
parentccecd1b3750bd10404511c33be1aaca82631a502 (diff)
Merge tag '0.4.2' into debian/experimental
Tag leap.common version 0.4.2 Conflicts: pkg/requirements-testing.pip setup.cfg src/leap/common/_version.py src/leap/common/events/events_pb2.py
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG26
1 files changed, 26 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 8895de3..c34dc2f 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,29 @@
+0.4.2 Aug 26, 2015:
+ o Add http request timeout. Related to #7234.
+ o Add a flag to disable events framework. Closes: #7259
+ o Allow passing callback to HTTP client.
+ o Bugfix: do not add a port string to non-tcp addresses.
+ o Add close method for http agent.
+ o Fix code style and tests.
+ o Bugfix: HTTP timeout was not being cleared on abort.
+
+0.4.1 Jul 10, 2015:
+ o Fix regexp to allow ipc protocol in zmq sockets. Closes: #7089.
+ o Remove extraneous data from events logs. Closes #7130.
+ o Make https client use Twisted SSL validation and adds a reuse by default
+ behavior on connection pool
+
+0.4.0 Jun 1, 2015:
+ o Modify leap.common.events to use ZMQ. Closes #6359.
+ o Fix time comparison between local and UTC times that caused the VPN
+ certificates not being correctly downloaded on time. Closes #6994.
+ o Add a HTTPClient the twisted way.
+
+0.3.10 Jan 26, 2015:
+ o Consider different possibilities for tmpdir. Related to #6631.
+ o Add support for deferreds to memoize_method decorator
+ o Extract the environment set up and tear down for tests
+
0.3.9 Jul 18, 2014:
o Include pemfile in the package data. Closes #5897.
o Look for bundled cacert.pem in the Resources dir for OSX.