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