File: ChangeLog

package info (click to toggle)
suphp 0.5.2-3
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 636 kB
  • ctags: 171
  • sloc: ansic: 1,764; sh: 824; makefile: 204
file content (48 lines) | stat: -rw-r--r-- 1,743 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
* Version 0.5.2 (13 July 2004)
- Added support for UIDs/GIDs not listed in system configuration when using
  "force" or "paranoid" mode
- Fixed bug in configure script that caused autoconf to assume wrong values
- Changed behaviour for setting "REDIRECT_STATUS": Now it is only set to 
  "200" when it has not already been set by Apache
- Fixed bug causing environment variables with values ending with a '='
  sign to be unset
	
* Version 0.5.1 (24 February 2004)
- Empty environment variables now are deleted from the environment instead
  of being set to "no value"
- Fixed bug causing a segmentation fault when using different suPHP_Engine 
  settings in vhosts (special thanks to Matthias Brunner for tracking down 
  this problem)
	
* Version 0.5 (10 January 2004)
- Apache 2.x support
- Portability to other *NIX systems improved by using more compatible
  system calls
- Improved logging
- Added "--with-setid-mode" compile time option (see doc/INSTALL for
  details)
- Apache 2.x version now supports direct header output
  (like "HTTP/1.0 401 ...")

* Version 0.3 (23 August 2003)
- Changed build system to GNU autoconf
- Supplementary groups are set correctly
- Optional support for environments with UIDs/GIDs not in the system's
  configuration files

* Version 0.2.3 (25 December 2002)
- Fixed handling of symlinks

* Version 0.2.2 (24 October 2002)
- Added missing file "suphp.h"

* Version 0.2.1 (20 October 2002)
- Fixed problems with "suPHP_ConfigPath"-option on some systems
- Added German documentation

* Version 0.2 (13 July 2002)
- Added support for VirtualHost based (de-)activation of suPHP
- Added support for concurrent use of different PHP configuration files

* Version 0.1 (04 June 2002)
- First release of suPHP