summaryrefslogtreecommitdiff
path: root/Changelog
diff options
context:
space:
mode:
authorSimeon Simeonov2015-04-18 21:12:03 +0200
committerSimeon Simeonov2015-04-18 21:12:03 +0200
commit34846014399f8756962051df02d251b91b65bb0c (patch)
treec3659df8e9ab10713d40cb17343bfa9f2e8d37d9 /Changelog
parent5d19e4e05f8fcd44e6a596f5e919fb91e45e54b7 (diff)
Update documentation changelog and examples. Final touches
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