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

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

version 1.33, 2014/03/29 00:04:43 version 1.34, 2014/04/03 04:07:44
Line 135 
Line 135 
     <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pflow&sektion=4">pflow(4)</a>      <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pflow&sektion=4">pflow(4)</a>
         sends 64 bit time values for pflowproto 10. The changed templates /          sends 64 bit time values for pflowproto 10. The changed templates /
         flows for pflowproto 10 are now parseable by existing receivers.          flows for pflowproto 10 are now parseable by existing receivers.
       <li>Continued improvement of the checksum offload framework to streamline
           the calculation of TCP, UDP, ICMP, and ICMPv6 checksums.
     <li>...      <li>...
     </ul>      </ul>
 <p>  <p>
Line 149 
Line 151 
     </ul>      </ul>
 <p>  <p>
   
   <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&sektion=4">pf(4)</a> improvements:
       <ul>
       <li>New queueing system with new syntax.
       <li>The "received-on" parameter can now be used with the "any" keyword to
           match any existing interface except loopback ones.
       <li>The default PF policy is now "block return".
       </ul>
   <p>
   
 <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dhcpd&amp;sektion=8">dhcpd(8)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dhclient&amp;sektion=8">dhclient(8)</a> improvements:  <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dhcpd&amp;sektion=8">dhcpd(8)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dhclient&amp;sektion=8">dhclient(8)</a> improvements:
     <ul>      <ul>
     <li>no longer create a route to the bound address via 127.0.0.1.      <li>no longer create a route to the bound address via 127.0.0.1.
Line 232 
Line 243 
     <li>Correctly parse nwid's with embedded blanks during install.      <li>Correctly parse nwid's with embedded blanks during install.
     <li>Fix <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=athn&amp;sektion=4">athn(4)</a> tick calculations to eliminate excessive timeouts.      <li>Fix <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=athn&amp;sektion=4">athn(4)</a> tick calculations to eliminate excessive timeouts.
     <li>Allow <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=disklabel&amp;sektion=8">disklabel(8)</a> to set any partition, including 'C', to type UNUSED.      <li>Allow <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=disklabel&amp;sektion=8">disklabel(8)</a> to set any partition, including 'C', to type UNUSED.
       <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tcpdump&amp;sektion=8">tcpdump(8)</a> can now detect bad ICMP and ICMPv6 checksums when used with the -v flag.
       <li>New <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sha512&amp;sektion=1">sha512(1)</a> tool to calculate and verify the SHA-512 checksums of files.
       <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sha256&amp;sektion=1">sha256(1)</a> and related tools
          (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cksum&amp;sektion=1">cksum(1)</a>,
           <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=md5&amp;sektion=1">md5(1)</a>,
           <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sha1&amp;sektion=1">sha1(1)</a>, and
           <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sha512&amp;sektion=1">sha512(1)</a>)
          now support a new -h flag to place the checksum into a specified hash file instead of stdout.
       <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sha256&amp;sektion=1">sha256(1)</a> and related tools now support a new -C flag that allows the verification of selected files in a checklist.
       <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sha256&amp;sektion=1">sha256(1)</a> and related tools will now print MISSING if they encounter non-existent files in a checklist.
     </ul>      </ul>
 <p>  <p>
   

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