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

Diff for /www/plus.html between version 1.1298 and 1.1299

version 1.1298, 2013/07/25 21:32:49 version 1.1299, 2013/07/31 02:00:04
Line 74 
Line 74 
 <p>  <p>
   
 <ul>  <ul>
   <!-- 2013/07/29 -->
   <li>Let the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=X&manpath=OpenBSD%20Current&sektion=7&format=html">X(7)</a> server build on hp300 again.
   <!-- 2013/07/28 -->
   <li>Stopped <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=awk&manpath=OpenBSD%20Current&sektion=1&format=html">awk(1)</a> sporadically exiting early (blaming a spurious "}" in the first few lines of input) on m88k 88100-based systems.
   <li>Let <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mkuboot&manpath=OpenBSD%20Current&sektion=8&format=html">mkuboot(8)</a> recognise native ELF binaries, only output the program headers area when found. Saves the need for "objcopy -O binary"; makes beagle install/upgrade processes easier until it gets a native bootloader.
   <!-- 2013/07/27 -->
   <li>Revert wrong chunk introduced in zs.c r1.50, causing <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=zs&manpath=OpenBSD%20Current&sektion=4&arch=sparc&format=html">zs(4/sparc)</a> console keyboards not to attach as console. Fixes non-wsmux kernels such as bsd.rd.
   <!-- 2013/07/26 -->
   <li>Make sure <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ftpd&manpath=OpenBSD%20Current&sektion=8&format=html">ftpd(8)</a> tmpline[] is always NULL terminated, to avoid possible read-beyond-end in get_line().
   <!-- 2013/07/25 -->
   <li>Backout <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=gem&manpath=OpenBSD%20Current&sektion=4&format=html">gem(4)</a> flow control support (r1.97 of gem.c) and RX TCP/UDP checksum offload support (r1.98) to stop hangs on Sun ERI.
   <!-- 2013/07/24 -->
   <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sftp&manpath=OpenBSD%20Current&sektion=1&format=html">sftp(1)</a> extended to allow support for resuming partial downloads.
   <li>Daemonise backgrounded <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&manpath=OpenBSD%20Current&sektion=1&format=html">ssh(1)</a> (ControlPersist'ed) multiplexing master, so it is fully detached from its controlling terminal.
   <!-- 2013/07/23 -->
   <li>Do not reset the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&manpath=OpenBSD%20Current&sektion=4&format=html">pf(4)</a> fragment timeout each time a fragment arrives; drop all fragments if the packet cannot be reassembled within 60 seconds.
   <!-- 2013/07/22 -->
   <li>We now have IDEA and MDC2 in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=crypto&manpath=OpenBSD%20Current&sektion=3&format=html">crypto(3)</a>, so no longer disable them in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=openssl&manpath=OpenBSD%20Current&sektion=1&format=html">openssl(1)</a>.
   <li>Fixed sockaddr overflow with IPv6 in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpd&manpath=OpenBSD%20Current&sektion=8&format=html">smtpd(8)</a>.
 <!-- 2013/07/21 -->  <!-- 2013/07/21 -->
 <li>When installing a new system, stop adding static entries to /etc/hosts for dynamic ip addresses.  <li>When installing a new system, stop adding static entries to /etc/hosts for dynamic ip addresses.
 <li>Fixed <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=umount&manpath=OpenBSD%20Current&sektion=8&format=html">umount(8)</a> -a in cases where there are multiple file systems specified for the same mount point.  <li>Fixed <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=umount&manpath=OpenBSD%20Current&sektion=8&format=html">umount(8)</a> -a in cases where there are multiple file systems specified for the same mount point.
Line 1057 
Line 1076 
 <br><small>$OpenBSD$</small>  <br><small>$OpenBSD$</small>
   
 </body>  </body>
   
   
   

Legend:
Removed from v.1.1298  
changed lines
  Added in v.1.1299