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

Diff for /www/plus.html between version 1.1245 and 1.1246

version 1.1245, 2012/09/17 11:11:20 version 1.1246, 2012/09/23 02:24:26
Line 77 
Line 77 
 <p>  <p>
   
 <ul>  <ul>
   <!-- 2012/09/16 -->
   <li>Ensure we have at least two <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpd&manpath=OpenBSD%20Current&sektion=8&format=html">smtpd(8)</a> descriptors per-client accepted, to avoid fatal when client sends DATA, and we don't have a descriptor for it.
   <!-- 2012/09/15 -->
   <li>Allow <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpd&manpath=OpenBSD%20Current&sektion=8&format=html">smtpd(8)</a> queueing to work properly when IPv6 disabled.
   <li>Encode <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ipsecctl&manpath=OpenBSD%20Current&sektion=8&format=html">ipsecctl(8)</a> transform parameters in the transform name, too. Unbreaks setups that allow multiple transforms for a connection.
   <li>m88k does not have the m68k long double type, so don't build long double libm routines.
   <!-- 2012/09/14 -->
   <li>Don't read the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sndiod&manpath=OpenBSD%20Current&sektion=1&format=html">sndiod(1)</a> xrun counter before the offset in the audio ring. Stops potential timing error.
   <li>When printing <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpd&manpath=OpenBSD%20Current&sektion=8&format=html">smtpd(8)</a> ioev, do not segfault if there is no associated iobuf. Also give info about the cipher if there is an <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssl&manpath=OpenBSD%20Current&sektion=8&format=html">ssl(8)</a> context.
   <li>Check limits before allocating the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpd&manpath=OpenBSD%20Current&sektion=8&format=html">smtpd(8)</a> session.
   <li>Tell <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=make&manpath=OpenBSD%20Current&sektion=1&format=html">make(1)</a> that "!" is a shell reserved word, this lets "test: ! pgrep process" work, without trying to look for a '!' command.
   <!-- 2012/09/13 -->
   <li>Stop xinstall unlinking destination if we can't open the source file. Avoids race condition and fixes a problem with databases/ruby-ldap.
   <li>Fix <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=malloc&manpath=OpenBSD%20Current&sektion=3&format=html">malloc(3)</a> precedence bug (& has lower precedence than !=).
   <!-- 2012/09/12 -->
   <li>Simplify the way we call the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rc.d&manpath=OpenBSD%20Current&sektion=8&format=html">rc.d(8)</a> script in "restart".
   <li>Added <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mii&manpath=OpenBSD%20Current&sektion=4&format=html">mii(4)</a> code to support recent chips which have phys in locations other than phy address 1.
   <!-- 2012/09/10 -->
   <li>Define empty CDIAGFLAGS for programs that use Werror. Makes "make build" build with WARNINGS=Yes on amd64.
   <li>Fixed a <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sasyncd&manpath=OpenBSD%20Current&sektion=8&format=html">sasyncd(8)</a> race condition which would cause segfault.
   <li>Better <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bgpd&manpath=OpenBSD%20Current&sektion=8&format=html">bgpd(8)</a> graceful restart support. Implements only the "Restarting Client" bits of the RFC. Off by default ("announce restart yes" to enable it).
   <li>Prevent detection of bogus libraries by <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ldconfig&manpath=OpenBSD%20Current&sektion=8&format=html">ldconfig(8)</a>.
   <li>Cherry-pick upstream's commit to convert the openchrome driver for compatibility with xserver 1.13.
   <li>Simplify <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpd&manpath=OpenBSD%20Current&sektion=8&format=html">smtpd(8)</a> scheduler by making it a quadratic delaying (delay derived from the retry count).
   <li>Initialise <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpd&manpath=OpenBSD%20Current&sektion=8&format=html">smtpd(8)</a> fd correctly. Fixes many problems.
   <li>Support <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uftdi&manpath=OpenBSD%20Current&sektion=4&format=html">uftdi(4)</a> FTDI FT2232H.
   <li>Removed "OLF method" used for transition from a.out to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=elf&manpath=OpenBSD%20Current&sektion=5&format=html">elf(5)</a>, and compat layers.
   <li>Fixed some <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpd&manpath=OpenBSD%20Current&sektion=8&format=html">smtpd(8)</a> scheduling loop issues and handle envelope scheduling/expiration better.
   <li>Add checks before deciding <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vmt&manpath=OpenBSD%20Current&sektion=4&format=html">vmt(4)</a> vmt_probe has succeeded. Prevents doomed attempts to attach on qemu, while allowing it to still work on vmware.
   <li>sh architecture moves to PIE.
   <li>Cleanup <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vfs&manpath=OpenBSD%20Current&sektion=9&format=html">vfs(9)</a> mount string handling.
   <li>Added missing <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pppoe&manpath=OpenBSD%20Current&sektion=8&format=html">pppoe(8)</a> IPv6 congestion indicator code, and drop the unencrypted packets when the MPPE is required.
 <!-- 2012/09/09 -->  <!-- 2012/09/09 -->
 <li>Fake a sigwinch after each job, so if the terminal changes size, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ksh&manpath=OpenBSD%20Current&sektion=1&format=html">ksh(1)</a> will notice and update.  <li>Fake a sigwinch after each job, so if the terminal changes size, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ksh&manpath=OpenBSD%20Current&sektion=1&format=html">ksh(1)</a> will notice and update.
 <li>Allow <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cwm&manpath=OpenBSD%20Current&sektion=1&format=html">cwm(1)</a> clients to be resized from a max state.  <li>Allow <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cwm&manpath=OpenBSD%20Current&sektion=1&format=html">cwm(1)</a> clients to be resized from a max state.
Line 376 
Line 408 
   
 </body>  </body>
 </html>  </html>
   
   

Legend:
Removed from v.1.1245  
changed lines
  Added in v.1.1246