<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/css" href="/stylesheets/rss.css"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/">
  <channel>
    <title>lighty's life: PRE-RELEASE: lighttpd 1.4.23rc1-r2522</title>
    <link>http://blog.lighttpd.net/articles/2009/06/10/pre-release-lighttpd-1-4-23rc1-r2522</link>
    <language>en-us</language>
    <ttl>40</ttl>
    <description></description>
    <item>
      <title>PRE-RELEASE: lighttpd 1.4.23rc1-r2522</title>
      <description>&lt;p&gt;We would like to draw your attention to the latest pre-release of the stable 1.4 branch of lighttpd.&lt;/p&gt;


	&lt;p&gt;You can get the pre-release from these urls:&lt;br&gt;
&lt;a href="http://www.lighttpd.net/download/lighttpd-1.4.23rc1-r2522.tar.gz"&gt;http://www.lighttpd.net/download/lighttpd-1.4.23rc1-r2522.tar.gz&lt;/a&gt;&lt;br&gt;
&lt;a href="http://www.lighttpd.net/download/lighttpd-1.4.23rc1-r2522.tar.bz2"&gt;http://www.lighttpd.net/download/lighttpd-1.4.23rc1-r2522.tar.bz2&lt;/a&gt;&lt;br&gt;
&lt;span class="caps"&gt;SHA1&lt;/span&gt; checksum:&lt;br&gt;
&lt;a href="http://www.lighttpd.net/download/lighttpd-1.4.23rc1-r2522.sha1sum"&gt;http://www.lighttpd.net/download/lighttpd-1.4.23rc1-r2522.sha1sum&lt;/a&gt;&lt;/p&gt;


	&lt;p&gt;&lt;br&gt;
