[svn-inject] Installing original source of suphp
[manu/suphp.git] / ChangeLog
1 * Version 0.5.2 (13 July 2004)
2 - Added support for UIDs/GIDs not listed in system configuration when using
3   "force" or "paranoid" mode
4 - Fixed bug in configure script that caused autoconf to assume wrong values
5 - Changed behaviour for setting "REDIRECT_STATUS": Now it is only set to 
6   "200" when it has not already been set by Apache
7 - Fixed bug causing environment variables with values ending with a '='
8   sign to be unset
9         
10 * Version 0.5.1 (24 February 2004)
11 - Empty environment variables now are deleted from the environment instead
12   of being set to "no value"
13 - Fixed bug causing a segmentation fault when using different suPHP_Engine 
14   settings in vhosts (special thanks to Matthias Brunner for tracking down 
15   this problem)
16         
17 * Version 0.5 (10 January 2004)
18 - Apache 2.x support
19 - Portability to other *NIX systems improved by using more compatible
20   system calls
21 - Improved logging
22 - Added "--with-setid-mode" compile time option (see doc/INSTALL for
23   details)
24 - Apache 2.x version now supports direct header output
25   (like "HTTP/1.0 401 ...")
26
27 * Version 0.3 (23 August 2003)
28 - Changed build system to GNU autoconf
29 - Supplementary groups are set correctly
30 - Optional support for environments with UIDs/GIDs not in the system's
31   configuration files
32
33 * Version 0.2.3 (25 December 2002)
34 - Fixed handling of symlinks
35
36 * Version 0.2.2 (24 October 2002)
37 - Added missing file "suphp.h"
38
39 * Version 0.2.1 (20 October 2002)
40 - Fixed problems with "suPHP_ConfigPath"-option on some systems
41 - Added German documentation
42
43 * Version 0.2 (13 July 2002)
44 - Added support for VirtualHost based (de-)activation of suPHP
45 - Added support for concurrent use of different PHP configuration files
46
47 * Version 0.1 (04 June 2002)
48 - First release of suPHP