<?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: Tag release</title>
    <link>http://blog.lighttpd.net/articles/tag/release</link>
    <language>en-us</language>
    <ttl>40</ttl>
    <description></description>
    <item>
      <title>PRE-RELEASE: lighttpd-1.4.13-r1370.tar.gz</title>
      <description>&lt;p&gt;The crash reported in &lt;a href="http://trac.lighttpd.net/trac/ticket/876"&gt;#876&lt;/a&gt; is critical enough to fire another release shortly after &lt;a href="http://blog.lighttpd.net/articles/2006/09/23/release-lighttpd-1-4-12"&gt;1.4.12&lt;/a&gt; was released.&lt;/p&gt;


	&lt;p&gt;It also contains some minor bugfixes and a better check for lua 5.1. If you are running on Debian you can compile &lt;a href="http://blog.lighttpd.net/articles/2006/09/16/a-new-power-magnet"&gt;mod-magnet&lt;/a&gt; with &lt;em&gt;&amp;#8212;with-lua=lua5.1&lt;/em&gt;&lt;/p&gt;


	&lt;p&gt;Download: &lt;a href="http://www.lighttpd.net/download/lighttpd-1.4.13-r1370.tar.gz"&gt;lighttpd-1.4.13-r1370.tar.gz&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;ChangeLog:&lt;/p&gt;


	&lt;ul&gt;
	&lt;li&gt;added initgroups in spawn-fcgi (&lt;a href="http://trac.lighttpd.net/trac/ticket/871"&gt;#871&lt;/a&gt;)&lt;/li&gt;
		&lt;li&gt;added apr1 support htpasswd in mod-auth (&lt;a href="http://trac.lighttpd.net/trac/ticket/870"&gt;#870&lt;/a&gt;)&lt;/li&gt;
		&lt;li&gt;fixed segfault in splitted &lt;span class="caps"&gt;CRLF CRLF&lt;/span&gt; sequences
  (introduced in 1.4.12) (&lt;a href="http://trac.lighttpd.net/trac/ticket/876"&gt;#876&lt;/a&gt;)&lt;/li&gt;
		&lt;li&gt;fixed compilation of &lt;span class="caps"&gt;LOCK&lt;/span&gt; support in mod-webdav&lt;/li&gt;
		&lt;li&gt;fixed fragments in request-URLs (&lt;a href="http://trac.lighttpd.net/trac/ticket/869"&gt;#869&lt;/a&gt;)&lt;/li&gt;
		&lt;li&gt;fixed pkg-config check for lua5.1 on debian&lt;/li&gt;
	&lt;/ul&gt;</description>
      <pubDate>Wed, 04 Oct 2006 08:13:00 +0000</pubDate>
      <guid isPermaLink="false">urn:uuid:922f2d3c-da4b-40fc-8ea5-06afb25f544b</guid>
      <author>jan</author>
      <link>http://blog.lighttpd.net/articles/2006/10/04/pre-release-lighttpd-1-4-13-r1370-tar-gz</link>
      <category>lighttpd</category>
      <category>pre</category>
      <category>release</category>
      <category>1.4.13</category>
      <trackback:ping>http://blog.lighttpd.net/articles/trackback/2036</trackback:ping>
    </item>
    <item>
      <title>RELEASE: lighttpd 1.4.12 </title>
      <description>&lt;p&gt;I&amp;#8217;m very proud to announce the release of 1.4.12.&lt;/p&gt;


	&lt;p&gt;After 8 pre-releases and several cross-compiles and test-runs no new bugs were found and you should have a solid and stable release in your hands.&lt;/p&gt;


	&lt;p&gt;Over the 1.4.11 was available for download (03/2006 &amp;#8211; now) the number of lighty installations raised from 27 103 to 120 442 according to netcraft.com. That&amp;#8217;s amazing. It was important for us to create a release is good enough to replace 1.4.11.&lt;/p&gt;


This release fixes several long-standing bugs like
	&lt;ul&gt;
	&lt;li&gt;&lt;span class="caps"&gt;SSL&lt;/span&gt; hangs with Opera (we added work-around for a bug in Opera)&lt;/li&gt;
		&lt;li&gt;a long list of fixes for &lt;span class="caps"&gt;SSL&lt;/span&gt; in general&lt;/li&gt;
		&lt;li&gt;added ssl.use-sslv2 and ssl.cipher-list for all who have to
  comply with &lt;span class="caps"&gt;PCI&lt;/span&gt;&lt;/li&gt;
	&lt;/ul&gt;


and only added a 2 really new features:
	&lt;ul&gt;
	&lt;li&gt;(experimental) &lt;span class="caps"&gt;LOCK&lt;/span&gt; support for webdav&lt;/li&gt;
		&lt;li&gt;mod_magnet as long-term replacement for mod_cml&lt;/li&gt;
	&lt;/ul&gt;


On mod_cml:
	&lt;ul&gt;
	&lt;li&gt;mod_cml is deprecated from now on&lt;/li&gt;
		&lt;li&gt;it will be removed in 1.5.0&lt;/li&gt;
		&lt;li&gt;mod_magnet provides the same functionality and more with a
  cleaner syntax and in a more generic form&lt;/li&gt;
	&lt;/ul&gt;


	&lt;p&gt;Download:&lt;/p&gt;


	&lt;ul&gt;
	&lt;li&gt;lighttpd-1.4.12.tar.gz

	&lt;p&gt;&lt;a href="http://www.lighttpd.net/download/lighttpd-1.4.12.tar.gz"&gt;http://www.lighttpd.net/download/lighttpd-1.4.12.tar.gz&lt;/a&gt;&lt;/p&gt;


	&lt;p&gt;&lt;span class="caps"&gt;MD5&lt;/span&gt;: 8f6756452138f5da384251f849b329f2&lt;/p&gt;&lt;/li&gt;
	&lt;/ul&gt;
&lt;p&gt;ChangeLog:&lt;/p&gt;


	&lt;ul&gt;
	&lt;li&gt;added experimental &lt;span class="caps"&gt;LOCK&lt;/span&gt; support for webdav&lt;/li&gt;
		&lt;li&gt;added Content-Range support for &lt;span class="caps"&gt;PUT&lt;/span&gt; in webdav&lt;/li&gt;
		&lt;li&gt;added support for += on empty arrays in config-files&lt;/li&gt;
		&lt;li&gt;added ssl.cipher-list and ssl.use-sslv2&lt;/li&gt;
		&lt;li&gt;added $HTTP[&amp;#8220;querystring&amp;#8221;] conditional&lt;/li&gt;
		&lt;li&gt;added mod_magnet as long-term replacement for mod_cml&lt;/li&gt;
		&lt;li&gt;added work-around for a Opera Bug with &lt;span class="caps"&gt;SSL&lt;/span&gt; + Chunked-Encoding&lt;/li&gt;
		&lt;li&gt;changed&amp;#8212;print-config to print to stdout instead of stderr&lt;/li&gt;
		&lt;li&gt;changed no longer use 0600 for new files with webdav. umask is
  honored. Make sure you have set a proper umask.&lt;/li&gt;
		&lt;li&gt;fixed upload hangs with &lt;span class="caps"&gt;SSL&lt;/span&gt;&lt;/li&gt;
		&lt;li&gt;fixed connection drops with &lt;span class="caps"&gt;SSL&lt;/span&gt; (aka bad retry)&lt;/li&gt;
		&lt;li&gt;fixed path traversal with \ on cygwin&lt;/li&gt;
		&lt;li&gt;fixed mem-leak in mod_flv_streaming&lt;/li&gt;
		&lt;li&gt;fixed required trailing newline in configfiles (#142)&lt;/li&gt;
		&lt;li&gt;fixed quoting the autoconf files (#466)&lt;/li&gt;
		&lt;li&gt;fixed empty Host: + $HTTP[&amp;#8220;host&amp;#8221;] handling (#458)&lt;/li&gt;
		&lt;li&gt;fixed handling of If-Modified-Since if ETag is not set&lt;/li&gt;
		&lt;li&gt;fixed default-shell if &lt;span class="caps"&gt;SHELL&lt;/span&gt; is not set (#441)&lt;/li&gt;
		&lt;li&gt;fixed appending and assigning of env.* vars&lt;/li&gt;
		&lt;li&gt;fixed empty &lt;span class="caps"&gt;FCGI&lt;/span&gt;_STDERR packets&lt;/li&gt;
		&lt;li&gt;fixed conditional server.allow-http-11&lt;/li&gt;
		&lt;li&gt;fixed handling of follow-symlink + lstat()&lt;/li&gt;
		&lt;li&gt;fixed &lt;span class="caps"&gt;SIGHUP&lt;/span&gt; handling if max-workers is used&lt;/li&gt;
		&lt;li&gt;fixed &amp;#8220;Software caused connection abort&amp;#8221; messages on FreeBSD&lt;/li&gt;
	&lt;/ul&gt;</description>
      <pubDate>Sat, 23 Sep 2006 19:17:00 +0000</pubDate>
      <guid isPermaLink="false">urn:uuid:221fce8e-856a-49b9-8721-733eaba8b836</guid>
      <author>jan</author>
      <link>http://blog.lighttpd.net/articles/2006/09/23/release-lighttpd-1-4-12</link>
      <category>lighttpd</category>
      <category>1.4.12</category>
      <category>release</category>
      <trackback:ping>http://blog.lighttpd.net/articles/trackback/2015</trackback:ping>
    </item>
    <item>
      <title>lighttpd 1.4.10 released</title>
      <description>&lt;p&gt;lighttpd 1.4.10 has been release and fixes the fastcgi and cgi problems of .9.&lt;/p&gt;


	&lt;ul&gt;
	&lt;li&gt;&lt;span class="caps"&gt;CGI&lt;/span&gt; should work again&lt;/li&gt;
		&lt;li&gt;fastcgi should not result in a crash under high load&lt;/li&gt;
		&lt;li&gt;load balancing in fastcgi should work as expected&lt;/li&gt;
		&lt;li&gt;broken digest request shouldn&amp;#8217;t crash mod_auth&lt;/li&gt;
	&lt;/ul&gt;


	&lt;p&gt;New is&lt;/p&gt;


&lt;pre&gt;
  fastcgi.map-extensions = ( ".php3" =&amp;gt; ".php" )
  fastcgi.server = ( ".php" =&amp;gt; ... )
&lt;/pre&gt;

	&lt;p&gt;Links&lt;/p&gt;


	&lt;ul&gt;
	&lt;li&gt;&lt;a href="http://trac.lighttpd.net/trac/wiki/Release-1.4.10"&gt;1.4.10 in the wiki&lt;/a&gt;&lt;/li&gt;
		&lt;li&gt;&lt;a href="http://www.lighttpd.net/download/"&gt;1.4.10 for download&lt;/a&gt;&lt;/li&gt;
	&lt;/ul&gt;
</description>
      <pubDate>Wed, 08 Feb 2006 15:31:00 +0000</pubDate>
      <guid isPermaLink="false">urn:uuid:aacd6b25-7dc2-41d1-a50a-a1dd97d10d97</guid>
      <author>jan</author>
      <link>http://blog.lighttpd.net/articles/2006/02/08/lighttpd-1-4-10-released</link>
      <category>release</category>
      <trackback:ping>http://blog.lighttpd.net/articles/trackback/108</trackback:ping>
    </item>
  </channel>
</rss>