Please test it as much as possible and provide us with feedback.&lt;br&gt;
A lot of testing ensures a good release.&lt;br&gt;
If no showstoppers are encountered, there will be a final release soon.&lt;/p&gt;
&lt;h3&gt;Changelog since 1.4.22:&lt;/h3&gt;


	&lt;ul&gt;
	&lt;li&gt;Added some extra warning options in cmake and fix the resulting warnings (unused/static functions)&lt;/li&gt;
		&lt;li&gt;New lighttpd man page (moved it to section 8) (fixes &lt;a href="http://redmine.lighttpd.net/issues/1875"&gt;#1875&lt;/a&gt;)&lt;/li&gt;
		&lt;li&gt;Create rrd file for empty rrdfile in mod_rrdtool (&lt;a href="http://redmine.lighttpd.net/issues/1788"&gt;#1788&lt;/a&gt;)&lt;/li&gt;
		&lt;li&gt;Fix workaround for incorrect path info/scriptname if fastcgi prefix is &amp;#8221;/&amp;#8221; (fixes &lt;a href="http://redmine.lighttpd.net/issues/729"&gt;#729&lt;/a&gt;)&lt;/li&gt;
		&lt;li&gt;Finally removed spawn-fcgi&lt;/li&gt;
		&lt;li&gt;Allow xattr to overwrite mime type (fixes &lt;a href="http://redmine.lighttpd.net/issues/1929"&gt;#1929&lt;/a&gt;)&lt;/li&gt;
		&lt;li&gt;Remove link from errormsg about fastcgi apps (fixes &lt;a href="http://redmine.lighttpd.net/issues/1942"&gt;#1942&lt;/a&gt;)&lt;/li&gt;
		&lt;li&gt;Strip trailing dot from &amp;#8220;Host:&amp;#8221; header&lt;/li&gt;
		&lt;li&gt;Remove the optional port info from &lt;span class="caps"&gt;SERVER&lt;/span&gt;_NAME (thx Mr_Bond)&lt;/li&gt;
		&lt;li&gt;Fix mod_proxy RoundRobin (off by one problem if only one backend is up)&lt;/li&gt;
		&lt;li&gt;Rename configure.in to configure.ac, with small cleanups (fixes &lt;a href="http://redmine.lighttpd.net/issues/1932"&gt;#1932&lt;/a&gt;)&lt;/li&gt;
		&lt;li&gt;Add proper &lt;span class="caps"&gt;SUID&lt;/span&gt; bit detection (fixes &lt;a href="http://redmine.lighttpd.net/issues/416"&gt;#416&lt;/a&gt;)&lt;/li&gt;
		&lt;li&gt;Check for regular file in mod_cgi, so we don&amp;#8217;t try to start directories&lt;/li&gt;
		&lt;li&gt;Include mmap.h from chunk.h to fix some problems with &lt;a href="http://redmine.lighttpd.net/issues/define"&gt;#&lt;/a&gt; mmap mmap64 (fixes #1923)&lt;/li&gt;
		&lt;li&gt;Add support for pipe logging for server.errorlog (fixes &lt;a href="http://redmine.lighttpd.net/issues/296"&gt;#296&lt;/a&gt;)&lt;/li&gt;
		&lt;li&gt;Add revision number to package version for svn/git checkouts&lt;/li&gt;
		&lt;li&gt;Use server.tag for &lt;span class="caps"&gt;SERVER&lt;/span&gt;_SOFTWARE if configured (fixes &lt;a href="http://redmine.lighttpd.net/issues/357"&gt;#357&lt;/a&gt;)&lt;/li&gt;
		&lt;li&gt;Fix trailing zero char in &lt;span class="caps"&gt;REQUEST&lt;/span&gt;_URI after &amp;#8220;strip-request-uri&amp;#8221; in mod_fastcgi&lt;/li&gt;
		&lt;li&gt;mod_magnet: Add env[&amp;#8220;request.remote-ip&amp;#8221;] (fixes &lt;a href="http://redmine.lighttpd.net/issues/1740"&gt;#1740&lt;/a&gt;)&lt;/li&gt;
		&lt;li&gt;mod_magnet: Add env[&amp;#8220;request.path-info&amp;#8221;]&lt;/li&gt;
		&lt;li&gt;Change name/version separator back to &amp;#8221;/&amp;#8221; (affects every place where the version is printed)&lt;/li&gt;
		&lt;li&gt;Fix bug with FastCGI request id overflow under high load; just use always id 1 as we don&amp;#8217;t use multiplexing. (thx jgray)&lt;/li&gt;
		&lt;li&gt;Add some dirlisting enhancements (fixes &lt;a href="http://redmine.lighttpd.net/issues/1458"&gt;#1458&lt;/a&gt;)&lt;/li&gt;
		&lt;li&gt;Add option to enable &lt;span class="caps"&gt;TCP&lt;/span&gt;_DEFER_ACCEPT (fixes &lt;a href="http://redmine.lighttpd.net/issues/1447"&gt;#1447&lt;/a&gt;)&lt;/li&gt;
		&lt;li&gt;Limit amount of bytes read for one read-event (fixes &lt;a href="http://redmine.lighttpd.net/issues/1070"&gt;#1070&lt;/a&gt;)&lt;/li&gt;
		&lt;li&gt;Add evasive.silent option (fixes &lt;a href="http://redmine.lighttpd.net/issues/1438"&gt;#1438&lt;/a&gt;)&lt;/li&gt;
		&lt;li&gt;Make mod_extforward headers configurable (fixes &lt;a href="http://redmine.lighttpd.net/issues/1545"&gt;#1545&lt;/a&gt;)&lt;/li&gt;
		&lt;li&gt;Add &amp;#8217;%_&amp;#8217; pattern for complete hostname in mod_evhost (fixes &lt;a href="http://redmine.lighttpd.net/issues/1737"&gt;#1737&lt;/a&gt;)&lt;/li&gt;
		&lt;li&gt;Add IPv6 support to mod_proxy (fixes &lt;a href="http://redmine.lighttpd.net/issues/1537"&gt;#1537&lt;/a&gt;)&lt;/li&gt;
		&lt;li&gt;mod_ssi printenv: print cgi env, add environment vars to cgi env (fixes &lt;a href="http://redmine.lighttpd.net/issues/1713"&gt;#1713&lt;/a&gt;)&lt;/li&gt;
		&lt;li&gt;Fix error message if no auth backend was set&lt;/li&gt;
		&lt;li&gt;Fix &lt;span class="caps"&gt;SERVER&lt;/span&gt;_NAME port stripping (fixes &lt;a href="http://redmine.lighttpd.net/issues/1968"&gt;#1968&lt;/a&gt;)&lt;/li&gt;
		&lt;li&gt;Fix x-sendfile 2gb limiting (fixes &lt;a href="http://redmine.lighttpd.net/issues/1970"&gt;#1970&lt;/a&gt;)&lt;/li&gt;
		&lt;li&gt;Fix mod_cgi environment keys mangling (fixes &lt;a href="http://redmine.lighttpd.net/issues/1969"&gt;#1969&lt;/a&gt;)&lt;/li&gt;
		&lt;li&gt;Fix workaround for incorrect path info/scriptname if scgi prefix is &amp;#8221;/&amp;#8221; (fixes &lt;a href="http://redmine.lighttpd.net/issues/729"&gt;#729&lt;/a&gt;)&lt;/li&gt;
		&lt;li&gt;Fix max-age value in mod_expire for &amp;#8216;modification&amp;#8217; (fixes &lt;a href="http://redmine.lighttpd.net/issues/1978"&gt;#1978&lt;/a&gt;)&lt;/li&gt;
		&lt;li&gt;Fix evasive.silent option (&lt;a href="http://redmine.lighttpd.net/issues/1438"&gt;#1438&lt;/a&gt;)&lt;/li&gt;
		&lt;li&gt;Fix mod-fastcgi counters&lt;/li&gt;
		&lt;li&gt;Modify fastcgi error message&lt;/li&gt;
		&lt;li&gt;Backup errno for later usage (reported by Guido Reina via mailinglist)&lt;/li&gt;
		&lt;li&gt;Improve FastCGI performance (fixes &lt;a href="http://redmine.lighttpd.net/issues/1999"&gt;#1999&lt;/a&gt;)&lt;/li&gt;
		&lt;li&gt;Workaround broken operating systems: check for trailing &amp;#8217;/&amp;#8217; in filenames (fixes &lt;a href="http://redmine.lighttpd.net/issues/1989"&gt;#1989&lt;/a&gt;)&lt;/li&gt;
		&lt;li&gt;Allow using pcre with cross-compiling (pcre-config got fixed; fixes &lt;a href="http://redmine.lighttpd.net/issues/1986"&gt;#1986&lt;/a&gt;)&lt;/li&gt;
		&lt;li&gt;Add &amp;#8220;lighty.req_env&amp;#8221; table to mod_magnet for setting/getting environment values for cgi (fixes &lt;a href="http://redmine.lighttpd.net/issues/1967"&gt;#1967&lt;/a&gt;, thx presbrey)&lt;/li&gt;
		&lt;li&gt;Fix segfault in mod_expire after failed config parsing (fixes &lt;a href="http://redmine.lighttpd.net/issues/1992"&gt;#1992&lt;/a&gt;)&lt;/li&gt;
		&lt;li&gt;Add ssi.content-type option (default text/html, fixes &lt;a href="http://redmine.lighttpd.net/issues/615"&gt;#615&lt;/a&gt;)&lt;/li&gt;
	&lt;/ul&gt;


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


	&lt;p&gt;&lt;br&gt;
Thank you for flying light.&lt;/p&gt;</description>
      <pubDate>Wed, 10 Jun 2009 18:02:00 +0200</pubDate>
      <guid isPermaLink="false">urn:uuid:4d1c2e0c-4417-4f6e-ac47-96f1f51386cd</guid>
      <author>icy</author>
      <link>http://blog.lighttpd.net/articles/2009/06/10/pre-release-lighttpd-1-4-23rc1-r2522</link>
      <category>lighttpd</category>
      <category>lighttpd</category>
      <category>1.4</category>
      <category>1.4.23</category>
      <category>prerelease</category>
    </item>
  </channel>
</rss>
