~ubuntu-branches/ubuntu/natty/lighttpd/natty

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Bazaar Package Importer
  • Author(s): Krzysztof Krzyżaniak (eloy)
  • Date: 2009-10-30 17:37:29 UTC
  • mto: (6.1.4 squeeze)
  • mto: This revision was merged to the branch mainline in revision 50.
  • Revision ID: james.westby@ubuntu.com-20091030173729-ehmsdiba9nkcd0j7
Tags: upstream-1.4.24
Import upstream version 1.4.24

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
NEWS
4
4
====
5
5
 
6
 
- 1.4.23 -
 
6
- 1.4.24 -
 
7
  * Add T_CONFIG_INT for bigger integers from the config (needed for #1966)
 
8
  * Use unsigned int (and T_CONFIG_INT) for max_request_size
 
9
  * Use unsigned int for secdownload.timeout (fixes #1966)
 
10
  * Keep url/host values from connection to display information while keep-alive in mod_status (fixes #1202)
 
11
  * Add server.breakagelog, a "special" stderr (fixes #1863)
 
12
  * Fix config evaluation for debug.log-timeouts option (#1529)
 
13
  * Add "cgi.execute-x-only" to mod_cgi, requires +x for cgi scripts (fixes #2013)
 
14
  * Fix FD_SETSIZE comparision warnings
 
15
  * Add "lua-5.1" to searched pkg-config names for lua
 
16
  * Fix unused function webdav_lockdiscovery in mod_webdav
 
17
  * cmake: Fix crypt lib check
 
18
  * cmake: Add -export-dynamic to link flags, fixes build on FreeBSD
 
19
  * Set FD_CLOEXEC for bound sockets before pipe-logger forks (fixes #2026)
 
20
  * Reset ignored signals to SIG_DFL before exec() in fastcgi/scgi (fixes #2029)
 
21
  * Show "no uri specified -> 400" error only when "debug.log-request-header-on-error" is enabled (fixes #2030)
 
22
  * Fix hanging connection in mod_scgi (fixes #2024)
 
23
  * Allow digits in hostnames in more places (fixes #1148)
 
24
  * Use connection_reset instead of handle_request_done for cleanup callbacks
 
25
  * Change mod_expire to append Cache-Control instead of overwriting it (fixes #1997)
 
26
  * Allow all comparisons for $SERVER["socket"] - only bind for "=="
 
27
  * Remove strptime failed message (fixes #2031)
 
28
  * Fix issues found with clang analyzer
 
29
  * Try to fix server.tag issue with localized svnversion
 
30
  * Fix handling network-write return values (#2024)
 
31
  * Use disable-time in fastcgi for all disables after errors, default is 1sec (fixes #2040)
 
32
  * Remove adaptive spawning code from fastcgi (was disabled for a long time)
 
33
  * Allow mod_mysql_vhost to use stored procedures (fixes #2011, thx Ben Brown)
 
34
  * Fix ipv6 in mod_proxy (fixes #2043)
 
35
  * Print errors from include_shell to stderr
 
36
  * Set tm.tm_isdst = 0 before mktime() (fixes #2047)
 
37
  * Use linux-epoll by default if available (fixes #2021, thx Olaf van der Spek)
 
38
  * Print an error if you use too many captures in a regex pattern (fixes #2059)
 
39
  * Combine Cache-Control header value in mod_expire to existing HTTP header if header already added by other modules (fixes #2068)
 
40
  * Remember keep-alive-idle in separate variable (fixes #1988)
 
41
  * Fix header inclusion order, always include "config.h" before any system header
 
42
  * mod_webdav: Patch to skip login information for domain part of Destination field (fixes #1793)
 
43
  * mod_webdav: Delete old properties before updating new for MOVE (fixes #1317)
 
44
  * Read hostname from absolute uris in the request line (fixes #1937)
 
45
  * mod_fastcgi: don't disable backend if disable-time is 0 (fixes #1825)
 
46
  * mod_compress: match partial+full content-type (fixes #1552)
 
47
  * mod_fastcgi: fix is_local detection, respawn backends if bin-path is set (fixes #897)
 
48
  * Fix linger-on-close behaviour to avoid rare failure conditions (was r2636, fixes #657)
 
49
  * mod_fastcgi: restart local procs immediately after they terminated, fix local procs handling
 
50
  * Fix segfault on invalid config "duplicate else conditions" (fixes #2065)
 
51
  * mod_usertrack: Use T_CONFIG_INT for max-age, solves range problem (#1455)
 
52
  * mod_accesslog: configurable timestamp logging (fixes #1479)
 
53
  * always define _GNU_SOURCE
 
54
  * Add some iterators for mod_magnet (fixes #1307)
 
55
  * Fix close_timeout_ts trigger (should finally fix lingering close)
 
56
  * mod_rewrite: add url.rewrite-[repeat-]if-not-file to rewrite if file doesn't exist or is not a regular file (fixes #985, thx lucas aerbeydt)
 
57
  * Add TLS servername indication (SNI) support (fixes #386, thx Peter Colberg <peter@colberg.org>)
 
58
  * Add SSL Client Certificate verification (#1288)
 
59
  * mod_fastcgi: Fix host->active_procs counter, return 503 if connect wasn't successful after 5 tries (fixes #1825)
 
60
  * mod_accesslog: escape special characters (fixes #1551, thx icy)
 
61
  * fix mod_webdav crash from #1793 (fixes #2084, thx hiroya)
 
62
  * Don't print ssl error if client didn't support TLS SNI
 
63
  * Fix linger close timeout handling, drop timeout to 5 seconds (fixes #2086)
 
64
  * Fix broken return values from int to enum in mod_fastcgi
 
65
 
 
66
- 1.4.23 - 2009-06-19
7
67
  * Added some extra warning options in cmake and fix the resulting warnings (unused/static functions)
8
68
  * New lighttpd man page (moved it to section 8) (fixes #1875)
9
69
  * Create rrd file for empty rrdfile in mod_rrdtool (#1788)