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

Diff for /www/plus.html between version 1.1248 and 1.1249

version 1.1248, 2012/10/07 06:08:41 version 1.1249, 2012/10/14 00:27:20
Line 77 
Line 77 
 <p>  <p>
   
 <ul>  <ul>
   <!-- 2012/10/07 -->
   <li>Force MIT-MAGIC-COOKIE auth for all displays, like we do for :0.
   <li>Updated <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=nginx&manpath=OpenBSD%20Current&sektion=8&format=html">nginx(8)</a> to 1.2.4.
   <li>Reduced the difference between i386 and amd64 versions of the speedstep code.
   <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpd&manpath=OpenBSD%20Current&sektion=8&format=html">smtpd(8)</a> will now skip RR if type is not MX. Use hostname if the list of MX is empty after the loop.
   <li>Align hppa stack on a 64-byte boundary, so <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=gcc&manpath=OpenBSD%20Current&sektion=1&format=html">gcc(1)</a> can properly align stack variables.
   <li>Provide a <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sendmail&manpath=OpenBSD%20Current&sektion=8&format=html">sendmail(8)</a>-like interface to makemap so that some tools that assume <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sendmail&manpath=OpenBSD%20Current&sektion=8&format=html">sendmail(8)</a> do not break.
   <li>Bump max number of connections to a route from 5 to 10 in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpd&manpath=OpenBSD%20Current&sektion=8&format=html">smtpd(8)</a>.
   <!-- 2012/10/06 -->
   <li>Updated xkeyboard-config to 2.7.
   <li>Stop <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=gcc&manpath=OpenBSD%20Current&sektion=1&format=html">gcc(1)</a> from wrapping system headers with an implicit extern "C". Unbreaks the webkit port.
   <!-- 2012/10/05 -->
   <li>Add basic support for ivy bridge to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=xf86&manpath=OpenBSD%20Current&sektion=4&format=html">xf86(4)</a>-video-intel; allows multiple display pipes to work.
   <li>Point interface directly to its bridgeport configuration, instead of to the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bridge&manpath=OpenBSD%20Current&sektion=4&format=html">bridge(4)</a> itself, to improve performance.
   <!-- 2012/10/04 -->
   <li>Default map source to S_PLAIN, this allows us to simplify <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpd.conf&manpath=OpenBSD%20Current&sektion=5&format=html">smtpd.conf(5)</a>.
   <li>Delay the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpd&manpath=OpenBSD%20Current&sektion=8&format=html">smtpd(8)</a> call to log_debug() for displaying the backends used until the "real" debug mode is set.
   <li>Added umac128 variant to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&manpath=OpenBSD%20Current&sektion=1&format=html">ssh(1)</a>.
   <li>change <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpd&manpath=OpenBSD%20Current&sektion=8&format=html">smtpd(8)</a> to from=<...>, to=<...> instead of to=<...> for logging.
   <li>Use information provided by <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=acpi&manpath=OpenBSD%20Current&sektion=4&format=html">acpi(4)</a> to attach secondary <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pci&manpath=OpenBSD%20Current&sektion=4&format=html">pci(4)</a> host bridges.
   <!-- 2012/10/03 -->
   <li>Stopped <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpd&manpath=OpenBSD%20Current&sektion=8&format=html">smtpd(8)</a> backup MX trying to connect to itself and bounce in the loop detection code.
   <li>Use a buffer large enough to fit a <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpd&manpath=OpenBSD%20Current&sektion=8&format=html">smtpd(8)</a> mailaddr user-part, to avoid a fatal error.
   <li>Disallow <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpd&manpath=OpenBSD%20Current&sektion=8&format=html">smtpd(8)</a> root deliveries for "deliver to filename" and "deliver to mda" rules. Users should create a root alias instead.
   <li>Stop <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpd&manpath=OpenBSD%20Current&sektion=8&format=html">smtpd(8)</a> trying to cope with iobuf_init() failure, make it fatal() instead.
   <li>Only show <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=relayd&manpath=OpenBSD%20Current&sektion=8&format=html">relayd(8)</a> "inflight" debugging message if compiled with DEBUG > 1.
   <li>Inherit and pass the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=relayd&manpath=OpenBSD%20Current&sektion=8&format=html">relayd(8)</a> relay table flags correctly.
   <li>Support more than one <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=relayd&manpath=OpenBSD%20Current&sektion=8&format=html">relayd(8)</a> relay backup table.
   <li>Attach <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uath&manpath=OpenBSD%20Current&sektion=4&format=html">uath(4)</a> to D-Link WUA-2340.
   <!-- 2012/10/02 -->
   <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=make&manpath=OpenBSD%20Current&sektion=1&format=html">make(1)</a> changes: put back some job control that's necessary when we don't run a shell; improved debugging and -p output to sort variables, targets, rules, output stuff in a nicer format mimicing input; better error message when no command is found, explain where the target comes from; sort final error list by file; show system files in errors as <bsd.prog.mk>; reincorporate random delay; and optimise siginfo output by not regenerating the whole string each time.
   <li>Allow <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&manpath=OpenBSD%20Current&sektion=1&format=html">tmux(1)</a> session tree (C-b s) to expand and collapse sessions with left/right/space keys.
   <li>Fixed <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&manpath=OpenBSD%20Current&sektion=1&format=html">ssh(1)</a> -z option, broken in revision 1.215.
   <!-- 2012/10/01 -->
   <li>Add some random PEN (private enterprise numbers) to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=snmpd&manpath=OpenBSD%20Current&sektion=8&format=html">snmpd(8)</a>.
   <li>Support 0.0.0.0 and 255.255.255.255 IPv4 addresses in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=snmpd&manpath=OpenBSD%20Current&sektion=8&format=html">snmpd(8)</a>. Fixes aborting address traversal / SNMP walk when an "any"/0.0.0.0 address was configured on an interface.
 <!-- 2012/09/30 -->  <!-- 2012/09/30 -->
 <li>When outputting to stdout and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=compress&manpath=OpenBSD%20Current&sektion=1&format=html">compress(1)</a> would grow the file, exit normally instead of with a value of 2. Also avoids unlinking the file "stdout" in the current directory in this case.  <li>When outputting to stdout and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=compress&manpath=OpenBSD%20Current&sektion=1&format=html">compress(1)</a> would grow the file, exit normally instead of with a value of 2. Also avoids unlinking the file "stdout" in the current directory in this case.
 <li>Added decision to the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpd&manpath=OpenBSD%20Current&sektion=8&format=html">smtpd(8)</a> rule so that we can properly perform a "reject from" or "accept from" match.  <li>Added decision to the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpd&manpath=OpenBSD%20Current&sektion=8&format=html">smtpd(8)</a> rule so that we can properly perform a "reject from" or "accept from" match.
Line 488 
Line 524 
   
 </body>  </body>
 </html>  </html>
   
   

Legend:
Removed from v.1.1248  
changed lines
  Added in v.1.1249