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

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

version 1.33, 2006/03/08 12:19:11 version 1.34, 2006/03/08 16:47:52
Line 152 
Line 152 
 depending on the battery status.  depending on the battery status.
 <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=nc&amp;sektion=1">nc(1)</a> now supports HTTP Proxy authentication, making it very useful as a ssh ProxyCommand.  <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=nc&amp;sektion=1">nc(1)</a> now supports HTTP Proxy authentication, making it very useful as a ssh ProxyCommand.
 <li>Userland <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ppp&amp;sektion=8">ppp(8)</a> has IPv6 support.  <li>Userland <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ppp&amp;sektion=8">ppp(8)</a> has IPv6 support.
 <li>Added failover mode to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=trunk&amp;sektion=4">trunk(4)</a> and a number of fixes.  <li>A number of fixes and new functionality for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=trunk&amp;sektion=4">trunk(4)</a>:
     <ul>
     <li>New active/passive failover mode
     <li>Fixed multicast support, for
         <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=carp&amp;sektion=4">carp(4)</a> and
         <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pfsync&amp;sektion=4">pfsync(4)</a>
         over trunk interfaces.
     <li>Interface capabilities depending on the trunk ports, for full-size
         <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vlan&amp;sektion=4">vlan(4)</a> MTUs.
     </ul>
   <li>Improved functionality for
       <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ipsecctl&amp;sektion=8">ipsecctl(8)</a>.
 </ul>  </ul>
 <p>  <p>
   
Line 166 
Line 177 
     much more useable.      much more useable.
 <li>Header files have been rewritten to provide better C99 support.  <li>Header files have been rewritten to provide better C99 support.
 <li>Linted versions of system libraries are now provided and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=lint&amp;sektion=1">lint(1)</a> has been substantially overhauled to produce less false positives and find new classes of problems.  <li>Linted versions of system libraries are now provided and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=lint&amp;sektion=1">lint(1)</a> has been substantially overhauled to produce less false positives and find new classes of problems.
   <li>The <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ieee80211&amp;sektion=9">ieee80211(9)</a>
       wireless framework has been cleaned up and changed to use red-black
       <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tree&amp;sektion=3">tree(3)</a>s
       instead of hash tables.
 <li>The complete source tree has been audited for wrong usage of the  <li>The complete source tree has been audited for wrong usage of the
 <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=queue&amp;sektion=3">queue(3)</a>  <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=queue&amp;sektion=3">queue(3)</a>
 macros and facilities have been added to detect misuse.  macros and facilities have been added to detect misuse.
   </ul>
   <p>
   
   <li>New functionality for
       <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=hostapd&amp;sektion=8">hostapd(8)</a>,
       the Host Access Point Daemon:
   <ul>
   <li>Support for multiple wireless interfaces and per-interface event rules.
   <li>New rate keyword for event rules, a requirement for using hostapd as a WIDS.
   <li>Replaced hash tables with safer red-black
       <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tree&amp;sektion=3">tree(3)</a>s.
   <li>Improved multicast support and configuration options.
   <li>Various bug fixes and improvements.
 </ul>  </ul>
 <p>  <p>
   

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