PRE-RELEASE: lighttpd 1.4.22rc2-r2405 3

Posted by icy Sat, 28 Feb 2009 21:29:00 GMT

As a followup to rc1 of 1.4.22, rc2 has been published with 3 additional bugfixes.
Two of which are for FreeBSD users, the other one relating to mod_scgi.

You can get the pre-release from these urls:
http://www.lighttpd.net/download/lighttpd-1.4.22rc2-r2405.tar.gz
http://www.lighttpd.net/download/lighttpd-1.4.22rc2-r2405.tar.bz2
SHA1 checksum:
http://www.lighttpd.net/download/lighttpd-1.4.22rc2-r2405.sha1sum
MD5 checksum:
http://www.lighttpd.net/download/lighttpd-1.4.22rc2-r2405.md5sum


Please test it as much as possible and provide us with feedback.
A lot of testing ensures a good release.
If no showstoppers are encountered, there will be a final release soon.

Changelog since 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)



If you want to get the latest source for any branch, you can get it from our svn repository.
Documentation to do so can be obtained from this page:
http://redmine.lighttpd.net/projects/lighttpd/wiki/DevelSubversion
Bug reports or feature requests can be filed in our ticket system:
http://redmine.lighttpd.net/projects/lighttpd/issues/new
Please make sure to check if there isn’t a ticket already here:
http://redmine.lighttpd.net/projects/lighttpd/issues


Thank you for flying light.

PRE-RELEASE: lighttpd-1.4.13-r1370.tar.gz

Posted by jan Wed, 04 Oct 2006 06:13:00 GMT

The crash reported in #876 is critical enough to fire another release shortly after 1.4.12 was released.

It also contains some minor bugfixes and a better check for lua 5.1. If you are running on Debian you can compile mod-magnet with —with-lua=lua5.1

Download: lighttpd-1.4.13-r1370.tar.gz

ChangeLog:

  • added initgroups in spawn-fcgi (#871)
  • added apr1 support htpasswd in mod-auth (#870)
  • fixed segfault in splitted CRLF CRLF sequences (introduced in 1.4.12) (#876)
  • fixed compilation of LOCK support in mod-webdav
  • fixed fragments in request-URLs (#869)
  • fixed pkg-config check for lua5.1 on debian