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

Diff for /www/53.html between version 1.27 and 1.28

version 1.27, 2013/02/15 11:36:50 version 1.28, 2013/02/16 07:19:18
Line 156 
Line 156 
     <li>OpenBSD/hp300 and OpenBSD/mvme68k have switched to GCC 3 and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=elf&amp;sektion=5">elf(5)</a>      <li>OpenBSD/hp300 and OpenBSD/mvme68k have switched to GCC 3 and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=elf&amp;sektion=5">elf(5)</a>
     <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=gcc&amp;sektion=1">gcc(1)</a> stack smashing protector added for Alpha and MIPS (enabled by default)      <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=gcc&amp;sektion=1">gcc(1)</a> stack smashing protector added for Alpha and MIPS (enabled by default)
     <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=softraid&amp;sektion=4">softraid(4)</a> RAID1 and crypto volumes are now bootable on i386 and amd64 (full disk encryption)      <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=softraid&amp;sektion=4">softraid(4)</a> RAID1 and crypto volumes are now bootable on i386 and amd64 (full disk encryption)
       <li>Large performance and reliability improvements in
   <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=make&amp;sektion=1">make(1)</a>,
   especially in parallel mode. make no longer does any busy waiting, it handles
   concurrent targets correctly, and displays more accurate error messages.
     <li>The <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mg&amp;sektion=1">mg(1)</a>      <li>The <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mg&amp;sektion=1">mg(1)</a>
       emacs-like editor now supports <tt>diff-buffer-with-file</tt>, <tt>make-directory</tt> and <tt>revert-buffer</tt>.        emacs-like editor now supports <tt>diff-buffer-with-file</tt>, <tt>make-directory</tt> and <tt>revert-buffer</tt>.
       Column numbers have been made configureable and locale is respected for ctype purposes, like displaying ISO Latin 1 characters.        Column numbers have been made configureable and locale is respected for ctype purposes, like displaying ISO Latin 1 characters.
Line 188 
Line 192 
 <li>Over 7,800 ports, major performance and stability improvements in  <li>Over 7,800 ports, major performance and stability improvements in
 the package build process  the package build process
     <ul>      <ul>
     <li>...      <li>The parallel ports builder is more efficient. The main improvement is
   that dpb consumes much less cpu on busy boxes, but there are lots of small
   optimizations that amount to a large performance increase:
   dpb can now build selected large ports using parallel make, and it
   has a notion of affinity, so that ports failing on a cluster will be
   preferentiably restarted on the same machine.
     </ul>      </ul>
 <p>  <p>
 <li>Many pre-built packages for each architecture:  <li>Many pre-built packages for each architecture:

Legend:
Removed from v.1.27  
changed lines
  Added in v.1.28