summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcus Rückert <darix@opensu.se>2007-08-29 00:30:16 +0000
committerMarcus Rückert <darix@opensu.se>2007-08-29 00:30:16 +0000
commit419856d8a5b60869f680ebe942e12d5f443f4dfc (patch)
tree7af6373c98f4c8e555752b57098bab25b5fbbaa0
parent9d6e1cd49851e43b7719e591837fc2976dda5cc3 (diff)
downloadlighttpd-git-lighttpd-1.4.17.tar.gz
- updated NEWS filelighttpd-1.4.17
git-svn-id: svn+ssh://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@1976 152afb58-edef-0310-8abb-c4023f1b3aa9
-rw-r--r--NEWS9
1 files changed, 6 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index fab6d37c..cbbc60fb 100644
--- a/NEWS
+++ b/NEWS
@@ -3,7 +3,7 @@
NEWS
====
-- 1.4.17 -
+- 1.4.17 - 2007-08-29
* added dir-listing.set-footer in mod_dirlisting (#1277)
* added sending UID and PID for SIGTERM and SIGINT to the logs
* fixed hardcoded font-sizes in mod_dirlisting (#1267)
@@ -26,9 +26,12 @@ NEWS
* removed config-check if passwd files exist (#1188)
* fixed crash when etags are disabled but the client sends one (#1322)
* fixed crash when freeing the config in mod_alias
-
+ * fixed server.error-handler-404 breakage from 1.4.16 (#1270)
+ * fixed entering 404-handler from dynamic content (#948)
+ * added more debug infos for FAM based stat-cache
+ * use more LSB like paths in the sample config (#1242)
-- 1.4.16 -
+- 1.4.16 - 2007-07-25
* added static-file.etags, etag.use-inode, etag.use-mtime, etag.use-size
to customize the generation of ETags for static files. (#1209)