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

Diff for /www/60.html between version 1.10 and 1.11

version 1.10, 2016/07/21 14:10:35 version 1.11, 2016/07/21 15:14:13
Line 100 
Line 100 
   
 <li>Routing daemons and other userland network improvements:  <li>Routing daemons and other userland network improvements:
     <ul>      <ul>
       <li>Add routing table support to
           <a href="http://man.openbsd.org/rc.d.8">rc.d(8)</a> and
           <a href="http://man.openbsd.org/rcctl.8">rcctl(8)</a>.
     <li>...      <li>...
     </ul>      </ul>
 <p>  <p>
Line 117 
Line 120 
     <li><a href="http://man.openbsd.org/sigreturn.2">sigreturn(2)</a>      <li><a href="http://man.openbsd.org/sigreturn.2">sigreturn(2)</a>
         can now only be used by the kernel-provided signal trampoline,          can now only be used by the kernel-provided signal trampoline,
         with a cookie to detect attempts to reuse it.          with a cookie to detect attempts to reuse it.
       <li>In <a href="http://man.openbsd.org/rc.8">rc(8)</a>,
           re-link libc.so on startup, placing the objects in a random order.
       <li>In the <a href="http://man.openbsd.org/getpwnam.3">getpwnam(3)</a>
           family of functions, stop opening the shadow database by default.
       <li>Remove
           <a href="http://man.openbsd.org/OpenBSD-5.9/systrace">systrace</a>.
       <li>Remove Linux emulation support.
     <li>...      <li>...
     </ul>      </ul>
 <p>  <p>
Line 133 
Line 143 
         <a href="http://man.openbsd.org/fts.3">fts(3)</a>.          <a href="http://man.openbsd.org/fts.3">fts(3)</a>.
     <li><a href="http://man.openbsd.org/kdump.1">kdump(1)</a>      <li><a href="http://man.openbsd.org/kdump.1">kdump(1)</a>
         now dumps <tt>pollfd</tt> structures.          now dumps <tt>pollfd</tt> structures.
       <li>In <a href="http://man.openbsd.org/rcs.1">rcs(1)</a>,
           implement Mdocdate keyword substitution.
       <li>In <a href="http://man.openbsd.org/top.1">top(1)</a>,
           allow to filter process arguments if they are being displayed.
       <li>Added UTF-8 support to
           <a href="http://man.openbsd.org/fold.1">fold(1)</a> and
           <a href="http://man.openbsd.org/rev.1">rev(1)</a>.
       <li>Enable UTF-8 by default in
           <a href="http://man.openbsd.org/xterm.1">xterm(1)</a> and
           <a href="http://man.openbsd.org/pod2man.1">pod2man(1)</a>.
       <li>Filter out non-ASCII characters in
           <a href="http://man.openbsd.org/wall.1">wall(1)</a>.
       <li>Many bugfixes and structural cleanup in the
           <a href="http://man.openbsd.org/editline">editline(3)</a> library.
     <li>...      <li>...
     </ul>      </ul>
 <p>  <p>
Line 159 
Line 183 
       </ul>        </ul>
     <li>The following significant bugs have been fixed in this release:      <li>The following significant bugs have been fixed in this release:
       <ul>        <ul>
         <li>In <a href="http://man.openbsd.org/scp.1">scp(1)</a>
           and <a href="http://man.openbsd.org/sftp.1">sftp(1)</a>,
           prevent screwing up terminal settings by escaping bytes
           not forming ASCII or UTF-8 characters.
       <li>...        <li>...
       </ul>        </ul>
     </ul>      </ul>

Legend:
Removed from v.1.10  
changed lines
  Added in v.1.11