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

Diff for /www/60.html between version 1.44 and 1.45

version 1.44, 2016/08/09 18:47:12 version 1.45, 2016/08/10 13:27:17
Line 320 
Line 320 
         <tt>pkg_add python%3.4</tt> to select the <tt>3.4</tt> branch,          <tt>pkg_add python%3.4</tt> to select the <tt>3.4</tt> branch,
         and use <tt>pkg_info -zm</tt> to get a fuzzy listing with branch          and use <tt>pkg_info -zm</tt> to get a fuzzy listing with branch
         selection suitable for <tt>pkg_add -l</tt>.          selection suitable for <tt>pkg_add -l</tt>.
       <li><a href="http://man.openbsd.org/?query=fdisk">fdisk(8)</a> and
           <a href="http://man.openbsd.org/?query=pdisk">pdisk(8)</a>
           immediately exit unless passed a character special device
       <li><a href="http://man.openbsd.org/?query=st">st(4)</a>
           correctly tracks the current block count for variable sized blocks
       <li><a href="http://man.openbsd.org/?query=fsck_ext2fs">fsck_ext2fs(8)</a>
           works again
       <li><a href="http://man.openbsd.org/?query=softraid">softraid(4)</a> volumes
           can be constructed with disks that have a sector size other than 512 bytes
       <li><a href="http://man.openbsd.org/?query=dhclient">dhclient(8)</a>
           DECLINE's and discards unused OFFER's.
       <li><a href="http://man.openbsd.org/?query=dhclient">dhclient(8)</a>
           immediately exits if its interface (e.g. a
       <a href="http://man.openbsd.org/?query=bridge">bridge(4)</a>)
           returns EAFNOSUPPORT when a packet is sent.
       <li><a href="http://man.openbsd.org/?query=httpd">httpd(8)</a> returns
           400 Bad Request for HTTP v0.9 requests.
       <li>ffs2's lazy node initialization avoids treating random disk data as
           an inode
       <li><a href="http://man.openbsd.org/?query=fcntl">fcntl(2)</a> invocations
           in base programs use the idiom fcntl(n,F_GETFL) instead of fcntl(n,F_GETFL,0)
       <li><a href="http://man.openbsd.org/?query=socket">socket(2)</a> and
           <a href="http://man.openbsd.org/?query=accept4">accept4(2)</a> invocations
           in base programs use SOCK_NONBLOCK to eliminate the need for a separate
           <a href="http://man.openbsd.org/?query=fcntl">fcntl(2)</a>.
     </ul>      </ul>
 <p>  <p>
   
Line 575 
Line 600 
         <li>Mozilla Thunderbird 45.2.0          <li>Mozilla Thunderbird 45.2.0
         <li>Mutt 1.6.2          <li>Mutt 1.6.2
         <li>Node.js 4.4.5          <li>Node.js 4.4.5
           <li>Ocaml 4.3.0
         <li>OpenLDAP 2.3.43 and 2.4.44          <li>OpenLDAP 2.3.43 and 2.4.44
         <li>PHP 5.5.37, 5.6.23, and 7.0.8          <li>PHP 5.5.37, 5.6.23, and 7.0.8
         <li>Postfix 3.1.1 and 3.2-20160515          <li>Postfix 3.1.1 and 3.2-20160515

Legend:
Removed from v.1.44  
changed lines
  Added in v.1.45