|
| 1 | +1.0.0 - 25th November 2015 |
| 2 | + * [New] Configurable communication (socket) timeouts |
| 3 | + * [New] Support for persistent connections |
| 4 | + * [New] Use psocksxx as the socket library |
| 5 | + * Code restructure |
| 6 | + * Updated man pages |
| 7 | + * Fix issue #2 |
| 8 | + |
1 | 9 | 0.1.6 - 28th September 2013
|
2 |
| - * Few tweaks and minor changes distribution files (no functional changes) |
| 10 | + * Few tweaks and minor changes to distribution files (no functional changes) |
3 | 11 |
|
4 | 12 | 0.1.5 - 11th August 2013
|
5 |
| - * Fixing modpy interface module string copy bug |
| 13 | + * Fix modpy interface module string copy bug |
6 | 14 |
|
7 | 15 | 0.1.4 - 01st August 2013
|
8 | 16 | * Code optimisations
|
9 |
| - * Fixing bug #34 |
| 17 | + * Make sure all the data requested is read in icap::util::read_data() |
| 18 | + (found by Kenneth Oksanen) |
10 | 19 |
|
11 | 20 | 0.1.3 - 29th July 2013
|
12 |
| - * Fixing bugs #31, #32 |
| 21 | + * Fix char buffers (found by Kenneth Oksanen) |
| 22 | + * Fix modpy module to handle null-characters properly (found by Kenneth |
| 23 | + Oksanen) |
13 | 24 |
|
14 | 25 | 0.1.2 - 07th July 2013
|
15 |
| - * Added a RESPMOD handler (bug #16) |
16 |
| - * Added Message Preview features (bug #17) |
| 26 | + * [New] RESPMOD handler |
| 27 | + * [New] Message Preview features |
17 | 28 | * Code cleanup and optimisations
|
18 |
| - * Fixing bugs #15, #23, #24, #25 |
| 29 | + * Stop workers from segfaulting when modifier modules aren't loaded |
| 30 | + * Minor bug fixes |
19 | 31 |
|
20 | 32 | 0.1.1 - 06th March 2013
|
21 |
| - * Fixing bugs #19 and #22 |
| 33 | + * Remove hard coded file paths in daemonized code |
| 34 | + * Fix `make install` to not to install empty log files |
22 | 35 |
|
23 | 36 | 0.1.0 - 03rd March 2013
|
24 |
| - * Daemonized version (bug #18), hence the minor version bump. Server |
25 |
| - core is re-organised with bitz::server namespace to be more cleaner |
26 |
| - and easier to read. |
| 37 | + * Daemonized version (hence the minor version bump), |
| 38 | + Server core is re-organised with bitz::server namespace to be more cleaner |
| 39 | + and easier to read, |
27 | 40 | * Make it possible to pass in command-line options
|
28 | 41 | * Closed a memory leak in modpy module
|
29 |
| - * Fixing bugs #20, #21 |
30 |
| - |
| 42 | + * Make workers (child processes) and max requests per worker configurable |
| 43 | + * Man pages |
31 | 44 |
|
32 | 45 | 0.0.1 - 24th February 2013
|
33 | 46 | * Proof of concept. An ICAP server with only a REQMOD handler. Includes
|
|
0 commit comments