~ubuntu-branches/ubuntu/hardy/lighttpd/hardy

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Bazaar Package Importer
  • Author(s): Michele Angrisano
  • Date: 2007-07-28 20:33:22 UTC
  • mfrom: (1.1.7 upstream)
  • Revision ID: james.westby@ubuntu.com-20070728203322-ut5ym6udh0xjxkma
Tags: 1.4.16-1ubuntu1
* Merge from Debian unstable, remaining changes:
  - Add fam/gamin stat cache engine support.
  - Replace Depends: on perl with Depends: on libterm-readline-perl-perl.
  - Make sure that upgrades succeed, even if we can't restart lighttpd.
  - Clean environment in init.d script.
  - Update maintainer field in debian/control.

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
NEWS
4
4
====
5
5
 
 
6
- 1.4.16 - 
 
7
 
 
8
  * added static-file.etags, etag.use-inode, etag.use-mtime, etag.use-size
 
9
    to customize the generation of ETags for static files. (#1209) 
 
10
    (patch by <Yusufg@gmail.com>)
 
11
  * fixed typecast of NULL on execl() (#1235)
 
12
    (patch by F. Denis)
 
13
  * fixed circumventing url.access-deny by trailing slash (#1230)
 
14
  * fixed crash on duplicate headers with trailing WS (#1232)
 
15
  * fixed accepting more connections then requested (#1216)
 
16
  * fixed mem-leak in mod_auth (reported by Stefan Esser)
 
17
  * fixed crash with md5-sess and cnonce not set in mod_auth (reported by Stefan Esser)
 
18
  * fixed missing check for base64 encoded string in mod_auth and Basic auth
 
19
    (reported by Stefan Esser)
 
20
  * fixed possible crash in Auth-Digest header parser on trailing WS in 
 
21
    mod_auth (reported by Stefan Esser) 
 
22
  * fixed check on stale errno values, which broke handling of broken fastcgi
 
23
    applications. (#1245)
 
24
  * fixed crash on 32bit archs when debug-msgs are printed in mod_scgi, mod_fastcgi 
 
25
    and mod_webdav (#1263)
 
26
 
6
27
- 1.4.15 - 2007-04-13
7
28
 
8
 
  * fixed broken Set-Cookie headers 
 
29
  * fixed broken Set-Cookie headers
9
30
 
10
31
- 1.4.14 - 2007-04-13
11
32
 
29
50
  * fix cpu hog in certain requests [1473] CVE-2007-1869
30
51
  * fix for handling hostnames with trailing dot [1406]
31
52
  * fixed header-injection via server.tag (#1106)
32
 
  * disabled caching of files without a content-type to solve the 
 
53
  * disabled caching of files without a content-type to solve the
33
54
    aggressive caching of FF
34
55
  * remove trailing white-spaces from HTTP-requests before parsing (#1098)
35
56
  * fixed accesslog.use-syslog in a conditional and the caching of the
42
63
  * fixed crash on url.redirect and url.rewrite if %0 is used in a global context
43
64
    (#800)
44
65
  * fixed possible crash in debug-message in mod_extforward
45
 
  * fixed compilation of mod_extforward on glibc < 2.3.4 
 
66
  * fixed compilation of mod_extforward on glibc < 2.3.4
46
67
  * fixed include of empty in the configfiles (#1076)
47
68
  * send SIGUSR1 to fastcgi children before SIGTERM. libfcgi wants SIGUSR1. (#737)
48
69
  * fixed missing AUTH_TYPE entry in the fastcgi environment. (#889)
54
75
  * added initgroups in spawn-fcgi (#871)
55
76
  * added apr1 support htpasswd in mod-auth (#870)
56
77
  * added lighty.stat() to mod_magnet
57
 
  * fixed segfault in splitted CRLF CRLF sequences 
 
78
  * fixed segfault in splitted CRLF CRLF sequences
58
79
    (introduced in 1.4.12) (#876)
59
80
  * fixed compilation of LOCK support in mod-webdav
60
81
  * fixed fragments in request-URLs (#869)
61
82
  * fixed pkg-config check for lua5.1 on debian
62
 
  * fixed Content-Length = 0 on HEAD requests without 
 
83
  * fixed Content-Length = 0 on HEAD requests without
63
84
    a known Content-Length (#119)
64
85
  * fixed mkdir() forcing 0700 (#884)
65
86
  * fixed writev() on FreeBSD 4.x and older (#875)
66
 
  * removed warning about a 404-error-handler 
 
87
  * removed warning about a 404-error-handler
67
88
    returned 404
68
89
  * backported and fixed the buildsystem changes for
69
90
    webdav locks