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

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

version 1.1290, 2013/06/11 01:07:30 version 1.1291, 2013/06/14 09:47:42
Line 74 
Line 74 
 <p>  <p>
   
 <ul>  <ul>
   <!-- 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>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>Some archs are missing <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=memmove&manpath=OpenBSD%20Current&sektion=3&format=html">memmove(3)</a>, added it to i386, sparc and sparc64.
   <li>Backout <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dhclient&manpath=OpenBSD%20Current&sektion=8&format=html">dhclient(8)</a> static/classless route handling and default route refactoring, which broke "egress" group populating.
   <li>Fix libc parsing of ambiguous options so the whole loop is processed.
   <li>Add new <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sysctl&manpath=OpenBSD%20Current&sektion=8&format=html">sysctl(8)</a> for pipex packet input/output queue length and counters.
   <!-- 2013/06/07 -->
   <li>Added proper <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mmap&manpath=OpenBSD%20Current&sektion=2&format=html">mmap(2)</a> support for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=drm&manpath=OpenBSD%20Current&sektion=4&format=html">drm(4)</a>/<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=inteldrm&manpath=OpenBSD%20Current&sektion=4&format=html">inteldrm(4)</a>. Eventual speedups (through not accessing all graphics memory via the GTT).
   <li>Disabled EXA acceleration in the xf86-video-mach64 driver, which is currently broken.
   <li>Updated to: pixman 0.30.0; freetype 2.4.12; Xserver 1.14.1.
   <li>Add <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&manpath=OpenBSD%20Current&sektion=1&format=html">ssh(1)</a> "ABANDONED" channel state; use for mux sessions that are disconnected via the ~. escape sequence (bz#1917).
   <!-- 2013/06/06 -->
   <li>Disable a broken optimisation in try_combine(); <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=gcc&manpath=OpenBSD%20Current&sektion=1&format=html">gcc(1)</a> PR #34628. Fixes bogus code generation on macppc.
   <li>Added the remaining support code for 4th gen <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=intel&manpath=OpenBSD%20Current&sektion=4&format=html">intel(4)</a> Core/Haswell graphics.
   <li>Prevent idle thread from being stolen on startup.
   <!-- 2013/06/05 -->
   <li>Fixed <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=re_format&manpath=OpenBSD%20Current&sektion=7&format=html">re_format(7)</a> so [[:>:]] anchors the character preceding it to end of word, not the character following it.
   <li>Initial port of the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cpsw&manpath=OpenBSD%20Current&sektion=4&arch=beagle&format=html">cpsw(4/beagle)</a> driver, to support ethernet on the beaglebone.
   <li>Fixed <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&manpath=OpenBSD%20Current&sektion=1&format=html">ssh(1)</a> memory leaks (bz#1967 and bz#1967).
   <!-- 2013/06/04 -->
   <li>Fixed a <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=crypto&manpath=OpenBSD%20Current&sektion=9&format=html">crypto(9)</a> bug that caused time-based rekeys to happen too frequently.
   <li>When running <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sshd&manpath=OpenBSD%20Current&sektion=8&format=html">sshd(8)</a> -D, close stderr unless we have explicitly requesting logging to stderr (bz#1976).
   <li>The kernel will now keep a record of recently <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=exit&manpath=OpenBSD%20Current&sektion=3&format=html">exit(3)</a>'ed pids, so they don't get recycled too quickly.
   <li>Support added for the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=presto&manpath=OpenBSD%20Current&sektion=4&arch=sparc&format=html">presto(4/sparc)</a> SS10/SS20 NVSIMM as block devices.
   <li>Added <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dhclient&manpath=OpenBSD%20Current&sektion=8&format=html">dhclient(8)</a> support for static routes option (33) and classless static routes option (121).
   <li>Prevent failures when <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sftp&manpath=OpenBSD%20Current&sektion=1&format=html">sftp(1)</a> is linked against a libedit built with wide character support (bz#1990).
   <li>Disable parity on the alpha <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pci&manpath=OpenBSD%20Current&sektion=4&format=html">pci(4)</a> bus to avoid data parity errors. To help Alphabooks, as well as early Multia.
   <li>Use MAXPATHLEN for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&manpath=OpenBSD%20Current&sektion=1&format=html">ssh(1)</a> buffer size, instead of fixed value.
   <li>Implemented <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&manpath=OpenBSD%20Current&sektion=4&format=html">pf(4)</a> divert-to and divert-reply for IPv6 raw sockets.
   <li>Prevent panic on alpha if "<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ifconfig&manpath=OpenBSD%20Current&sektion=8&format=html">ifconfig(8)</a> up" is run on an unplugged <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=de&manpath=OpenBSD%20Current&sektion=4&format=html">de(4)</a> interface.
   <li>Added <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=login_yubikey&manpath=OpenBSD%20Current&sektion=8&format=html">login_yubikey(8)</a> handling for keyboard layouts which break modhex (eg dvorak); added keymap table.
   <li>Do not feed UTF-8 input into <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mandoc&manpath=OpenBSD%20Current&sektion=1&format=html">mandoc(1)</a> or <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=nroff&manpath=OpenBSD%20Current&sektion=1&format=html">nroff(1)</a>, because that results in corrupt output.
   <li>Fix <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dhclient&manpath=OpenBSD%20Current&sektion=8&format=html">dhclient(8)</a> "\" escape handling in read_string().
   <!-- 2013/06/03 -->
   <li>Updated to libX11 1.6.0.
   <li>Introduced the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ldpctl&manpath=OpenBSD%20Current&sektion=8&format=html">ldpctl(8)</a> "show discovery" command.
   <li>Sped up the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ldpd&manpath=OpenBSD%20Current&sektion=8&format=html">ldpd(8)</a> session establishment process.
   <li>Do not allow <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ldpd&manpath=OpenBSD%20Current&sektion=8&format=html">ldpd(8)</a> TCP connection to associate with any neighbour/adjacency before an "Initialization" message is received.
   <li>Added support for macppc virtual consoles, based on previous work done for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=inteldrm&manpath=OpenBSD%20Current&sektion=4&format=html">inteldrm(4)</a>.
   <li>Implemented <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ldpd&manpath=OpenBSD%20Current&sektion=8&format=html">ldpd(8)</a> support for adjacencies and targeted "hellos"; allow more complex topologies with targeted sessions.
   <li>Properly implement the exponential backoff timer on <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ldpd&manpath=OpenBSD%20Current&sektion=8&format=html">ldpd(8)</a> session initialisation, to match section 2.5.3 of RFC 5036.
   <li>Notify the lde process when an <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ldpd&manpath=OpenBSD%20Current&sektion=8&format=html">ldpd(8)</a> neighbour is deleted (discovery timeout).
   <li>5.2 and 5.3 RELIABILITY FIX: With HTTP keepalive, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=relayd&manpath=OpenBSD%20Current&sektion=8&format=html">relayd(8)</a> only filtered the first request and switched to pass-through mode for subsequent requests from the client. Make sure to stay in HTTP header mode.
   <li>Stopped <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=npppd&manpath=OpenBSD%20Current&sektion=8&format=html">npppd(8)</a> doing <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pipex&manpath=OpenBSD%20Current&sektion=4&format=html">pipex(4)</a> ioctl if no tunnel interface is configured.
   <li>Don't add newly created thread to the process's thread list until it's fully built, so that it can't get a signal from realitexpire().
   <li>Only produce UTF-8 output when using <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=perl&manpath=OpenBSD%20Current&sektion=1&format=html">perl(1)</a> if the user's locale asks for it.
   <li>Fixed potential <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vmx&manpath=OpenBSD%20Current&sektion=4&format=html">vmx(4)</a> panic if an mbuf was replaced but new one not returned by vmxnet3_load_mbuf().
   <li>Add <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bcrypt_pbkdf&manpath=OpenBSD%20Current&sektion=3&format=html">bcrypt_pbkdf(3)</a>, a password based key derivation function (using a <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bcrypt&manpath=OpenBSD%20Current&sektion=3&format=html">bcrypt(3)</a> variant better suited for use as a pluggable hash).
   <li>Reworked logic for matching macppc boot device, to allow for root on any drive attached to the first controller.
   <li>Fixed <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ksh&manpath=OpenBSD%20Current&sektion=1&format=html">ksh(1)</a>: "for var in; do ..." shouldn't be interpreted as "for var; do ...". Brings <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ksh&manpath=OpenBSD%20Current&sektion=1&format=html">ksh(1)</a> more in line with POSIX.
   <li>Backported unique commitid support to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cvs&manpath=OpenBSD%20Current&sektion=1&format=html">cvs(1)</a> (with a new random id generator).
   <li>Fixed bug in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ldpd&manpath=OpenBSD%20Current&sektion=8&format=html">ldpd(8)</a> so the fib-update directive accepts "no" as an option.
   <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&manpath=OpenBSD%20Current&sektion=4&format=html">pf(4)</a> divert-reply states where the initial SYN does not get an answer, can now be handled more correctly.
   <li>Advertise the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ldpd&manpath=OpenBSD%20Current&sektion=8&format=html">ldpd(8)</a> implicit-null label for routes attached to loopback interfaces to guarantee PHP.
   <li>Implement <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ldpd&manpath=OpenBSD%20Current&sektion=8&format=html">ldpd(8)</a> support for multiple addresses per interface.
   <li>Fixed a <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&manpath=OpenBSD%20Current&sektion=4&format=html">pf(4)</a> regression introduced with pf.c 1.827, allowing us to create <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=icmp&manpath=OpenBSD%20Current&sektion=4&format=html">icmp(4)</a> states again.
   <li>Stop a <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ucom&manpath=OpenBSD%20Current&sektion=4&format=html">ucom(4)</a> panic when trying to open a non-connected serial; more checks to avoid races when the driver is being detached.
   <li>Added userland <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=fuse&manpath=OpenBSD%20Current&sektion=3&format=html">fuse(3)</a> library.
   <li>Fixes possible timeout on <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssl&manpath=OpenBSD%20Current&sektion=8&format=html">ssl(8)</a> sessions if there is data pending in the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpd&manpath=OpenBSD%20Current&sektion=8&format=html">smtpd(8)</a> ssl buffer.
   <li>Added ":" to the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ksh&manpath=OpenBSD%20Current&sektion=1&format=html">ksh(1)</a> list of special characters.
   <li>Added <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=locale&manpath=OpenBSD%20Current&sektion=1&format=html">locale(1)</a> utility, to check the current locale configuration and provides a list of locales supported by the system.
   <li>Perform more aggressive compile-time optimisations in ethernet code path. Significant performance improvements on busy firewalls.
 <!-- 2013/06/02 -->  <!-- 2013/06/02 -->
 <li>Added dired-revert, to refresh the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mg&manpath=OpenBSD%20Current&sektion=1&format=html">mg(1)</a> dired buffer.  <li>Added dired-revert, to refresh the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mg&manpath=OpenBSD%20Current&sektion=1&format=html">mg(1)</a> dired buffer.
 <li>-I option added to confirm <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pkill&manpath=OpenBSD%20Current&sektion=1&format=html">pkill(1)</a> process-by-process.  <li>-I option added to confirm <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pkill&manpath=OpenBSD%20Current&sektion=1&format=html">pkill(1)</a> process-by-process.
Line 820 
Line 883 
   
 </body>  </body>
 </html>  </html>
   
   
   

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