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

Diff for /www/plus.html between version 1.1226 and 1.1227

version 1.1226, 2012/05/18 09:31:43 version 1.1227, 2012/05/24 10:16:36
Line 76 
Line 76 
 <p>  <p>
   
 <ul>  <ul>
   <!-- 2012/05/20 -->
   <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=xbridge&manpath=OpenBSD%20Current&sektion=4&arch=sgi&format=html">xbridge(4/sgi)</a> can now use the generic bus DMA routines.
   <!-- 2012/05/19 -->
   <li>Bugs in the suspend/resume of <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=intel&manpath=OpenBSD%20Current&sektion=4&format=html">intel(4)</a> <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=drm&manpath=OpenBSD%20Current&sektion=4&format=html">drm(4)</a> driver eliminated; code reordered to allow easier diff against Linux.
   <li>The <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ftp&manpath=OpenBSD%20Current&sektion=1&format=html">ftp(1)</a> usage string will henceforth (a) match the manual and (b) no longer cause linewraps.
   <!-- 2012/05/18 -->
   <li>The NetBSD GIO@PCI bus driver for fast Ethernet expansion boards is ported to OpenBSD (Only the bridge yet, drivers need to be adapted).
   <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pkg_mklocatedb&manpath=OpenBSD%20Current&sektion=1&format=html">pkg_mklocatedb(1)</a> no longer fails if files from the *etc sets are missing, warns instead to run <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sysmerge&manpath=OpenBSD%20Current&sektion=8&format=html">sysmerge(8)</a>.
   <li><a href="http://www.ietf.org/rfc/rfc2461.txt" >RFC 2461 Router Solicitation</a> flushing will remove all IPv6 routes on a specified gateway, not only CONNECTED ones; clear routes when RA with RouterLifetime of 0 is sent; and use correct priorities when installing routes acquired via redirects.
   <!-- 2012/05/17 -->
   <li>The <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&manpath=OpenBSD%20Current&sektion=1&format=html">tmux(1)</a> configuration syntax now lets a backslash escape itself at the EOL.
   <li>On mips64 the virtual aliasing mask computation is corrected.
   <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=less&manpath=OpenBSD%20Current&sektion=1&format=html">less(1)</a> will exit if it can't write to the terminal.
   <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pstat&manpath=OpenBSD%20Current&sektion=8&format=html">pstat(8)</a> shows internal file-descriptor status bits: "d" and "m" are related to garbage collection and "l" means that the descriptor is in a transition state.
   <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=security&manpath=OpenBSD%20Current&sektion=8&format=html">security(8)</a> will now also check permissions of ".ssh/id_ecdsa".
   <li>Intel I350 PCI Express Ethernet adapters become supported by <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=em&manpath=OpenBSD%20Current&sektion=4&format=html">em(4)</a>.
   <!-- 2012/05/16 -->
   <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sudo&manpath=OpenBSD%20Current&sektion=8&format=html">sudo(8)</a> addresses CVE 2012-2337 by adding a missing break between AF_INET and AF_INET6 in addr_matches_if_netmask().
   <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pcidump&manpath=OpenBSD%20Current&sektion=8&format=html">pcidump(8)</a> recognizes 8.0 GT/s link speeds of PCI Express 3.0.
   <li>The IPv6 stack tests that the target link local address is included with a neighbour advertisment sent to a multicast address, as mandated by <a href="ftp://ftp.rfc-editor.org/in-notes/rfc4861.txt">RFC 4861</a>.
   <li>unbound(8) now handles out-of-filedescriptor situations by temporarily pausing further <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=accept&manpath=OpenBSD%20Current&sektion=2&format=html">accept(2)</a>s.
   <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cwm&manpath=OpenBSD%20Current&sektion=1&format=html">cwm(1)</a> better integrated into the freedesktop.org <a href="http://www.freedesktop.org/wiki/Specifications/wm-spec" >Window Manager Specification Project</a>.
   <!-- 2012/05/15 -->
   <li>In Xenocara, xf86-video-openchrome is updated to version 0.2.905.
   <li>The <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=puc&manpath=OpenBSD%20Current&sektion=4&format=html">puc(4)</a> driver starts supporting serial consoles.
   <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=patch&manpath=OpenBSD%20Current&sektion=1&format=html">patch(1)</a> no longer outputs a confusing error message upon failure which occurs with -C.
   <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=usb&manpath=OpenBSD%20Current&sektion=4&format=html">usb(4)</a> controller units are used as a bus numbers (rather than the host adapter) to fix possible conflict with identical bus numbers (i.e., ehci0 and uhci0).
   <li>The package tools have been reworked to test "LIB*VERSION" definitions more exactly.
   <li>The OpenBSD specific <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=nginx&manpath=OpenBSD%20Current&sektion=8&format=html">nginx(8)</a> <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=chroot&manpath=OpenBSD%20Current&sektion=2&format=html">chroot(2)</a> code is updated to find aliases (eg for user directories).
   <li>In Xenocara xlsfonts is updated to version 1.0.4, xmodmap to 1.0.7, xkbcomp to 1.2.4, font-util to 1.3.0; the xf86-video-mach64 reaches version 6.9.1.
   <!-- 2012/05/14 -->
   <li>Large update of <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pathconf&manpath=OpenBSD%20Current&sektion=2&format=html">pathconf(2)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sysconf&manpath=OpenBSD%20Current&sektion=3&format=html">sysconf(3)</a> variable reporting occurs.
   <li>In Xenocara the xf86-video-i128 driver is updated to version 1.3.5 and xf86-video-mga to 1.5.0. Updated applications: fslsfonts reaches 1.0.4, fstobdf 1.0.5 and xinput is updated to version 1.5.4.
   <li>The <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bnx&manpath=OpenBSD%20Current&sektion=4&format=html">bnx(4)</a> driver takes care not to print an unset interrupt name.
   <li>To prevent lockup situations with full send queues when further interrupts fail to appear, the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=em&manpath=OpenBSD%20Current&sektion=4&format=html">em(4)</a> driver's start routine is triggered after the link status has been updated.
   <li>Bugfix for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=snmpd&manpath=OpenBSD%20Current&sektion=8&format=html">snmpd(8)</a> PF status report MIB, which previously did not zero out all unused fields in the structure.
 <!-- 2012/05/13 -->  <!-- 2012/05/13 -->
 <li>Update to: xf86-video-apm 1.2.4, xf86-video-i740 1.3.3, xf86-video-s3virge 1.10.5, xf86-video-s3 0.6.4, xf86-video-siliconmotion 1.7.6, and xf86-input-vmmouse 12.8.0  <li>Update to: xf86-video-apm 1.2.4, xf86-video-i740 1.3.3, xf86-video-s3virge 1.10.5, xf86-video-s3 0.6.4, xf86-video-siliconmotion 1.7.6, and xf86-input-vmmouse 12.8.0
 <li>Simplified InstallManPageAliasesBase rule for xenocara to avoid race condition that prevented release from being "make -j clean".  <li>Simplified InstallManPageAliasesBase rule for xenocara to avoid race condition that prevented release from being "make -j clean".
Line 713 
Line 749 
   
 </body>  </body>
 </html>  </html>
   
   
   

Legend:
Removed from v.1.1226  
changed lines
  Added in v.1.1227