File: CHANGES.txt

package info (click to toggle)
scgi 1.12-0.2
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 196 kB
  • ctags: 199
  • sloc: ansic: 1,377; python: 393; makefile: 74
file content (51 lines) | stat: -rw-r--r-- 1,490 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
49
50
51
Summary of changes
==================

1.12 (2006-10-02)
-----------------------

Jeroen T. Vermeulen <jtv@thaiopensource.org>
    Provide a new overridable method in SCGIHandler, produce(), as a more
    user-friendly alternative to handle_connection().  Another new
    alternative is produce_cgilike() which receives the request payload on
    standard input and is expected to write its results to standard
    output.

Neil Schemenauer <nas@arctrix.com>:
    Define the CMSG_LEN and CMSG_SPACE macros if the platform doesn't
    provide them.

Jeroen T. Vermeulen <jtv@thaiopensource.org>
    Add guide.html document.


1.11 (released 2006-08-14)
--------------------------

Joseph Tate <jtate@rpath.com>:
    Allow SCGIServer to use an open socket if provided by the calling
    procedure.  The existing serve() method remains the same.

Neil Schemenauer <nas@arctrix.com>:
    Improve portability of the passfd module (solves at least one bug on
    AMD64 machines).

Neil Schemenauer <nas@arctrix.com>:
    Fix a mod_scgi bug that caused a segfault (due to a NULL pointer
    dereference) with certain configurations.  Thanks to Thomas Yandell
    for helping track down the bug.

Neil Schemenauer <nas@arctrix.com>:
    Don't send duplicated headers for SCRIPT_NAME and HTTPS.

Neil Schemenauer <nas@arctrix.com>:
    Update README and LICENSE files.


Older changes
=============

  See doc/CHANGES_110.txt for changes up to version 1.10.


/* vim: set ai tw=74 et sw=4 sts=4: */