summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Alejandro <ivanalejandro0@gmail.com>2015-06-03 14:42:52 -0300
committerIvan Alejandro <ivanalejandro0@gmail.com>2015-06-03 14:42:52 -0300
commit847e41cb2fc829bf727a56d6f4f5e97e1f582369 (patch)
treeaf488b850e3762e75b64c62d25babc288977b91e
parente1598b233e6d3e3385edc64d5d4204967c4434fb (diff)
parente753387ddf3d028423b778a1a0365ecc80c785e5 (diff)
Merge tag '0.4.0' into develop
Tag leap.common version 0.4.0
-rw-r--r--CHANGELOG6
-rw-r--r--changes/bug-6994_vert-expiration-check-problem1
-rw-r--r--changes/feat-twisted_http_get1
-rw-r--r--changes/feature_6359_modify-events-to-use-zmq1
4 files changed, 6 insertions, 3 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
diff --git a/changes/bug-6994_vert-expiration-check-problem b/changes/bug-6994_vert-expiration-check-problem
deleted file mode 100644
index 603e722..0000000
--- a/changes/bug-6994_vert-expiration-check-problem
+++ /dev/null
@@ -1 +0,0 @@
-- Fix time comparison between local and UTC times that caused the VPN certificates not being correctly downloaded on time. Closes #6994.
diff --git a/changes/feat-twisted_http_get b/changes/feat-twisted_http_get
deleted file mode 100644
index dbeb52f..0000000
--- a/changes/feat-twisted_http_get
+++ /dev/null
@@ -1 +0,0 @@
-- Add a HTTPClient the twisted way
diff --git a/changes/feature_6359_modify-events-to-use-zmq b/changes/feature_6359_modify-events-to-use-zmq
deleted file mode 100644
index 04ef5ae..0000000
--- a/changes/feature_6359_modify-events-to-use-zmq
+++ /dev/null
@@ -1 +0,0 @@
- o Modify leap.common.events to use ZMQ (closes #6359).