summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcus Rückert <darix@opensu.se>2007-03-29 19:48:57 +0000
committerMarcus Rückert <darix@opensu.se>2007-03-29 19:48:57 +0000
commit08f6af9e90ab5806c1101b8e383775ff0eb4df79 (patch)
treeb7b683339b0aa55d5d2090a3a1c477edfad7f721
parenta576f0f3e0b7d6b442cc628f55355dc27a98ef38 (diff)
downloadlighttpd-git-08f6af9e90ab5806c1101b8e383775ff0eb4df79.tar.gz
- updated NEWS file
git-svn-id: svn+ssh://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@1719 152afb58-edef-0310-8abb-c4023f1b3aa9
-rw-r--r--NEWS17
1 files changed, 10 insertions, 7 deletions
diff --git a/NEWS b/NEWS
index ca4f1b74..d5930722 100644
--- a/NEWS
+++ b/NEWS
@@ -4,18 +4,21 @@ NEWS
====
- 1.4.14 - ???
+ * fix crash if gethostbyaddr() failed on redirect [1718]
+ * properly handle 206 responses generated by *cgi scripts. (#755) [1716]
+ * added HTTPS=on to the environment of cgi scripts (#861) [1684]
+ * fix handling of 303 (#1045) [1678]
+ * made the configure check for lua more portable [1677]
* added mod_extforward module [1665]
- * added HTTPS=on to the environment of cgi scripts (#861)
- * fix handling of 303 #1045
- * made the configure check for lua more portable [1677]
- * fix http 500 errors (colin.stephen/at/o2.com) #1041
+ * references to the fam stat cache engine should be conditional (#1039) [1664]
+ * fix http 500 errors (colin.stephen/at/o2.com) #1041 [1663]
* prevent wrong pidfile unlinking on graceful restart (Chris Webb) [1656]
- * ignore empty packets from STDERR stream. #998
+ * ignore empty packets from STDERR stream. #998
* fix a crash for files with an mtime of 0 reported by cubiq on irc [1519]
* allow empty passwords with ldap (Jörg Sonnenberger) [1516]
- * mod_scgi.c segfault fix #964
+ * mod_scgi.c segfault fix #964 [1501]
* Added round-robin support to mod_fastcgi [1500]
- * Handle DragonFlyBSD the same way as Freebsd (Jörg Sonnenberger) [1492]
+ * Handle DragonFlyBSD the same way as Freebsd (Jörg Sonnenberger) [1492,1676]
* added now and weeks support to mod_expire. #943
* fix cpu hog in certain requests [1473]
* fix for handling hostnames with trailing dot [1406]