diff options
| author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2015-12-14 06:48:14 +0100 | 
|---|---|---|
| committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2015-12-14 06:48:14 +0100 | 
| commit | a55a225899dbd47dd4238adf3a49f62846cb87f9 (patch) | |
| tree | 7c21e99f90be9f073462cf46beca2e0fb936436a /changelog | |
| parent | fcff49a7ca1f5a8b3813b83cbc578ac6426820fd (diff) | |
Imported Upstream version 1.0.0upstream/1.0.0
Diffstat (limited to 'changelog')
| -rw-r--r-- | changelog | 39 | 
1 files changed, 26 insertions, 13 deletions
@@ -1,33 +1,46 @@ +1.0.0 - 25th November 2015 +	*   [New] Configurable communication (socket) timeouts +	*   [New] Support for persistent connections +	*   [New] Use psocksxx as the socket library +	*   Code restructure +	*   Updated man pages +	*   Fix issue #2 +  0.1.6 - 28th September 2013 -	*   Few tweaks and minor changes distribution files (no functional changes) +	*   Few tweaks and minor changes to distribution files (no functional changes)  0.1.5 - 11th August 2013 -	*   Fixing modpy interface module string copy bug +	*   Fix modpy interface module string copy bug  0.1.4 - 01st August 2013  	*   Code optimisations -	*   Fixing bug #34 +	*   Make sure all the data requested is read in icap::util::read_data() +		(found by Kenneth Oksanen)  0.1.3 - 29th July 2013 -	*   Fixing bugs #31, #32 +	*   Fix char buffers (found by Kenneth Oksanen) +	*   Fix modpy module to handle null-characters properly (found by Kenneth +		Oksanen)  0.1.2 - 07th July 2013 -	*   Added a RESPMOD handler (bug #16) -	*   Added Message Preview features (bug #17) +	*   [New] RESPMOD handler +	*   [New] Message Preview features  	*   Code cleanup and optimisations -	*   Fixing bugs #15, #23, #24, #25 +	*   Stop workers from segfaulting when modifier modules aren't loaded +	*   Minor bug fixes  0.1.1 - 06th March 2013 -	*   Fixing bugs #19 and #22 +	*   Remove hard coded file paths in daemonized code +	*   Fix `make install` to not to install empty log files  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. +	*   Daemonized version (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 - +	*   Make workers (child processes) and max requests per worker configurable +	*   Man pages  0.0.1 - 24th February 2013  	*   Proof of concept. An ICAP server with only a REQMOD handler. Includes  | 
