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

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

version 1.1292, 2013/06/22 03:41:07 version 1.1293, 2013/06/30 12:00:07
Line 74 
Line 74 
 <p>  <p>
   
 <ul>  <ul>
   <!-- 2013/06/23 -->
   <li>Added a <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&manpath=OpenBSD%20Current&sektion=1&format=html">tmux(1)</a> server option to control focus events. Defaults to off.
   <li>Made <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&manpath=OpenBSD%20Current&sektion=1&format=html">tmux(1)</a> always push a focus event when the application turns it on.
   <li>Mark <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&manpath=OpenBSD%20Current&sektion=1&format=html">tmux(1)</a> control commands specially so the client can identify them.
   <li>Reverted sys/netinet/in.c r1.78 for now, it breaks ipv4 on carp.
   <li>Updated to libXv 1.0.9.
   <!-- 2013/06/22 -->
   <!-- 2013/06/21 -->
   <li>Enable native encoding on on <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mavb&manpath=OpenBSD%20Current&sektion=4&arch=sgi&format=html">mavb(4/sgi)</a> (24-bit lsb-aligned). Allows encoding conversions to be handled in userland.
   <li>Default to stdin/stdout if no input files are given to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=indent&manpath=OpenBSD%20Current&sektion=1&format=html">indent(1)</a>.
   <!-- 2013/06/20 -->
   <li>For <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&manpath=OpenBSD%20Current&sektion=1&format=html">ssh(1)</a> hostbased authentication, print the client host and user on the auth success/failure line (bz#2064).
   <li>Improved <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mandoc&manpath=OpenBSD%20Current&sektion=1&format=html">mandoc(1)</a> handling of the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=roff&manpath=OpenBSD%20Current&sektion=7&format=html">roff(7)</a> "\t" escape sequence.
   <li>Updated to libdrm 2.4.45.
   <li>Added ut/nut flags to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=indent&manpath=OpenBSD%20Current&sektion=1&format=html">indent(1)</a> to enable/disable tabs.
   <!-- 2013/06/19 -->
   <li>When <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cwm&manpath=OpenBSD%20Current&sektion=1&format=html">cwm(1)</a> selfont is configured, make sure we continue and configure the rest of the screen.
   <li>Disabled <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=nginx&manpath=OpenBSD%20Current&sektion=8&format=html">nginx(8)</a> SPDY until we have a better understanding about code and protocol within OpenBSD.
   <li>Stopped <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ksh&manpath=OpenBSD%20Current&sektion=1&format=html">ksh(1)</a> commands executed via `foo` or $( bar ) inheriting "set -e" status.
   <!-- 2013/06/18 -->
   <li>Initialise <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=disklabel&manpath=OpenBSD%20Current&sektion=8&format=html">disklabel(8)</a> duid memory before shifting stuff into elements of it.
   <li>Make sure the target directory gets created by <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=lex&manpath=OpenBSD%20Current&sektion=1&format=html">lex(1)</a> in the includes target; add a trailing / as well to avoid problems.
   <li>Stopped <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dhclient&manpath=OpenBSD%20Current&sektion=8&format=html">dhclient(8)</a> from printing some stings twice (eg "1.2.3.4, not 1.2.3.4, deleted from ...").
   <!-- 2013/06/17 -->
   <li>Before pulling TCP options from the mbuf onto the stack, do an additional length check in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&manpath=OpenBSD%20Current&sektion=4&format=html">pf(4)</a> so overflow cannot happen.
   <li>Updated <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=kerberos&manpath=OpenBSD%20Current&sektion=8&format=html">kerberos(8)</a> to heimdal 1.5.2.
 <!-- 2013/06/16 -->  <!-- 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>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>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>.
Line 918 
Line 944 
   
 </body>  </body>
 </html>  </html>
   
   
   
   

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