<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Nginx Forum - Nginx Announcements - English</title>
<description>nginx announcements [read only]</description><link>http://forum.nginx.org/list.php?27</link><lastBuildDate>Tue, 21 May 2013 13:16:19 -0400</lastBuildDate>
<generator>Phorum 5.2.16</generator>
<item>
<guid>http://forum.nginx.org/read.php?27,239130,239130#msg-239130</guid>
<title>[nginx-announce] nginx security advisory (CVE-2013-2070) (no replies)</title><link>http://forum.nginx.org/read.php?27,239130,239130#msg-239130</link><description><![CDATA[Hello!<br /><br />A security problem related to CVE-2013-2028 was identified,<br />affecting some previous nginx versions if proxy_pass to<br />untrusted upstream HTTP servers is used.<br /><br />The problem may lead to a denial of service or a disclosure of a<br />worker process memory on a specially crafted response from an<br />upstream proxied server.<br /><br />The problem affects nginx 1.1.4 - 1.2.8, 1.3.0 - 1.4.0.<br /><br />The problem is already fixed in nginx 1.5.0, 1.4.1. Version 1.2.9<br />was released to address the issue in the 1.2.x legacy branch.<br /><br />Patch for nginx 1.3.9 - 1.4.0 is the same as for CVE-2013-2028:<br /><br />http://nginx.org/download/patch.2013.chunked.txt<br /><br />Patch for older nginx versions (1.1.4 - 1.2.8, 1.3.0 - 1.3.8)<br />can be found here:<br /><br />http://nginx.org/download/patch.2013.proxy.txt<br /><br /><br />--<br />Maxim Dounin<br />http://nginx.org/en/donation.html<br /><br />_______________________________________________<br />nginx-announce mailing list<br />nginx-announce@nginx.org<br />http://mailman.nginx.org/mailman/listinfo/nginx-announce]]></description>
<dc:creator>Maxim Dounin</dc:creator>
<category>Nginx Announcements - English</category><pubDate>Mon, 13 May 2013 07:36:01 -0400</pubDate></item>
<item>
<guid>http://forum.nginx.org/read.php?27,239125,239125#msg-239125</guid>
<title>[nginx-announce] nginx-1.2.9 (no replies)</title><link>http://forum.nginx.org/read.php?27,239125,239125#msg-239125</link><description><![CDATA[Changes with nginx 1.2.9 13 May 2013<br /><br />*) Security: contents of worker process memory might be sent to a client<br />if HTTP backend returned specially crafted response (CVE-2013-2070);<br />the bug had appeared in 1.1.4.<br /><br /><br />--<br />Maxim Dounin<br />http://nginx.org/en/donation.html<br /><br />_______________________________________________<br />nginx-announce mailing list<br />nginx-announce@nginx.org<br />http://mailman.nginx.org/mailman/listinfo/nginx-announce]]></description>
<dc:creator>Maxim Dounin</dc:creator>
<category>Nginx Announcements - English</category><pubDate>Mon, 13 May 2013 07:34:00 -0400</pubDate></item>
<item>
<guid>http://forum.nginx.org/read.php?27,238944,238944#msg-238944</guid>
<title>[nginx-announce] nginx security advisory (CVE-2013-2028) (no replies)</title><link>http://forum.nginx.org/read.php?27,238944,238944#msg-238944</link><description><![CDATA[Hello!<br /><br />Greg MacManus, of iSIGHT Partners Labs, found a security problem<br />in several recent versions of nginx. A stack-based buffer<br />overflow might occur in a worker process while handling a<br />specially crafted request, potentially resulting in arbitrary code<br />execution (CVE-2013-2028).<br /><br />The problem affects nginx 1.3.9 - 1.4.0.<br /><br />The problem is fixed in nginx 1.5.0, 1.4.1.<br /><br />Patch for the problem can be found here:<br /><br />http://nginx.org/download/patch.2013.chunked.txt<br /><br />As a temporary workaround the following configuration<br />can be used in each server{} block:<br /><br />if ($http_transfer_encoding ~* chunked) {<br />return 444;<br />}<br /><br /><br />--<br />Maxim Dounin<br />http://nginx.org/en/donation.html<br /><br />_______________________________________________<br />nginx-announce mailing list<br />nginx-announce@nginx.org<br />http://mailman.nginx.org/mailman/listinfo/nginx-announce]]></description>
<dc:creator>Maxim Dounin</dc:creator>
<category>Nginx Announcements - English</category><pubDate>Tue, 07 May 2013 07:32:00 -0400</pubDate></item>
<item>
<guid>http://forum.nginx.org/read.php?27,238943,238943#msg-238943</guid>
<title>[nginx-announce] nginx-1.4.1 (no replies)</title><link>http://forum.nginx.org/read.php?27,238943,238943#msg-238943</link><description><![CDATA[Changes with nginx 1.4.1 07 May 2013<br /><br />*) Security: a stack-based buffer overflow might occur in a worker<br />process while handling a specially crafted request, potentially<br />resulting in arbitrary code execution (CVE-2013-2028); the bug had<br />appeared in 1.3.9.<br />Thanks to Greg MacManus, iSIGHT Partners Labs.<br /><br /><br />--<br />Maxim Dounin<br />http://nginx.org/en/donation.html<br /><br />_______________________________________________<br />nginx-announce mailing list<br />nginx-announce@nginx.org<br />http://mailman.nginx.org/mailman/listinfo/nginx-announce]]></description>
<dc:creator>Maxim Dounin</dc:creator>
<category>Nginx Announcements - English</category><pubDate>Tue, 07 May 2013 07:32:00 -0400</pubDate></item>
<item>
<guid>http://forum.nginx.org/read.php?27,238940,238940#msg-238940</guid>
<title>[nginx-announce] nginx-1.5.0 (no replies)</title><link>http://forum.nginx.org/read.php?27,238940,238940#msg-238940</link><description><![CDATA[Changes with nginx 1.5.0 07 May 2013<br /><br />*) Security: a stack-based buffer overflow might occur in a worker<br />process while handling a specially crafted request, potentially<br />resulting in arbitrary code execution (CVE-2013-2028); the bug had<br />appeared in 1.3.9.<br />Thanks to Greg MacManus, iSIGHT Partners Labs.<br /><br /><br />--<br />Maxim Dounin<br />http://nginx.org/en/donation.html<br /><br />_______________________________________________<br />nginx-announce mailing list<br />nginx-announce@nginx.org<br />http://mailman.nginx.org/mailman/listinfo/nginx-announce]]></description>
<dc:creator>Maxim Dounin</dc:creator>
<category>Nginx Announcements - English</category><pubDate>Tue, 07 May 2013 07:30:01 -0400</pubDate></item>
<item>
<guid>http://forum.nginx.org/read.php?27,238605,238605#msg-238605</guid>
<title>[nginx-announce] nginx-1.4.0 (no replies)</title><link>http://forum.nginx.org/read.php?27,238605,238605#msg-238605</link><description><![CDATA[Changes with nginx 1.4.0 24 Apr 2013<br /><br />*) Bugfix: nginx could not be built with the ngx_http_perl_module if the<br />--with-openssl option was used; the bug had appeared in 1.3.16.<br /><br />*) Bugfix: in a request body handling in the ngx_http_perl_module; the<br />bug had appeared in 1.3.9.<br /><br /><br />--<br />Maxim Dounin<br />http://nginx.org/en/donation.html<br /><br />_______________________________________________<br />nginx-announce mailing list<br />nginx-announce@nginx.org<br />http://mailman.nginx.org/mailman/listinfo/nginx-announce]]></description>
<dc:creator>Maxim Dounin</dc:creator>
<category>Nginx Announcements - English</category><pubDate>Wed, 24 Apr 2013 10:20:00 -0400</pubDate></item>
<item>
<guid>http://forum.nginx.org/read.php?27,238409,238409#msg-238409</guid>
<title>[nginx-announce] nginx-1.3.16 (no replies)</title><link>http://forum.nginx.org/read.php?27,238409,238409#msg-238409</link><description><![CDATA[Changes with nginx 1.3.16 16 Apr 2013<br /><br />*) Bugfix: a segmentation fault might occur in a worker process if<br />subrequests were used; the bug had appeared in 1.3.9.<br /><br />*) Bugfix: the &quot;tcp_nodelay&quot; directive caused an error if a WebSocket<br />connection was proxied into a unix domain socket.<br /><br />*) Bugfix: the $upstream_response_length variable has an incorrect value<br />&quot;0&quot; if buffering was not used.<br />Thanks to Piotr Sikora.<br /><br />*) Bugfix: in the eventport and /dev/poll methods.<br /><br /><br />--<br />Maxim Dounin<br />http://nginx.org/en/donation.html<br /><br />_______________________________________________<br />nginx-announce mailing list<br />nginx-announce@nginx.org<br />http://mailman.nginx.org/mailman/listinfo/nginx-announce]]></description>
<dc:creator>Maxim Dounin</dc:creator>
<category>Nginx Announcements - English</category><pubDate>Tue, 16 Apr 2013 10:22:01 -0400</pubDate></item>
<item>
<guid>http://forum.nginx.org/read.php?27,238024,238024#msg-238024</guid>
<title>[nginx-announce] nginx-1.2.8 (no replies)</title><link>http://forum.nginx.org/read.php?27,238024,238024#msg-238024</link><description><![CDATA[Changes with nginx 1.2.8 02 Apr 2013<br /><br />*) Bugfix: new sessions were not always stored if the &quot;ssl_session_cache<br />shared&quot; directive was used and there was no free space in shared<br />memory.<br />Thanks to Piotr Sikora.<br /><br />*) Bugfix: responses might hang if subrequests were used and a DNS error<br />happened during subrequest processing.<br />Thanks to Lanshun Zhou.<br /><br />*) Bugfix: in the ngx_http_mp4_module.<br />Thanks to Gernot Vormayr.<br /><br />*) Bugfix: in backend usage accounting.<br /><br /><br />--<br />Maxim Dounin<br />http://nginx.org/en/donation.html<br /><br />_______________________________________________<br />nginx-announce mailing list<br />nginx-announce@nginx.org<br />http://mailman.nginx.org/mailman/listinfo/nginx-announce]]></description>
<dc:creator>Maxim Dounin</dc:creator>
<category>Nginx Announcements - English</category><pubDate>Tue, 02 Apr 2013 08:56:01 -0400</pubDate></item>
<item>
<guid>http://forum.nginx.org/read.php?27,237804,237804#msg-237804</guid>
<title>[nginx-announce] nginx-1.3.15 (no replies)</title><link>http://forum.nginx.org/read.php?27,237804,237804#msg-237804</link><description><![CDATA[Changes with nginx 1.3.15 26 Mar 2013<br /><br />*) Change: opening and closing a connection without sending any data in<br />it is no longer logged to access_log with error code 400.<br /><br />*) Feature: the ngx_http_spdy_module.<br />Thanks to Automattic for sponsoring this work.<br /><br />*) Feature: the &quot;limit_req_status&quot; and &quot;limit_conn_status&quot; directives.<br />Thanks to Nick Marden.<br /><br />*) Feature: the &quot;image_filter_interlace&quot; directive.<br />Thanks to Ian Babrou.<br /><br />*) Feature: $connections_waiting variable in the<br />ngx_http_stub_status_module.<br /><br />*) Feature: the mail proxy module now supports IPv6 backends.<br /><br />*) Bugfix: request body might be transmitted incorrectly when retrying a<br />request to the next upstream server; the bug had appeared in 1.3.9.<br />Thanks to Piotr Sikora.<br /><br />*) Bugfix: in the &quot;client_body_in_file_only&quot; directive; the bug had<br />appeared in 1.3.9.<br /><br />*) Bugfix: responses might hang if subrequests were used and a DNS error<br />happened during subrequest processing.<br />Thanks to Lanshun Zhou.<br /><br />*) Bugfix: in backend usage accounting.<br /><br /><br />--<br />Maxim Dounin<br />http://nginx.org/en/donation.html<br /><br />_______________________________________________<br />nginx-announce mailing list<br />nginx-announce@nginx.org<br />http://mailman.nginx.org/mailman/listinfo/nginx-announce]]></description>
<dc:creator>Maxim Dounin</dc:creator>
<category>Nginx Announcements - English</category><pubDate>Tue, 26 Mar 2013 09:32:00 -0400</pubDate></item>
<item>
<guid>http://forum.nginx.org/read.php?27,236956,236956#msg-236956</guid>
<title>[nginx-announce] nginx-1.3.14 (no replies)</title><link>http://forum.nginx.org/read.php?27,236956,236956#msg-236956</link><description><![CDATA[Changes with nginx 1.3.14 05 Mar 2013<br /><br />*) Feature: $connections_active, $connections_reading, and<br />$connections_writing variables in the ngx_http_stub_status_module.<br /><br />*) Feature: support of WebSocket connections in the<br />ngx_http_uwsgi_module and ngx_http_scgi_module.<br /><br />*) Bugfix: in virtual servers handling with SNI.<br /><br />*) Bugfix: new sessions were not always stored if the &quot;ssl_session_cache<br />shared&quot; directive was used and there was no free space in shared<br />memory.<br />Thanks to Piotr Sikora.<br /><br />*) Bugfix: multiple X-Forwarded-For headers were handled incorrectly.<br />Thanks to Neal Poole for sponsoring this work.<br /><br />*) Bugfix: in the ngx_http_mp4_module.<br />Thanks to Gernot Vormayr.<br /><br /><br />--<br />Maxim Dounin<br />http://nginx.org/en/donation.html<br /><br />_______________________________________________<br />nginx-announce mailing list<br />nginx-announce@nginx.org<br />http://mailman.nginx.org/mailman/listinfo/nginx-announce]]></description>
<dc:creator>Maxim Dounin</dc:creator>
<category>Nginx Announcements - English</category><pubDate>Tue, 05 Mar 2013 09:58:00 -0500</pubDate></item>
<item>
<guid>http://forum.nginx.org/read.php?27,236338,236338#msg-236338</guid>
<title>[nginx-announce] nginx-1.3.13 (no replies)</title><link>http://forum.nginx.org/read.php?27,236338,236338#msg-236338</link><description><![CDATA[Changes with nginx 1.3.13 19 Feb 2013<br /><br />*) Change: a compiler with name &quot;cc&quot; is now used by default.<br /><br />*) Feature: support for proxying of WebSocket connections.<br />Thanks to Apcera and CloudBees for sponsoring this work.<br /><br />*) Feature: the &quot;auth_basic_user_file&quot; directive supports &quot;{SHA}&quot;<br />password encryption method.<br />Thanks to Louis Opter.<br /><br /><br />--<br />Maxim Dounin<br />http://nginx.com/support.html<br /><br />_______________________________________________<br />nginx-announce mailing list<br />nginx-announce@nginx.org<br />http://mailman.nginx.org/mailman/listinfo/nginx-announce]]></description>
<dc:creator>Maxim Dounin</dc:creator>
<category>Nginx Announcements - English</category><pubDate>Tue, 19 Feb 2013 10:30:00 -0500</pubDate></item>
<item>
<guid>http://forum.nginx.org/read.php?27,236142,236142#msg-236142</guid>
<title>[nginx-announce] nginx-1.2.7 (no replies)</title><link>http://forum.nginx.org/read.php?27,236142,236142#msg-236142</link><description><![CDATA[Changes with nginx 1.2.7 12 Feb 2013<br /><br />*) Change: now if the &quot;include&quot; directive with mask is used on Unix<br />systems, included files are sorted in alphabetical order.<br /><br />*) Change: the &quot;add_header&quot; directive adds headers to 201 responses.<br /><br />*) Feature: the &quot;geo&quot; directive now supports IPv6 addresses in CIDR<br />notation.<br /><br />*) Feature: the &quot;flush&quot; and &quot;gzip&quot; parameters of the &quot;access_log&quot;<br />directive.<br /><br />*) Feature: variables support in the &quot;auth_basic&quot; directive.<br /><br />*) Feature: the $pipe, $request_length, $time_iso8601, and $time_local<br />variables can now be used not only in the &quot;log_format&quot; directive.<br />Thanks to Kiril Kalchev.<br /><br />*) Feature: IPv6 support in the ngx_http_geoip_module.<br />Thanks to Gregor Kališnik.<br /><br />*) Bugfix: nginx could not be built with the ngx_http_perl_module in<br />some cases.<br /><br />*) Bugfix: a segmentation fault might occur in a worker process if the<br />ngx_http_xslt_module was used.<br /><br />*) Bugfix: nginx could not be built on MacOSX in some cases.<br />Thanks to Piotr Sikora.<br /><br />*) Bugfix: the &quot;limit_rate&quot; directive with high rates might result in<br />truncated responses on 32-bit platforms.<br />Thanks to Alexey Antropov.<br /><br />*) Bugfix: a segmentation fault might occur in a worker process if the<br />&quot;if&quot; directive was used.<br />Thanks to Piotr Sikora.<br /><br />*) Bugfix: a &quot;100 Continue&quot; response was issued with &quot;413 Request Entity<br />Too Large&quot; responses.<br /><br />*) Bugfix: the &quot;image_filter&quot;, &quot;image_filter_jpeg_quality&quot; and<br />&quot;image_filter_sharpen&quot; directives might be inherited incorrectly.<br />Thanks to Ian Babrou.<br /><br />*) Bugfix: &quot;crypt_r() failed&quot; errors might appear if the &quot;auth_basic&quot;<br />directive was used on Linux.<br /><br />*) Bugfix: in backup servers handling.<br />Thanks to Thomas Chen.<br /><br />*) Bugfix: proxied HEAD requests might return incorrect response if the<br />&quot;gzip&quot; directive was used.<br /><br />*) Bugfix: a segmentation fault occurred on start or during<br />reconfiguration if the &quot;keepalive&quot; directive was specified more than<br />once in a single upstream block.<br /><br />*) Bugfix: in the &quot;proxy_method&quot; directive.<br /><br />*) Bugfix: a segmentation fault might occur in a worker process if<br />resolver was used with the poll method.<br /><br />*) Bugfix: nginx might hog CPU during SSL handshake with a backend if<br />the select, poll, or /dev/poll methods were used.<br /><br />*) Bugfix: the &quot;[crit] SSL_write() failed (SSL:)&quot; error.<br /><br />*) Bugfix: in the &quot;fastcgi_keep_conn&quot; directive.<br /><br /><br />--<br />Maxim Dounin<br />http://nginx.com/support.html<br /><br />_______________________________________________<br />nginx-announce mailing list<br />nginx-announce@nginx.org<br />http://mailman.nginx.org/mailman/listinfo/nginx-announce]]></description>
<dc:creator>Maxim Dounin</dc:creator>
<category>Nginx Announcements - English</category><pubDate>Tue, 12 Feb 2013 08:58:00 -0500</pubDate></item>
<item>
<guid>http://forum.nginx.org/read.php?27,235932,235932#msg-235932</guid>
<title>[nginx-announce] nginx-1.3.12 (no replies)</title><link>http://forum.nginx.org/read.php?27,235932,235932#msg-235932</link><description><![CDATA[Changes with nginx 1.3.12 05 Feb 2013<br /><br />*) Feature: variables support in the &quot;proxy_bind&quot;, &quot;fastcgi_bind&quot;,<br />&quot;memcached_bind&quot;, &quot;scgi_bind&quot;, and &quot;uwsgi_bind&quot; directives.<br /><br />*) Feature: the $pipe, $request_length, $time_iso8601, and $time_local<br />variables can now be used not only in the &quot;log_format&quot; directive.<br />Thanks to Kiril Kalchev.<br /><br />*) Feature: IPv6 support in the ngx_http_geoip_module.<br />Thanks to Gregor Kališnik.<br /><br />*) Bugfix: in the &quot;proxy_method&quot; directive.<br /><br />*) Bugfix: a segmentation fault might occur in a worker process if<br />resolver was used with the poll method.<br /><br />*) Bugfix: nginx might hog CPU during SSL handshake with a backend if<br />the select, poll, or /dev/poll methods were used.<br /><br />*) Bugfix: the &quot;[crit] SSL_write() failed (SSL:)&quot; error.<br /><br />*) Bugfix: in the &quot;client_body_in_file_only&quot; directive; the bug had<br />appeared in 1.3.9.<br /><br />*) Bugfix: in the &quot;fastcgi_keep_conn&quot; directive.<br /><br /><br />--<br />Maxim Dounin<br />http://nginx.com/support.html<br /><br />_______________________________________________<br />nginx-announce mailing list<br />nginx-announce@nginx.org<br />http://mailman.nginx.org/mailman/listinfo/nginx-announce]]></description>
<dc:creator>Maxim Dounin</dc:creator>
<category>Nginx Announcements - English</category><pubDate>Tue, 05 Feb 2013 09:24:00 -0500</pubDate></item>
<item>
<guid>http://forum.nginx.org/read.php?27,234902,234902#msg-234902</guid>
<title>[nginx-announce] nginx-1.3.11 (no replies)</title><link>http://forum.nginx.org/read.php?27,234902,234902#msg-234902</link><description><![CDATA[Changes with nginx 1.3.11 10 Jan 2013<br /><br />*) Bugfix: a segmentation fault might occur if logging was used; the bug<br />had appeared in 1.3.10.<br /><br />*) Bugfix: the &quot;proxy_pass&quot; directive did not work with IP addresses<br />without port specified; the bug had appeared in 1.3.10.<br /><br />*) Bugfix: a segmentation fault occurred on start or during<br />reconfiguration if the &quot;keepalive&quot; directive was specified more than<br />once in a single upstream block.<br /><br />*) Bugfix: parameter &quot;default&quot; of the &quot;geo&quot; directive did not set<br />default value for IPv6 addresses.<br /><br /><br />--<br />Maxim Dounin<br />http://nginx.com/support.html<br /><br />_______________________________________________<br />nginx-announce mailing list<br />nginx-announce@nginx.org<br />http://mailman.nginx.org/mailman/listinfo/nginx-announce]]></description>
<dc:creator>Maxim Dounin</dc:creator>
<category>Nginx Announcements - English</category><pubDate>Thu, 10 Jan 2013 08:38:00 -0500</pubDate></item>
<item>
<guid>http://forum.nginx.org/read.php?27,234422,234422#msg-234422</guid>
<title>[nginx-announce] nginx-1.3.10 (no replies)</title><link>http://forum.nginx.org/read.php?27,234422,234422#msg-234422</link><description><![CDATA[Changes with nginx 1.3.10 25 Dec 2012<br /><br />*) Change: domain names specified in configuration file are now resolved<br />to IPv6 addresses as well as IPv4 ones.<br /><br />*) Change: now if the &quot;include&quot; directive with mask is used on Unix<br />systems, included files are sorted in alphabetical order.<br /><br />*) Change: the &quot;add_header&quot; directive adds headers to 201 responses.<br /><br />*) Feature: the &quot;geo&quot; directive now supports IPv6 addresses in CIDR<br />notation.<br /><br />*) Feature: the &quot;flush&quot; and &quot;gzip&quot; parameters of the &quot;access_log&quot;<br />directive.<br /><br />*) Feature: variables support in the &quot;auth_basic&quot; directive.<br /><br />*) Bugfix: nginx could not be built with the ngx_http_perl_module in<br />some cases.<br /><br />*) Bugfix: a segmentation fault might occur in a worker process if the<br />ngx_http_xslt_module was used.<br /><br />*) Bugfix: nginx could not be built on MacOSX in some cases.<br />Thanks to Piotr Sikora.<br /><br />*) Bugfix: the &quot;limit_rate&quot; directive with high rates might result in<br />truncated responses on 32-bit platforms.<br />Thanks to Alexey Antropov.<br /><br />*) Bugfix: a segmentation fault might occur in a worker process if the<br />&quot;if&quot; directive was used.<br />Thanks to Piotr Sikora.<br /><br />*) Bugfix: a &quot;100 Continue&quot; response was issued with &quot;413 Request Entity<br />Too Large&quot; responses.<br /><br />*) Bugfix: the &quot;image_filter&quot;, &quot;image_filter_jpeg_quality&quot; and<br />&quot;image_filter_sharpen&quot; directives might be inherited incorrectly.<br />Thanks to Ian Babrou.<br /><br />*) Bugfix: &quot;crypt_r() failed&quot; errors might appear if the &quot;auth_basic&quot;<br />directive was used on Linux.<br /><br />*) Bugfix: in backup servers handling.<br />Thanks to Thomas Chen.<br /><br />*) Bugfix: proxied HEAD requests might return incorrect response if the<br />&quot;gzip&quot; directive was used.<br /><br /><br />Merry Christmas!<br /><br /><br />--<br />Maxim Dounin<br />http://nginx.com/support.html<br /><br />_______________________________________________<br />nginx-announce mailing list<br />nginx-announce@nginx.org<br />http://mailman.nginx.org/mailman/listinfo/nginx-announce]]></description>
<dc:creator>Maxim Dounin</dc:creator>
<category>Nginx Announcements - English</category><pubDate>Tue, 25 Dec 2012 09:48:01 -0500</pubDate></item>
<item>
<guid>http://forum.nginx.org/read.php?27,233874,233874#msg-233874</guid>
<title>[nginx-announce] nginx-1.2.6 (no replies)</title><link>http://forum.nginx.org/read.php?27,233874,233874#msg-233874</link><description><![CDATA[Changes with nginx 1.2.6 11 Dec 2012<br /><br />*) Feature: the $request_time and $msec variables can now be used not<br />only in the &quot;log_format&quot; directive.<br /><br />*) Bugfix: cache manager and cache loader processes might not be able to<br />start if more than 512 listen sockets were used.<br /><br />*) Bugfix: in the ngx_http_dav_module.<br /><br /><br />--<br />Maxim Dounin<br />http://nginx.com/support.html<br /><br />_______________________________________________<br />nginx-announce mailing list<br />nginx-announce@nginx.org<br />http://mailman.nginx.org/mailman/listinfo/nginx-announce]]></description>
<dc:creator>Maxim Dounin</dc:creator>
<category>Nginx Announcements - English</category><pubDate>Tue, 11 Dec 2012 10:04:00 -0500</pubDate></item>
<item>
<guid>http://forum.nginx.org/read.php?27,233270,233270#msg-233270</guid>
<title>[nginx-announce] nginx-1.3.9 (no replies)</title><link>http://forum.nginx.org/read.php?27,233270,233270#msg-233270</link><description><![CDATA[Changes with nginx 1.3.9 27 Nov 2012<br /><br />*) Feature: support for chunked transfer encoding while reading client<br />request body.<br /><br />*) Feature: the $request_time and $msec variables can now be used not<br />only in the &quot;log_format&quot; directive.<br /><br />*) Bugfix: cache manager and cache loader processes might not be able to<br />start if more than 512 listen sockets were used.<br /><br />*) Bugfix: in the ngx_http_dav_module.<br /><br /><br />--<br />Maxim Dounin<br />http://nginx.com/support.html<br /><br />_______________________________________________<br />nginx-announce mailing list<br />nginx-announce@nginx.org<br />http://mailman.nginx.org/mailman/listinfo/nginx-announce]]></description>
<dc:creator>Maxim Dounin</dc:creator>
<category>Nginx Announcements - English</category><pubDate>Tue, 27 Nov 2012 09:28:01 -0500</pubDate></item>
<item>
<guid>http://forum.nginx.org/read.php?27,232768,232768#msg-232768</guid>
<title>[nginx-announce] nginx-1.2.5 (no replies)</title><link>http://forum.nginx.org/read.php?27,232768,232768#msg-232768</link><description><![CDATA[Changes with nginx 1.2.5 13 Nov 2012<br /><br />*) Feature: the &quot;optional_no_ca&quot; parameter of the &quot;ssl_verify_client&quot;<br />directive.<br />Thanks to Mike Kazantsev and Eric O'Connor.<br /><br />*) Feature: the $bytes_sent, $connection, and $connection_requests<br />variables can now be used not only in the &quot;log_format&quot; directive.<br />Thanks to Benjamin Grössing.<br /><br />*) Feature: resolver now randomly rotates addresses returned from cache.<br />Thanks to Anton Jouline.<br /><br />*) Feature: the &quot;auto&quot; parameter of the &quot;worker_processes&quot; directive.<br /><br />*) Bugfix: &quot;cache file ... has md5 collision&quot; alert.<br /><br />*) Bugfix: OpenSSL 0.9.7 compatibility.<br /><br /><br />--<br />Maxim Dounin<br />http://nginx.com/support.html<br /><br />_______________________________________________<br />nginx-announce mailing list<br />nginx-announce@nginx.org<br />http://mailman.nginx.org/mailman/listinfo/nginx-announce]]></description>
<dc:creator>Maxim Dounin</dc:creator>
<category>Nginx Announcements - English</category><pubDate>Tue, 13 Nov 2012 08:58:00 -0500</pubDate></item>
<item>
<guid>http://forum.nginx.org/read.php?27,232377,232377#msg-232377</guid>
<title>[nginx-announce] nginx-1.3.8 (no replies)</title><link>http://forum.nginx.org/read.php?27,232377,232377#msg-232377</link><description><![CDATA[Changes with nginx 1.3.8 30 Oct 2012<br /><br />*) Feature: the &quot;optional_no_ca&quot; parameter of the &quot;ssl_verify_client&quot;<br />directive.<br />Thanks to Mike Kazantsev and Eric O'Connor.<br /><br />*) Feature: the $bytes_sent, $connection, and $connection_requests<br />variables can now be used not only in the &quot;log_format&quot; directive.<br />Thanks to Benjamin Grössing.<br /><br />*) Feature: the &quot;auto&quot; parameter of the &quot;worker_processes&quot; directive.<br /><br />*) Bugfix: &quot;cache file ... has md5 collision&quot; alert.<br /><br />*) Bugfix: in the ngx_http_gunzip_filter_module.<br /><br />*) Bugfix: in the &quot;ssl_stapling&quot; directive.<br /><br /><br />--<br />Maxim Dounin<br />http://nginx.com/support.html<br /><br />_______________________________________________<br />nginx-announce mailing list<br />nginx-announce@nginx.org<br />http://mailman.nginx.org/mailman/listinfo/nginx-announce]]></description>
<dc:creator>Maxim Dounin</dc:creator>
<category>Nginx Announcements - English</category><pubDate>Tue, 30 Oct 2012 10:10:00 -0400</pubDate></item>
<item>
<guid>http://forum.nginx.org/read.php?27,231320,231320#msg-231320</guid>
<title>[nginx-announce] nginx-1.3.7 (no replies)</title><link>http://forum.nginx.org/read.php?27,231320,231320#msg-231320</link><description><![CDATA[Changes with nginx 1.3.7 02 Oct 2012<br /><br />*) Feature: OCSP stapling support.<br />Thanks to Comodo, DigiCert and GlobalSign for sponsoring this work.<br /><br />*) Feature: the &quot;ssl_trusted_certificate&quot; directive.<br /><br />*) Feature: resolver now randomly rotates addresses returned from cache.<br />Thanks to Anton Jouline.<br /><br />*) Bugfix: OpenSSL 0.9.7 compatibility.<br /><br /><br />--<br />Maxim Dounin<br />http://nginx.com/support.html<br /><br />_______________________________________________<br />nginx-announce mailing list<br />nginx-announce@nginx.org<br />http://mailman.nginx.org/mailman/listinfo/nginx-announce]]></description>
<dc:creator>Maxim Dounin</dc:creator>
<category>Nginx Announcements - English</category><pubDate>Tue, 02 Oct 2012 10:00:00 -0400</pubDate></item>
<item>
<guid>http://forum.nginx.org/read.php?27,231041,231041#msg-231041</guid>
<title>[nginx-announce] nginx-1.2.4 (no replies)</title><link>http://forum.nginx.org/read.php?27,231041,231041#msg-231041</link><description><![CDATA[Changes with nginx 1.2.4 25 Sep 2012<br /><br />*) Bugfix: in the &quot;limit_req&quot; directive; the bug had appeared in 1.1.14.<br />Thanks to Charles Chen.<br /><br />*) Bugfix: nginx could not be built by gcc 4.7 with -O2 optimization if<br />the --with-ipv6 option was used.<br /><br />*) Bugfix: a segmentation fault might occur in a worker process if the<br />&quot;map&quot; directive was used with variables as values.<br /><br />*) Bugfix: a segmentation fault might occur in a worker process if the<br />&quot;geo&quot; directive was used with the &quot;ranges&quot; parameter but without the<br />&quot;default&quot; parameter; the bug had appeared in 0.8.43.<br />Thanks to Zhen Chen and Weibin Yao.<br /><br />*) Bugfix: in the -p command-line parameter handling.<br /><br />*) Bugfix: in the mail proxy server.<br /><br />*) Bugfix: of minor potential bugs.<br />Thanks to Coverity.<br /><br />*) Bugfix: nginx/Windows could not be built with Visual Studio 2005<br />Express.<br />Thanks to HAYASHI Kentaro.<br /><br /><br />--<br />Maxim Dounin<br />http://nginx.com/support.html<br /><br />_______________________________________________<br />nginx-announce mailing list<br />nginx-announce@nginx.org<br />http://mailman.nginx.org/mailman/listinfo/nginx-announce]]></description>
<dc:creator>Maxim Dounin</dc:creator>
<category>Nginx Announcements - English</category><pubDate>Tue, 25 Sep 2012 10:06:00 -0400</pubDate></item>
<item>
<guid>http://forum.nginx.org/read.php?27,230663,230663#msg-230663</guid>
<title>[nginx-announce] nginx-1.3.6 (no replies)</title><link>http://forum.nginx.org/read.php?27,230663,230663#msg-230663</link><description><![CDATA[Changes with nginx 1.3.6 12 Sep 2012<br /><br />*) Feature: the ngx_http_gunzip_filter_module.<br /><br />*) Feature: the &quot;memcached_gzip_flag&quot; directive.<br /><br />*) Feature: the &quot;always&quot; parameter of the &quot;gzip_static&quot; directive.<br /><br />*) Bugfix: in the &quot;limit_req&quot; directive; the bug had appeared in 1.1.14.<br />Thanks to Charles Chen.<br /><br />*) Bugfix: nginx could not be built by gcc 4.7 with -O2 optimization if<br />the --with-ipv6 option was used.<br /><br /><br />Maxim Dounin<br /><br />_______________________________________________<br />nginx-announce mailing list<br />nginx-announce@nginx.org<br />http://mailman.nginx.org/mailman/listinfo/nginx-announce]]></description>
<dc:creator>Maxim Dounin</dc:creator>
<category>Nginx Announcements - English</category><pubDate>Wed, 12 Sep 2012 07:08:00 -0400</pubDate></item>
<item>
<guid>http://forum.nginx.org/read.php?27,229952,229952#msg-229952</guid>
<title>[nginx-announce] nginx-1.3.5 (no replies)</title><link>http://forum.nginx.org/read.php?27,229952,229952#msg-229952</link><description><![CDATA[Changes with nginx 1.3.5 21 Aug 2012<br /><br />*) Change: the ngx_http_mp4_module module no longer skips tracks in<br />formats other than H.264 and AAC.<br /><br />*) Bugfix: a segmentation fault might occur in a worker process if the<br />&quot;map&quot; directive was used with variables as values.<br /><br />*) Bugfix: a segmentation fault might occur in a worker process if the<br />&quot;geo&quot; directive was used with the &quot;ranges&quot; parameter but without the<br />&quot;default&quot; parameter; the bug had appeared in 0.8.43.<br />Thanks to Zhen Chen and Weibin Yao.<br /><br />*) Bugfix: in the -p command-line parameter handling.<br /><br />*) Bugfix: in the mail proxy server.<br /><br />*) Bugfix: of minor potential bugs.<br />Thanks to Coverity.<br /><br />*) Bugfix: nginx/Windows could not be built with Visual Studio 2005<br />Express.<br />Thanks to HAYASHI Kentaro.<br /><br /><br />Maxim Dounin<br /><br />_______________________________________________<br />nginx-announce mailing list<br />nginx-announce@nginx.org<br />http://mailman.nginx.org/mailman/listinfo/nginx-announce]]></description>
<dc:creator>Maxim Dounin</dc:creator>
<category>Nginx Announcements - English</category><pubDate>Tue, 21 Aug 2012 09:30:00 -0400</pubDate></item>
<item>
<guid>http://forum.nginx.org/read.php?27,229386,229386#msg-229386</guid>
<title>[nginx-announce] nginx-1.2.3 (no replies)</title><link>http://forum.nginx.org/read.php?27,229386,229386#msg-229386</link><description><![CDATA[Changes with nginx 1.2.3 07 Aug 2012<br /><br />*) Feature: the Clang compiler support.<br /><br />*) Bugfix: extra listening sockets might be created.<br />Thanks to Roman Odaisky.<br /><br />*) Bugfix: nginx/Windows might hog CPU if a worker process failed to<br />start.<br />Thanks to Ricardo Villalobos Guevara.<br /><br />*) Bugfix: the &quot;proxy_pass_header&quot;, &quot;fastcgi_pass_header&quot;,<br />&quot;scgi_pass_header&quot;, &quot;uwsgi_pass_header&quot;, &quot;proxy_hide_header&quot;,<br />&quot;fastcgi_hide_header&quot;, &quot;scgi_hide_header&quot;, and &quot;uwsgi_hide_header&quot;<br />directives might be inherited incorrectly.<br /><br />*) Bugfix: trailing dot in a source value was not ignored if the &quot;map&quot;<br />directive was used with the &quot;hostnames&quot; parameter.<br /><br />*) Bugfix: incorrect location might be used to process a request if a<br />URI was changed via a &quot;rewrite&quot; directive before an internal redirect<br />to a named location.<br /><br /><br />Maxim Dounin<br /><br />_______________________________________________<br />nginx-announce mailing list<br />nginx-announce@nginx.org<br />http://mailman.nginx.org/mailman/listinfo/nginx-announce]]></description>
<dc:creator>Maxim Dounin</dc:creator>
<category>Nginx Announcements - English</category><pubDate>Tue, 07 Aug 2012 08:54:00 -0400</pubDate></item>
<item>
<guid>http://forum.nginx.org/read.php?27,229138,229138#msg-229138</guid>
<title>[nginx-announce] nginx-1.3.4 (no replies)</title><link>http://forum.nginx.org/read.php?27,229138,229138#msg-229138</link><description><![CDATA[Changes with nginx 1.3.4 31 Jul 2012<br /><br />*) Change: the &quot;ipv6only&quot; parameter is now turned on by default for<br />listening IPv6 sockets.<br /><br />*) Feature: the Clang compiler support.<br /><br />*) Bugfix: extra listening sockets might be created.<br />Thanks to Roman Odaisky.<br /><br />*) Bugfix: nginx/Windows might hog CPU if a worker process failed to<br />start.<br />Thanks to Ricardo Villalobos Guevara.<br /><br />*) Bugfix: the &quot;proxy_pass_header&quot;, &quot;fastcgi_pass_header&quot;,<br />&quot;scgi_pass_header&quot;, &quot;uwsgi_pass_header&quot;, &quot;proxy_hide_header&quot;,<br />&quot;fastcgi_hide_header&quot;, &quot;scgi_hide_header&quot;, and &quot;uwsgi_hide_header&quot;<br />directives might be inherited incorrectly.<br /><br />_______________________________________________<br />nginx-announce mailing list<br />nginx-announce@nginx.org<br />http://mailman.nginx.org/mailman/listinfo/nginx-announce]]></description>
<dc:creator>Ruslan Ermilov</dc:creator>
<category>Nginx Announcements - English</category><pubDate>Tue, 31 Jul 2012 09:10:00 -0400</pubDate></item>
<item>
<guid>http://forum.nginx.org/read.php?27,228474,228474#msg-228474</guid>
<title>[nginx-announce] nginx-1.3.3 (no replies)</title><link>http://forum.nginx.org/read.php?27,228474,228474#msg-228474</link><description><![CDATA[Changes with nginx 1.3.3 10 Jul 2012<br /><br />*) Feature: entity tags support and the &quot;etag&quot; directive.<br /><br />*) Bugfix: trailing dot in a source value was not ignored if the &quot;map&quot;<br />directive was used with the &quot;hostnames&quot; parameter.<br /><br />*) Bugfix: incorrect location might be used to process a request if a<br />URI was changed via a &quot;rewrite&quot; directive before an internal redirect<br />to a named location.<br /><br /><br />Maxim Dounin<br /><br />_______________________________________________<br />nginx-announce mailing list<br />nginx-announce@nginx.org<br />http://mailman.nginx.org/mailman/listinfo/nginx-announce]]></description>
<dc:creator>Maxim Dounin</dc:creator>
<category>Nginx Announcements - English</category><pubDate>Tue, 10 Jul 2012 08:38:00 -0400</pubDate></item>
<item>
<guid>http://forum.nginx.org/read.php?27,228232,228232#msg-228232</guid>
<title>[nginx-announce] nginx-1.2.2 (no replies)</title><link>http://forum.nginx.org/read.php?27,228232,228232#msg-228232</link><description><![CDATA[Changes with nginx 1.2.2 03 Jul 2012<br /><br />*) Change: the &quot;single&quot; parameter of the &quot;keepalive&quot; directive is now<br />ignored.<br /><br />*) Change: SSL compression is now disabled when using all versions of<br />OpenSSL, including ones prior to 1.0.0.<br /><br />*) Feature: the &quot;proxy_pass&quot;, &quot;fastcgi_pass&quot;, &quot;scgi_pass&quot;, &quot;uwsgi_pass&quot;<br />directives, and the &quot;server&quot; directive inside the &quot;upstream&quot; block,<br />now support IPv6 addresses.<br /><br />*) Feature: the &quot;resolver&quot; directive now supports IPv6 addresses and an<br />optional port specification.<br /><br />*) Feature: the &quot;least_conn&quot; directive inside the &quot;upstream&quot; block.<br /><br />*) Feature: it is now possible to specify a weight for servers while<br />using the &quot;ip_hash&quot; directive.<br /><br />*) Feature: it is now possible to use the &quot;ip_hash&quot; directive to balance<br />IPv6 clients.<br /><br />*) Feature: the $status variable can now be used not only in the<br />&quot;log_format&quot; directive.<br /><br />*) Bugfix: nginx could not be built with ngx_cpp_test_module; the bug<br />had appeared in 1.1.12.<br /><br />*) Bugfix: access to variables from SSI and embedded perl module might<br />not work after reconfiguration.<br />Thanks to Yichun Zhang.<br /><br />*) Bugfix: in the ngx_http_xslt_filter_module.<br />Thanks to Kuramoto Eiji.<br /><br />*) Bugfix: memory leak if $geoip_org variable was used.<br />Thanks to Denis F. Latypoff.<br /><br />*) Bugfix: in the &quot;proxy_cookie_domain&quot; and &quot;proxy_cookie_path&quot;<br />directives.<br /><br />*) Bugfix: a segmentation fault might occur in a worker process on<br />shutdown if the &quot;resolver&quot; directive was used.<br /><br />*) Bugfix: a segmentation fault might occur in a worker process if the<br />ngx_http_mp4_module was used.<br /><br />*) Bugfix: in the ngx_http_mp4_module.<br /><br />*) Bugfix: a segmentation fault might occur in a worker process if<br />conflicting wildcard server names were used.<br /><br />*) Bugfix: nginx might be terminated abnormally on a SIGBUS signal on<br />ARM platform.<br /><br />*) Bugfix: an alert &quot;sendmsg() failed (9: Bad file number)&quot; on HP-UX<br />while reconfiguration.<br /><br /><br />Maxim Dounin<br /><br />_______________________________________________<br />nginx-announce mailing list<br />nginx-announce@nginx.org<br />http://mailman.nginx.org/mailman/listinfo/nginx-announce]]></description>
<dc:creator>Maxim Dounin</dc:creator>
<category>Nginx Announcements - English</category><pubDate>Tue, 03 Jul 2012 07:20:00 -0400</pubDate></item>
<item>
<guid>http://forum.nginx.org/read.php?27,227933,227933#msg-227933</guid>
<title>[nginx-announce] nginx-1.3.2 (no replies)</title><link>http://forum.nginx.org/read.php?27,227933,227933#msg-227933</link><description><![CDATA[Changes with nginx 1.3.2 26 Jun 2012<br /><br />*) Change: the &quot;single&quot; parameter of the &quot;keepalive&quot; directive is now<br />ignored.<br /><br />*) Change: SSL compression is now disabled when using all versions of<br />OpenSSL, including ones prior to 1.0.0.<br /><br />*) Feature: it is now possible to use the &quot;ip_hash&quot; directive to balance<br />IPv6 clients.<br /><br />*) Feature: the $status variable can now be used not only in the<br />&quot;log_format&quot; directive.<br /><br />*) Bugfix: a segmentation fault might occur in a worker process on<br />shutdown if the &quot;resolver&quot; directive was used.<br /><br />*) Bugfix: a segmentation fault might occur in a worker process if the<br />ngx_http_mp4_module was used.<br /><br />*) Bugfix: in the ngx_http_mp4_module.<br /><br />*) Bugfix: a segmentation fault might occur in a worker process if<br />conflicting wildcard server names were used.<br /><br />*) Bugfix: nginx might be terminated abnormally on a SIGBUS signal on<br />ARM platform.<br /><br />*) Bugfix: an alert &quot;sendmsg() failed (9: Bad file number)&quot; on HP-UX<br />while reconfiguration.<br /><br /><br />Maxim Dounin<br /><br />_______________________________________________<br />nginx-announce mailing list<br />nginx-announce@nginx.org<br />http://mailman.nginx.org/mailman/listinfo/nginx-announce]]></description>
<dc:creator>Maxim Dounin</dc:creator>
<category>Nginx Announcements - English</category><pubDate>Tue, 26 Jun 2012 10:02:01 -0400</pubDate></item>
<item>
<guid>http://forum.nginx.org/read.php?27,227216,227216#msg-227216</guid>
<title>[nginx-announce] security advisory (no replies)</title><link>http://forum.nginx.org/read.php?27,227216,227216#msg-227216</link><description><![CDATA[Hello!<br /><br />Vladimir Kochetkov, Positive Research Center, discovered a<br />security problem in nginx/Windows, which might allow security<br />restrictions bypass (CVE-2011-4963).<br /><br />There are many ways to access the same file when working under<br />Windows, and nginx failed to account for all of them. As a<br />result, it was possible to bypass security restrictions like<br /><br />location /directory/ {<br />deny all;<br />}<br /><br />by requesting a file as &quot;/directory::$index_allocation/file&quot;, or<br />&quot;/directory:$i30:$index_allocation/file&quot;, or &quot;/directory./file&quot;.<br /><br />The problem is fixed in nginx/Windows 1.3.1, 1.2.1.<br /><br />For older versions the following configuration can be used as a<br />workaround:<br /><br />location ~ &quot;(\./|:\$)&quot; {<br />deny all;<br />}<br /><br />Maxim Dounin<br /><br />_______________________________________________<br />nginx-announce mailing list<br />nginx-announce@nginx.org<br />http://mailman.nginx.org/mailman/listinfo/nginx-announce]]></description>
<dc:creator>Maxim Dounin</dc:creator>
<category>Nginx Announcements - English</category><pubDate>Tue, 05 Jun 2012 10:34:00 -0400</pubDate></item>
<item>
<guid>http://forum.nginx.org/read.php?27,227209,227209#msg-227209</guid>
<title>[nginx-announce] nginx-1.2.1 (no replies)</title><link>http://forum.nginx.org/read.php?27,227209,227209#msg-227209</link><description><![CDATA[Changes with nginx 1.2.1 05 Jun 2012<br /><br />*) Security: now nginx/Windows ignores trailing dot in URI path<br />component, and does not allow URIs with &quot;:$&quot; in it.<br />Thanks to Vladimir Kochetkov, Positive Research Center.<br /><br />*) Feature: the &quot;debug_connection&quot; directive now supports IPv6 addresses<br />and the &quot;unix:&quot; parameter.<br /><br />*) Feature: the &quot;set_real_ip_from&quot; directive and the &quot;proxy&quot; parameter<br />of the &quot;geo&quot; directive now support IPv6 addresses.<br /><br />*) Feature: the &quot;real_ip_recursive&quot;, &quot;geoip_proxy&quot;, and<br />&quot;geoip_proxy_recursive&quot; directives.<br /><br />*) Feature: the &quot;proxy_recursive&quot; parameter of the &quot;geo&quot; directive.<br /><br />*) Bugfix: a segmentation fault might occur in a worker process if the<br />&quot;resolver&quot; directive was used.<br /><br />*) Bugfix: a segmentation fault might occur in a worker process if the<br />&quot;fastcgi_pass&quot;, &quot;scgi_pass&quot;, or &quot;uwsgi_pass&quot; directives were used and<br />backend returned incorrect response.<br /><br />*) Bugfix: a segmentation fault might occur in a worker process if the<br />&quot;rewrite&quot; directive was used and new request arguments in a<br />replacement used variables.<br /><br />*) Bugfix: nginx might hog CPU if the open file resource limit was<br />reached.<br /><br />*) Bugfix: nginx might loop infinitely over backends if the<br />&quot;proxy_next_upstream&quot; directive with the &quot;http_404&quot; parameter was<br />used and there were backup servers specified in an upstream block.<br /><br />*) Bugfix: adding the &quot;down&quot; parameter of the &quot;server&quot; directive might<br />cause unneeded client redistribution among backend servers if the<br />&quot;ip_hash&quot; directive was used.<br /><br />*) Bugfix: socket leak.<br />Thanks to Yichun Zhang.<br /><br />*) Bugfix: in the ngx_http_fastcgi_module.<br /><br /><br />Maxim Dounin<br /><br />_______________________________________________<br />nginx-announce mailing list<br />nginx-announce@nginx.org<br />http://mailman.nginx.org/mailman/listinfo/nginx-announce]]></description>
<dc:creator>Maxim Dounin</dc:creator>
<category>Nginx Announcements - English</category><pubDate>Tue, 05 Jun 2012 10:32:00 -0400</pubDate></item>
</channel>
</rss>