summaryrefslogtreecommitdiff
path: root/CHANGES.md
diff options
context:
space:
mode:
authorazul <azul@riseup.net>2016-10-17 09:09:59 +0000
committerazul <azul@riseup.net>2016-10-17 09:09:59 +0000
commit4159b6dd0df8e370fe95ca0c173552dd311cac3a (patch)
treef9f7fc37f18465a635ef957a0d78fa24c3b34e2b /CHANGES.md
parent5dae257996c480c3f7b5a220fcaf97812a560466 (diff)
parent968c6304e01b89cb6e5c62e8f067cf371c12dca4 (diff)
Merge branch 'release/0.9' into 'master'
Release 0.9 Version 0.9.0 Allow queries by fingerprint (using keyservers to reply) and support key lookup from other nickservers. This is a major rewrite both in terms of our dependencies and our architecture. We moved the server and http_client from eventmachine to Celluloid based libraries. This allows for a more concise syntax and proper https handling. In addition we now support ruby 2.3, use a Logger instead of stdout and handle network errors properly See merge request !7
Diffstat (limited to 'CHANGES.md')
-rw-r--r--CHANGES.md18
1 files changed, 17 insertions, 1 deletions
diff --git a/CHANGES.md b/CHANGES.md
index 15a505b..7433c3a 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -1,9 +1,25 @@
+### version 0.9.0
+
+* isolate http adapter
+* seperate EM-Server from generic server
+* replace EM with celluloid based server and http client
+* implement key lookup by fingerprint from hkp servers
+* support for lookup from other keyservers
+* use gitlab ci
+* handle network errors properly
+* separate logging from stdout
+* support ruby version 2.3 in addition to 2.1
+
+### version 0.8.0
+
+duplicate of version 0.3.0 to catch up with leap platform version scheme
+
### version 0.3.0
* ruby version 2.1.5
* use travis CI
* bind nickserver only to localhost
-* `kkp_ca_file` config option
+* `hkp_ca_file` config option
### version 0.2.2