summaryrefslogtreecommitdiff
path: root/Changelog
diff options
context:
space:
mode:
Diffstat (limited to 'Changelog')
-rw-r--r--Changelog11
1 files changed, 11 insertions, 0 deletions
diff --git a/Changelog b/Changelog
new file mode 100644
index 0000000..f678c6e
--- /dev/null
+++ b/Changelog
@@ -0,0 +1,11 @@
1v2.0:
2 - replace charrypy with TwistedWeb as beinc_server.py backend
3 - use XMLRPC instead of HTTP POST for a cleaner and more robust API
4 - several ssl options like ssl_version and ssl_ciphers added
5 - bugfixes
6
7v1.1:
8 - when beinc_poller.py fetches several messages from a queue it won't let the last one to completely overwrite the previous ones
9
10v1.0
11 - Initial version