1.4.22 - Echoes

March 07, 2009

And here we are again… we had some bad regressions, so 1.4.22 was needed earlier than we expected and spawn-fcgi is still included in this release.

But spawn-fcgi 1.6.0 has been released, see https://redmine.lighttpd.net/projects/spawn-fcgi/news, so expect it to be removed soon.

Important Changes

  • Fix default vhost in mod_simple_vhost (fixes #1905)
  • Fix segfault in mod_scgi (fixes #1911)
  • Fix error handling in freebsd sendfile (fixes #1913)

Downloads

Changes from 1.4.21

  • Fix wrong lua type for CACHE_MISS/CACHE_HIT in mod_cml (fixes #533)
  • Fix default vhost in mod_simple_vhost (fixes #1905)
  • Handle EINTR in mod_rrdtool (fixes #604)
  • Fix rrd error after graceful restart (fixes #419)
  • Fix EAGAIN handling for freebsd sendfile (fixes #1913, thx AnMaster for spotting the problem)
  • Fix segfault in mod_scgi (fixes #1911)
  • Treat EPIPE as connection-closed error in network_freebsd_sendfile.c (another fix from #1913)
  • Fix useless redirection of stderr in mod_rrdtool, as it gets redirected to /dev/null later. (fixes #1922)
  • Fix some problems with more strict compilers (#1923)
  • Fix segfault if siginfo_t* is NULL in sigaction handler (fixes #1926)