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

Diff for /www/48.html between version 1.16 and 1.17

version 1.16, 2010/10/05 23:37:49 version 1.17, 2010/10/06 22:50:30
Line 143 
Line 143 
   
 <li>Generic network stack improvements:  <li>Generic network stack improvements:
     <ul>      <ul>
       <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ifconfig&amp;sekti
   on=8">ifconfig(8)</a> and
           <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=traceroute&amp;sektion=8">traceroute(8)</a>
           now supports Multiprotocol Label Switching.
     <li>Support for RFC 4941 privacy extensions for stateless address      <li>Support for RFC 4941 privacy extensions for stateless address
         autoconfiguration has been added to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=inet6&amp;sektion=4">inet6(4)</a> and can be enabled via          autoconfiguration has been added to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=inet6&amp;sektion=4">inet6(4)</a> and can be enabled via
         <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ifconfig&amp;sektion=8">ifconfig(8)</a>.          <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ifconfig&amp;sektion=8">ifconfig(8)</a>.
     <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ifconfig&amp;sektion=8">ifconfig(8)</a>      <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ifconfig&amp;sektion=8">ifconfig(8)</a>
         now supports random selection of MAC addresses.          now supports random selection of MAC addresses.
     <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tcpdump&amp;sektion=8">tcpdump(8)</a>      <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tcpdump&amp;sektion=8">tcpdump(8)</a>
         now decodes Multicast Listener Discovery version 2 traffic.          now decodes Multicast Listener Discovery version 2 and
           Internet Key Exchange version 2 traffic.
     <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=enc&amp;sektion=4">enc(4)</a> and      <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=enc&amp;sektion=4">enc(4)</a> and
         <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ipsec&amp;sektion=4">ipsec(4)</a> are now          <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ipsec&amp;sektion=4">ipsec(4)</a> are now
         aware of routing domains.          aware of routing domains.
Line 159 
Line 164 
   
 <li>Assorted improvements:  <li>Assorted improvements:
     <ul>      <ul>
       <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mbtowc&amp;sektion=3">mbtowc(3)</a> multi-byte/wide-character conversion functions
           have been added to the C library, and
           <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=setlocale&amp;sektion=3">setlocale(3)</a>
           now supports the en_US.UTF-8 locale.
       <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=posix_madvise&amp;sektion=2">posix_madvise(2)</a>,
           <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=posix_memalign&amp;sektion=3">posix_memalign(3)</a>,
           <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=strndup&amp;sektion=3">strndup(3)</a>, and
           <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=strnlen&amp;sektion=3">strnlen(3)</a>
           have been added to the C library.
     <li>The <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=event&amp;sektion=3">event(3)</a> library      <li>The <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=event&amp;sektion=3">event(3)</a> library
         was updated to version 1.4.13.          was updated to version 1.4.14b.
     <li>The <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pthreads&amp;sektion=3">pthreads(3)</a> library      <li>The <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pthreads&amp;sektion=3">pthreads(3)</a> library
         now implements the <tt>pthread_rwlock_timed{rd,wr}lock</tt> interfaces.          now implements the <tt>pthread_rwlock_timed{rd,wr}lock</tt> interfaces.
     <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=setlocale&amp;sektion=3">setlocale(3)</a> now supports the en_US.UTF-8 locale.      <li>AES-NI support has been integrated into the OpenSSL
           <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=crypto&amp;sektion=3">crypto(3)</a> library.
     <li>MIDI control in non-server mode was added to      <li>MIDI control in non-server mode was added to
         <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=aucat&amp;sektion=1">aucat(1)</a>,          <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=aucat&amp;sektion=1">aucat(1)</a>,
         including seeking within .wav files          including seeking within .wav files
Line 175 
Line 190 
         usability of low-latency programs without stability compromise.          usability of low-latency programs without stability compromise.
     <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=disklabel&amp;sektion=8">disklabel(8)</a>      <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=disklabel&amp;sektion=8">disklabel(8)</a>
         now supports unique disk identifiers.          now supports unique disk identifiers.
       <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ftp&amp;sektion=1">ftp(1)</a>
           now handles redirection to relative URLs in the Location: header
           of HTTP responses.
       <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=lint&amp;sektion=1">lint(1)</a>
           now recognizes the C99 data types _Bool and _Complex
           and some related gcc extensions.
       <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=make&amp;sektion=1">make(1)</a>
           now allows variables in SysV modifiers,
           and implements the :QL (quote list) modifier.
     <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=man&amp;sektion=1">man(1)</a> now allows to combine the -s option with -m or -M.      <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=man&amp;sektion=1">man(1)</a> now allows to combine the -s option with -m or -M.
       <li>Improved directory editing in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mg&amp;sektion=1">mg(1)</a>.
     <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=newfs&amp;sektion=8">newfs(8)</a> has been tweaked to better support large file systems.      <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=newfs&amp;sektion=8">newfs(8)</a> has been tweaked to better support large file systems.
     <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=od&amp;sektion=1">od(1)</a>      <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=od&amp;sektion=1">od(1)</a>
         now supports the POSIX -A option to select an input address base.          now supports the POSIX -A option to select an input address base.
Line 183 
Line 208 
         now includes the output of <tt>usbdevs -v</tt> into the template.          now includes the output of <tt>usbdevs -v</tt> into the template.
     <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpd&amp;sektion=8">smtpd(8)</a>      <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpd&amp;sektion=8">smtpd(8)</a>
         now supports the SIZE and ENHANCEDSTATUSCODES extensions          now supports the SIZE and ENHANCEDSTATUSCODES extensions
         and the "plain" backend for maps.          and the "plain" backend for maps, and performance was improved when handling large amounts of mail.
       <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wsconsctl&amp;sektion=8">wsconsctl(8)</a> now handles more than one keyboard, mouse and display.
     <li>Many memory leaks have been fixed in various userland utilities.      <li>Many memory leaks have been fixed in various userland utilities.
     <li>...  
     </ul>      </ul>
 <p>  <p>
   
Line 199 
Line 224 
     <li>Automatically set      <li>Automatically set
         <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pkg.conf&sektion=5">/etc/pkg.conf</a>          <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pkg.conf&sektion=5">/etc/pkg.conf</a>
         `installfrom' entry to the public mirror used while installing or upgrading.          `installfrom' entry to the public mirror used while installing or upgrading.
     <li>...      <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sysmerge&amp;sektion=8">sysmerge(8)</a> now automatically installs missing users and groups.
     </ul>      </ul>
 <p>  <p>
   

Legend:
Removed from v.1.16  
changed lines
  Added in v.1.17