Hello,
a new upstream release of lighttpd was released today, which mainly
fixes some bugs like crashes or cgi didn't work under some circumstances
(see attachments for details).

This package is already in Debian, so it could be synced.

Regards,
Christian Dröge
--- lighttpd-1.4.9/NEWS 2006-01-14 19:38:48.000000000 +0100
+++ lighttpd-1.4.10/NEWS        2006-02-08 14:14:31.000000000 +0100
@@ -3,6 +3,18 @@
 NEWS
 ====
 
+- 1.4.10 - 2005-02-08
+
+  * added docs for mod_dirlisting
+  * added fastcgi.map-extensions to mod_fastcgi
+  * fixed load balancing for mod_fastcgi 
+  * fixed extra newline for syslog() in mod_accesslog
+  * fixed user-track cookie for IE in mod_usertrack
+  * fixed crash in digest handling in mod_auth 
+  * fixed handling of 301 response-bodies from a mod_proxy backend
+  * fixed loading of base modules if server.modules is not set
+  * fixed broken cgi if mod_scgi is loaded
+
 - 1.4.9 - 2006-01-14
 
   * added server.core-files option (sandy <[EMAIL PROTECTED]>)
 NEWS                                    |   12 
 config.h.in                             |    6 
 configure                               |   27 -
 configure.in                            |    8 
 cygwin/lighttpd.README                  |   10 
 doc/configuration.txt                   |   69 +-
 doc/fastcgi.txt                         |   18 
 doc/features.txt                        |    4 
 doc/performance.txt                     |   11 
 doc/rewrite.txt                         |   31 -
 doc/status.txt                          |   14 
 lighttpd.spec                           |    2 
 openwrt/control                         |    4 
 openwrt/lighttpd.mk                     |    2 
 src/configfile.c                        |   35 +
 src/configparser.c                      |  749 ++++++++++++++++----------------
 src/configparser.h                      |   23 
 src/configparser.y                      |   19 
 src/connections.c                       |    2 
 src/http-header-glue.c                  |    1 
 src/http_auth.c                         |    6 
 src/mod_accesslog.c                     |   14 
 src/mod_cgi.c                           |  116 ++--
 src/mod_cml.c                           |  123 -----
 src/mod_cml.h                           |    2 
 src/mod_cml_lua.c                       |   77 +++
 src/mod_fastcgi.c                       |  101 +++-
 src/mod_proxy.c                         |    1 
 src/mod_redirect.c                      |    1 
 src/mod_scgi.c                          |    4 
 src/mod_staticfile.c                    |    2 
 src/mod_usertrack.c                     |   11 
 src/network_linux_sendfile.c            |   25 +
 src/network_writev.c                    |   12 
 src/request.c                           |  129 +++--
 src/server.c                            |  136 +++++
 tests/docroot/www/dummydir/.svn/entries |    2 
 tests/mod-auth.t                        |   17 
 tests/mod-compress.t                    |   14 
 tests/request.t                         |   10 
 40 files changed, 1117 insertions(+), 733 deletions(-)

Attachment: signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil

-- 
Ubuntu-motu mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-motu

Reply via email to