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

Diff for /www/plus.html between version 1.1291 and 1.1292

version 1.1291, 2013/06/14 09:47:42 version 1.1292, 2013/06/22 03:41:07
Line 74 
Line 74 
 <p>  <p>
   
 <ul>  <ul>
   <!-- 2013/06/16 -->
   <li>Handle time_t values as long long's when <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=scp&manpath=OpenBSD%20Current&sektion=1&format=html">scp(1)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rcp&manpath=OpenBSD%20Current&sektion=1&format=html">rcp(1)</a> are formatting them, or parsing them from remote servers.
   <li>Allow mouse button4 and button5 in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cwmrc&manpath=OpenBSD%20Current&sektion=5&format=html">cwmrc(5)</a>.
   <li>Improved <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=locale&manpath=OpenBSD%20Current&sektion=1&format=html">locale(1)</a> output formatting.
   <!-- 2013/06/15 -->
   <li>Move <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mg&manpath=OpenBSD%20Current&sektion=1&format=html">mg(1)</a> cursor upwards past multiple lines with no characters, instead of stopping when first line with no characters is found.
   <li>Run any pending traps before calling the EXIT or ERR traps when <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ksh&manpath=OpenBSD%20Current&sektion=1&format=html">ksh(1)</a> -e is set. Fixes bug where signal trap would not be run if (eg) ^C was pressed and -e was set.
   <li>Hooked up <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=locale&manpath=OpenBSD%20Current&sektion=1&format=html">locale(1)</a> to the build.
   <!-- 2013/06/14 -->
   <li>Updated the beagle ramdisk to support usb.
   <li>Reworked beagle's <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ehci&manpath=OpenBSD%20Current&sektion=4&format=html">ehci(4)</a> driver, enabling the clocks. Only pandaboard supported for now.
   <li>Updated to: libXrender 0.9.8 and libXvMC 1.0.8
   <li>Disabled broken EXA operations in xf86-video-mga; default to EXA acceleration.
   <li>Added support for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=fuse_version&manpath=OpenBSD%20Current&sektion=3&format=html">fuse_version(3)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=fuse_get_context&manpath=OpenBSD%20Current&sektion=3&format=html">fuse_get_context(3)</a>. Needed by ntfs-3g port.
   <li>Updated <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=nginx&manpath=OpenBSD%20Current&sektion=8&format=html">nginx(8)</a> internal pcre library to 8.33.
   <li>Corrected interrupt moderation setting for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ix&manpath=OpenBSD%20Current&sektion=4&format=html">ix(4)</a> 82598.
   <!-- 2013/06/13 -->
   <li>Fixed loading the driver without XAA and initialisation of shadowfb with modern X servers in xf86-video-trident, xf86-video-i740 and xf86-video-neomagic.
   <li>Added support for protected-subnet config types to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=iked&manpath=OpenBSD%20Current&sektion=8&format=html">iked(8)</a>.
   <!-- 2013/06/12 -->
   <li><font color="#e00000">5.3 RELIABILITY FIX: Two flaws in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vio&sektion=4"><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vio&manpath=OpenBSD%20Current&sektion=4&format=html">vio(4)</a></a> may cause a kernel panic, and may cause IPv6 neighbour discovery to fail.</font><br>A source code patch is available for <a href="errata53.html#007_vio">5.3</a>.
   <li>Updated to sendmail-8.14.7.
   <li><font color="#e00000">5.3 RELIABILITY FIX: inability to oack would cause <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tftpd&manpath=OpenBSD%20Current&sektion=8&format=html">tftpd(8)</a> to segfault</font><br>A source code patch is available for <a href="errata53.html#006_tftpd">5.3</a>.
   <!-- 2013/06/11 -->
   <li>Stopped <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&manpath=OpenBSD%20Current&sektion=1&format=html">tmux(1)</a> emitting annoying beeps if a machine was shutdown while tmux is running and you then focus in/out of an xterm.
   <li>High memory page flipping for the buffer cache. Allows use of large buffer caches on amd64 with > 4 GB of memory.
   <li>Activated the sitaracm driver (beaglebone only).
   <li>Optimised <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=memcpy&manpath=OpenBSD%20Current&sektion=9&format=html">memcpy(9)</a> on amd64, alpha, i386, vax, sh, sparc, hppa and hppa64 by always doing forward copy; made <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=memcpy&manpath=OpenBSD%20Current&sektion=9&format=html">memcpy(9)</a> use the forward copy branch of <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=memmove&manpath=OpenBSD%20Current&sektion=9&format=html">memmove(9)</a>;  implemented <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bcopy&manpath=OpenBSD%20Current&sektion=9&format=html">bcopy(9)</a> by swapping its arguments and dropping into <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=memmove&manpath=OpenBSD%20Current&sektion=9&format=html">memmove(9)</a>.
   <!-- 2013/06/10 -->
   <li>POSIX specifies that for an AND/OR list, only the last command's exit status matters for "set -e". Revert <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ksh&manpath=OpenBSD%20Current&sektion=1&format=html">ksh(1)</a> to follow this.
   <li>On mach64, only disable xf86-video-mach64 RenderAccel, not the full EXA acceleration. This is enough to fix screen corruption.
   <li>Made <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cwm&manpath=OpenBSD%20Current&sektion=1&format=html">cwm(1)</a> check for, and honour, CWStackMode and CWSibling change requests during a ConfigureRequest event.
   <li>Unbreak the xf86-video-sunffb driver.
   <li>Fixes for integer overflows in XF86DRIOpenConnection() and XF86DRIGetClientDriverName() (CVE-2013-1993).
   <li>Reverted <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&manpath=OpenBSD%20Current&sektion=1&format=html">ssh(1)</a> revision 1.203 of readconf.c while crashes are investigated.
 <!-- 2013/06/08 -->  <!-- 2013/06/08 -->
 <li>Fixed <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dhclient&manpath=OpenBSD%20Current&sektion=8&format=html">dhclient(8)</a> populating egress group.  <li>Fixed <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dhclient&manpath=OpenBSD%20Current&sektion=8&format=html">dhclient(8)</a> populating egress group.
 <li>Updated to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sqlite3&manpath=OpenBSD%20Current&sektion=1&format=html">sqlite3(1)</a> and its shell to version 3.7.17.  <li>Updated to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sqlite3&manpath=OpenBSD%20Current&sektion=1&format=html">sqlite3(1)</a> and its shell to version 3.7.17.
Line 883 
Line 918 
   
 </body>  </body>
 </html>  </html>
   
   
   
   

Legend:
Removed from v.1.1291  
changed lines
  Added in v.1.1292