PRE-RELEASE: lighttpd-1.4.x.r1745 7
darix, our brave maintainer of the 1.4.x branch, just uploaded lighttpd-1.4.x.r1745
Please give it a test as we want to push out .14 in the next days.
ChangeLog:
- 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]
- 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
- 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 [1501]
- Added round-robin support to mod_fastcgi [1500]
- 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]
- fixed header-injection via server.tag (#1106)
- disabled caching of files without a content-type to solve the aggressive caching of FF
- remove trailing white-spaces from HTTP-requests before parsing (#1098)
- fixed accesslog.use-syslog in a conditional and the caching of the accesslog for files (fixes #1064)
- fixed various crashes at startup on broken accesslog.format strings (#1000)
- fixed handling of %% in accesslog.format
- fixed conditional dir-listing.exclude (#930)
- reduced default PATH_MAX to 255 (#826)
- ECONNABORTED is not known on cygwin (#863)
- fixed crash on url.redirect and url.rewrite if %0 is used in a global context (#800)
- fixed possible crash in debug-message in mod_extforward
- fixed compilation of mod_extforward on glibc < 2.3.4
Trackbacks
Use the following link to trackback from your own site:
http://blog.lighttpd.net/articles/trackback/3953
Comments
-
There's a serious regression with cookies. Authentication doesn't work any more with VBulletin and that pre-release. Reverting to 1.4.13 fixes it.
-
Yes there are serious issues with cookies if using this latest version of lighty. Many users reported problems after starting to use 1.4.14.
-
Have the cookie problems been fixed in the release...I don't want to upgrade if it is going to screw things up.
-
so now the question is: what kind of cookie problems? any way to reproduce it? and please blog comments are not the proper way to report bugs. please use http://trac.lighttpd.net/
-
It is fixed in 1.4.15. If we would have a ticket in bug-system we could have it be fixed in the final .14, now we built a .15 with just that fix.
-
Hey Jan, thank you very much for fixing the problem and I will report future bugs to the bug tracker.
-
Haha thanks for this, i went to do some work after updating the other day and i spent a good hour figuring out that the headers were being malformed. Came here to report it and yay, fix already posted. = )