0.6.0-1 release
[manu/suphp.git] / ChangeLog
1 * Version 0.6.0 (27 May 2005)
2 ++ The development of this version was sponsored by Techno-vi - Wanix. ++
3 ++ Thanks to the sponsor!                                              ++
4 - Ported suPHP to C++
5 - Ported build system to automake
6 - Added runtime configuration support
7 - Made writeable by group/others check optional
8 - Rewrote Apache 1.3.x module completely, thus now supporting all
9   setid-modes with Apache 1.3 and Apache 2.0
10 - Added support for multiple interpreters
11 - Added support for runtime-configurable loglevel
12
13 * Version 0.5.2 (13 July 2004)
14 - Added support for UIDs/GIDs not listed in system configuration when using
15   "force" or "paranoid" mode
16 - Fixed bug in configure script that caused autoconf to assume wrong values
17 - Changed behaviour for setting "REDIRECT_STATUS": Now it is only set to 
18   "200" when it has not already been set by Apache
19 - Fixed bug causing environment variables with values ending with a '='
20   sign to be unset
21         
22 * Version 0.5.1 (24 February 2004)
23 - Empty environment variables now are deleted from the environment instead
24   of being set to "no value"
25 - Fixed bug causing a segmentation fault when using different suPHP_Engine 
26   settings in vhosts (special thanks to Matthias Brunner for tracking down 
27   this problem)
28         
29 * Version 0.5 (10 January 2004)
30 - Apache 2.x support
31 - Portability to other *NIX systems improved by using more compatible
32   system calls
33 - Improved logging
34 - Added "--with-setid-mode" compile time option (see doc/INSTALL for
35   details)
36 - Apache 2.x version now supports direct header output
37   (like "HTTP/1.0 401 ...")
38
39 * Version 0.3 (23 August 2003)
40 - Changed build system to GNU autoconf
41 - Supplementary groups are set correctly
42 - Optional support for environments with UIDs/GIDs not in the system's
43   configuration files
44
45 * Version 0.2.3 (25 December 2002)
46 - Fixed handling of symlinks
47
48 * Version 0.2.2 (24 October 2002)
49 - Added missing file "suphp.h"
50
51 * Version 0.2.1 (20 October 2002)
52 - Fixed problems with "suPHP_ConfigPath"-option on some systems
53 - Added German documentation
54
55 * Version 0.2 (13 July 2002)
56 - Added support for VirtualHost based (de-)activation of suPHP
57 - Added support for concurrent use of different PHP configuration files
58
59 * Version 0.1 (04 June 2002)
60 - First release of suPHP