[BACK]Return to 58.html CVS log [TXT][DIR] Up to [local] / www

Diff for /www/58.html between version 1.33 and 1.34

version 1.33, 2015/08/17 19:41:04 version 1.34, 2015/08/18 10:15:33
Line 171 
Line 171 
   
 <li>OpenBSD <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=httpd&amp;sektion=8">httpd(8)</a>:  <li>OpenBSD <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=httpd&amp;sektion=8">httpd(8)</a>:
     <ul>      <ul>
     <li>...      <li>New features:
         <ul>
         <li>Added support for matching and redirections with Lua <a href="http://www.openbsd.org/cgi-bin/man.cgi/OpenBSD-current/man7/patterns.7">patterns(7)</a>.
         <li>Implemented If-Modified-Since for conditional GET or HEAD requests (RFC 7232).
         <li>Added byte-range support for range requests (RFC 7233).
         <li>Allowing to specify a global or per-location default media type instead of <tt>application/octet-stream</tt>.
         <li>Added support for HTTP Strict Transport Security (HSTS; RFC 6797).
         <li>Added initial regression test suite based on <a href="http://www.openbsd.org/cgi-bin/man.cgi/OpenBSD-current/man8/relayd.8">relayd(8)</a>'s implementation.
         </ul>
       <li>Fixes and improvements:
         <ul>
         <li>TLS in <a href="http://www.openbsd.org/cgi-bin/man.cgi/OpenBSD-current/man8/httpd.8">httpd(8)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi/OpenBSD-current/man8/relayd.8">relayd(8)</a> now defaults to TLSv1.2-only.
         <li>Fixed support for large TLS keys or certificate bundles with up to 16KB each.
         <li>Fixed the Content-Length header for files larger than 2 GB on 32-bit architectures.
         <li>Fixed translation of CGI environment variables in accordance with RFCs 7230 and 3875.
         <li>Improved memory usage and fixed possible memory exhaustion on large file transfers.
         <li>Added URL-encoding of specific CGI variables before using them in the Location header.
         <li>Prepend files or directories containing ":" with "./" in directory indexes as per RFC 3986.
         <li>Allowing to specify characters like "?" in the Location URI.
         <li>Various other bug fixes and improvements.
         </ul>
     </ul>      </ul>
 <p>  <p>
   

Legend:
Removed from v.1.33  
changed lines
  Added in v.1.34