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

Diff for /www/58.html between version 1.20 and 1.21

version 1.20, 2015/08/09 18:40:00 version 1.21, 2015/08/10 01:03:32
Line 96 
Line 96 
       a template can be passed to <a        a template can be passed to <a
       href="http://www.openbsd.org/cgi-bin/man.cgi/OpenBSD-current/man8/disklabel.8?query=disklabel&sec=8">disklabel(8)</a>        href="http://www.openbsd.org/cgi-bin/man.cgi/OpenBSD-current/man8/disklabel.8?query=disklabel&sec=8">disklabel(8)</a>
       to automatically partition the disk.        to automatically partition the disk.
       <li>DUID support has improved enough that new installs now use them unconditionally.
     </ul>      </ul>
 <p>  <p>
   
Line 123 
Line 124 
     <ul>      <ul>
     <li>The <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=worm&amp;sektion=6">worm(6)</a>      <li>The <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=worm&amp;sektion=6">worm(6)</a>
     now grows at a rate proportional to terminal size.      now grows at a rate proportional to terminal size.
       <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dlfcn&amp;sektion=3">dlclose(3)</a> now unregisters handlers registered by a <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pthread_atfork&amp;sektion=3">pthread_atfork(3)</a> call from the unloaded libraries.
       <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cp&amp;sektion=1">cp(1)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mv&amp;sektion=1">mv(1)</a>, and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pax&amp;sektion=1">pax(1)</a> with the <tt>-rw</tt> option now preserve timestamps with full nanosecond precision.
       <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pax&amp;sektion=1">pax(1)</a> (and tar(1) and cpio(1)) now prevent archive extraction from escaping the current directory via symlinks; <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tar&amp;sektion=1">tar(1)</a> without <tt>-P</tt> option now strips up through any "<tt>..</tt>" path components.
       <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pax&amp;sektion=1">pax(1)</a> now detects failure to decompress an archive when reading it and errors out immediately.
       <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=nm&amp;sektion=1">nm(1)</a> now supports the <tt>-D</tt> option for displaying the dynamic symbol table.
       <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dump&amp;sektion=8">dump(8)</a> now uses DUIDs in <tt>/etc/dumpdates</tt> when present and the <tt>-U</tt> option has thus been removed.
       <li>Corrected <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=kdump&amp;sektion=1">kdump(1)</a> reporting of <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=lseek&amp;sektion=2">lseek(2)</a> return value on ILP32 archs and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=getsockopt&amp;sektion=2">getsockopt/setsockopt(2)</a> level and optname arguments.  <tt>iovec</tt>, <tt>msghdr</tt>, and <tt>cmsghdr</tt> structures are now dumped.
       <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sed&amp;sektion=1">sed(1)</a> <tt>-i</tt> option added.
       <li>Improvements in checking of numeric option values in <b>many</b> utilities.
     <li>...      <li>...
     </ul>      </ul>
 <p>  <p>
Line 265 
Line 275 
 <p>  <p>
 <li>mandoc X.X.X  <li>mandoc X.X.X
     <ul>      <ul>
       <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=man&amp;sektion=1">man(1)</a> functionality is now built-in.
     <li>...      <li>...
     </ul>      </ul>
   

Legend:
Removed from v.1.20  
changed lines
  Added in v.1.21