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