summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorIvan Alejandro <ivanalejandro0@gmail.com>2015-06-01 15:20:21 -0300
committerIvan Alejandro <ivanalejandro0@gmail.com>2015-06-01 15:21:26 -0300
commite753387ddf3d028423b778a1a0365ecc80c785e5 (patch)
tree521d37e3759fedba02a54c709a17918cff948db0 /CHANGELOG
parent7826a96e526a450380917f9b89e3714576ca50b7 (diff)
[pkg] fold in changes0.4.0
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 3c3c917..02e4297 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,9 @@
+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