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

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

version 1.1249, 2012/10/14 00:27:20 version 1.1250, 2012/10/23 01:51:42
Line 77 
Line 77 
 <p>  <p>
   
 <ul>  <ul>
   <!-- 2012/10/14 -->
   <li>Limit the number of per-user mda (external program) deliveries that <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpd&manpath=OpenBSD%20Current&sektion=8&format=html">smtpd(8)</a> can be running at the same time, to cope with long-running filters in .forward file.
   <li>Limit number of envelopes sent by the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpd&manpath=OpenBSD%20Current&sektion=8&format=html">smtpd(8)</a> queue to the mda, to avoid file descriptor exhaustion.
   <li>Beginning of ldomctl tool, to control sun4v logical domains. Currently can start and stop domains.
   <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 enforce different permissions on different files in ssl_load_file().
   <!-- 2012/10/13 -->
   <li>Avoid some unnecessary aliases expansion in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpd&manpath=OpenBSD%20Current&sektion=8&format=html">smtpd(8)</a>.
   <li>Move <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=xl&manpath=OpenBSD%20Current&sektion=4&format=html">xl(4)</a> WOL activation to DVACT_POWERDOWN (instead of doing it twice).
   <li>Stop <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=xl&manpath=OpenBSD%20Current&sektion=4&format=html">xl(4)</a> putting itself into D3 mode when going to WOL; allow <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pci&manpath=OpenBSD%20Current&sektion=4&format=html">pci(4)</a> subsystem to do that based on BIOS information if it needs to.
   <li>When <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpd&manpath=OpenBSD%20Current&sektion=8&format=html">smtpd(8)</a> makemap is executed in sendmail mode, check if ".db" is part of the filename and imply it otherwise so "makemap hash /etc/mail/aliases < aliases" works.
   <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpd&manpath=OpenBSD%20Current&sektion=8&format=html">smtpd(8)</a> alias expansion and ruleset matching code now checks for failure to distinguish between "no match" and "internal error" (e.g. missing or broken db file)
   <li>Added I-O DATA RSA-PCI2 support to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pci&manpath=OpenBSD%20Current&sektion=4&format=html">pci(4)</a>.
   <li>Implement <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mg&manpath=OpenBSD%20Current&sektion=1&format=html">mg(1)</a> "revert-buffer", which reverts the current buffer to on-disk copy.
   <!-- 2012/10/12 -->
   <li>Fixed <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=make&manpath=OpenBSD%20Current&sektion=1&format=html">make(1)</a> infinite loops on regexps that match the empty word, instead advance by one char and repeat.
   <!-- 2012/10/11 -->
   <li>Extend <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpd&manpath=OpenBSD%20Current&sektion=8&format=html">smtpd(8)</a> "retry" field to 16 bits. Former size too small for quadratic retry formula.
   <li>Fixed "disable lidsuspend on shutdown" in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=init&manpath=OpenBSD%20Current&sektion=8&format=html">init(8)</a>.
   <li>Replaced "from all" and "for all" with "from any" and "for any", and "all" with "any" in <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>Fixed <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=make&manpath=OpenBSD%20Current&sektion=1&format=html">make(1)</a> cond parser to be able to handle .if 5 < 7 directly.
   <li>Initialise the protected mode IDT after zeroing .bss to fix <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pxeboot&manpath=OpenBSD%20Current&sektion=8/i386&format=html">pxeboot(8/i386)</a>.
   <!-- 2012/10/10 -->
   <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpctl&manpath=OpenBSD%20Current&sektion=8&format=html">smtpctl(8)</a> can display envelopes and messages using their id. Allows easier queue inspection.
   <li>Mark if <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpd&manpath=OpenBSD%20Current&sektion=8&format=html">smtpd(8)</a> alias node has been expanded from an alias map, as local deliveries expanded from alias map are run as user _smtpd.
   <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smptd&manpath=OpenBSD%20Current&sektion=8&format=html">smptd(8)</a> will now show the port number for a relay if specified.
   <li>Revert <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dhclient&manpath=OpenBSD%20Current&sektion=8&format=html">dhclient(8)</a> r1.155. Routing breaks if <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dhclient-script&manpath=OpenBSD%20Current&sektion=8&format=html">dhclient-script(8)</a> flushes the interface's routes when the interface is down.
   <li>Fix the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=relayd&manpath=OpenBSD%20Current&sektion=8&format=html">relayd(8)</a> hash http filter action to initialize the hash key correctly.
   <li>Clear ieee80211 powersave flag and purge queued packets when a node leaves the AP. Fixes issues with power saving.
   <!-- 2012/10/09 -->
   <li>Allow <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpd&manpath=OpenBSD%20Current&sektion=8&format=html">smtpd(8)</a> listen statement to impose tls on its clients.
   <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpd&manpath=OpenBSD%20Current&sektion=8&format=html">smtpd(8)</a> will reject ssl key/certs/CA/DH files if their ownership/permissions are not correct.
   <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=make&manpath=OpenBSD%20Current&sektion=1&format=html">make(1)</a> engine change: prevent jobs from stomping on each other's files. Fixes races in make -j4 build in src.
   <li>Add nscan as a disk queuing algorithm, make it the default with n = 128. Better performance for long sequential writes.
   <li>Limit writes in flight to disk from buffer cache (via bufq) to a high water mark.
   <li>Teach amd64 <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=boot&apropos=0&sektion=0&manpath=OpenBSD+Current&arch=i386&format=html">boot(8)</a> how to access a softraid crypto volume. Allows for full disk encryption. Currently disabled by default.
   <!-- 2012/10/08 -->
   <li>Enabled Supervisor Mode Execution Protection (SMEP) for i386 and amd64, found in recent Intel chips.
   <li>Fixed <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=X&manpath=OpenBSD%20Current&sektion=7&format=html">X(7)</a> xserver re-opening mouse after VT-switch.
   <li>Revamped suspend/hibernate -> resume. If suspend sequence fails, now possible to recover along the resume code path.
   <li>Imported quilt 0.60 to base system.
   <li>Provide a mechanism for kernel to pass data through to the discipline during <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=softraid&manpath=OpenBSD%20Current&sektion=4&format=html">softraid(4)</a> volume assembly.
   <li>If amd64 booted from a bootable <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=softraid&manpath=OpenBSD%20Current&sektion=4&format=html">softraid(4)</a> volume, always select the srX device unless the "a" partition of the disk is FFS.
 <!-- 2012/10/07 -->  <!-- 2012/10/07 -->
 <li>Force MIT-MAGIC-COOKIE auth for all displays, like we do for :0.  <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>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.
Line 524 
Line 566 
   
 </body>  </body>
 </html>  </html>
   
   

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