From bb9bc9051629c3319c56785c2f4ae0e605d76329 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Sat, 21 Nov 2015 14:51:17 +0100 Subject: Initial import of bitz-server version 0.1.6-1 --- changelog | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 changelog (limited to 'changelog') diff --git a/changelog b/changelog new file mode 100644 index 0000000..520a174 --- /dev/null +++ b/changelog @@ -0,0 +1,36 @@ +0.1.6 - 28th September 2013 + * Few tweaks and minor changes distribution files (no functional changes) + +0.1.5 - 11th August 2013 + * Fixing modpy interface module string copy bug + +0.1.4 - 01st August 2013 + * Code optimisations + * Fixing bug #34 + +0.1.3 - 29th July 2013 + * Fixing bugs #31, #32 + +0.1.2 - 07th July 2013 + * Added a RESPMOD handler (bug #16) + * Added Message Preview features (bug #17) + * Code cleanup and optimisations + * Fixing bugs #15, #23, #24, #25 + +0.1.1 - 06th March 2013 + * Fixing bugs #19 and #22 + +0.1.0 - 03rd March 2013 + * Daemonized version (bug #18), hence the minor version bump. Server + core is re-organised with bitz::server namespace to be more cleaner + and easier to read. + * Make it possible to pass in command-line options + * Closed a memory leak in modpy module + * Fixing bugs #20, #21 + + +0.0.1 - 24th February 2013 + * Proof of concept. An ICAP server with only a REQMOD handler. Includes + a template 'echo' module to demonstrate the pluggable module architecture + and the 'modpy' module to demonstrate the python interface. + -- cgit v1.2.3