initial load of upstream version 1.06.32
[xmlrpc-c] / lib / abyss / change.log
1                      Change log for the ABYSS Web Server
2                      -----------------------------------
3
4 Version 0.3 (March 23,2000):
5 ----------------------------
6 * Handles conditional GET requests (by date)
7 * Conforms to all the MUSTs of the RFC2616 (newer version of the HTTP/1.1 protocol draft)
8 * New configuration options (such as pidfile for UNIX systems...)
9 * Handles HEAD and OPTIONS methods
10 * Many bug fixes
11 * Tested on Sun-OS 5.7
12 * Second public release
13
14 Version 0.2 beta (February 7,2000):
15 -----------------------------------
16 * Handles GET on static files
17 * Handles correctly range requests
18 * Conforms to 80% of the MUSTs of the RFC2068 (HTTP/1.1 protocol draft)
19 * Improved code portability (Win32 and UNIX platforms)
20 * Tested on Linux 2.2 and Win95/98
21 * First public release
22
23 Version 0.1 (January 2000):
24 ---------------------------
25 * Completely rewritten in C
26 * Speed improvement
27 * New memory allocation scheme (using pools)
28 * Never released
29
30 Version 0.0 (January 2000):
31 ---------------------------
32 * Initial version
33 * Written in C++
34 * Never released