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

Diff for /www/plus.html between version 1.1296 and 1.1297

version 1.1296, 2013/07/19 02:32:32 version 1.1297, 2013/07/25 12:52:07
Line 74 
Line 74 
 <p>  <p>
   
 <ul>  <ul>
   <!-- 2013/07/21 -->
   <li>When installing a new system, stop adding static entries to /etc/hosts for dynamic ip addresses.
   <li>Fixed <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=umount&manpath=OpenBSD%20Current&sektion=8&format=html">umount(8)</a> -a in cases where there are multiple file systems specified for the same mount point.
   <li>Updated to: xconsole 1.0.6, xrandr 1.4.1, xhost 1.0.6, mkfontscale 1.1.1, xfd 1.1.2 and xfontsel 1.0.5.
   <!-- 2013/07/20 -->
   <li>Added <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cu&manpath=OpenBSD%20Current&sektion=1&format=html">cu(1)</a> support for XMODEM-CRC, and fix transfer initiation.
   <li>Sum consecutive dx and dy motion events in xf86-input-ws before sending them up to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=X&manpath=OpenBSD%20Current&sektion=7&format=html">X(7)</a>. Reduces staircase effects on diagonal freehand drawings.
   <li>Updated <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpd&manpath=OpenBSD%20Current&sektion=8&format=html">smtpd(8)</a> ldap and sqlite table backends and provide them as external backends.
   <!-- 2013/07/19 -->
   <li>Call <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh-agent&manpath=OpenBSD%20Current&sektion=1&format=html">ssh-agent(1)</a> cleanup_handler on SIGINT when in debug mode, so sockets are cleaned up on manual exit (bz#2120).
   <li>More useful <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh-keygen&manpath=OpenBSD%20Current&sektion=1&format=html">ssh-keygen(1)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&manpath=OpenBSD%20Current&sektion=1&format=html">ssh(1)</a> error message on missing current user in /etc/passwd.
   <li>When <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpd&manpath=OpenBSD%20Current&sektion=8&format=html">smtpd(8)</a> is accepting a message, log one line per recipient with the number of generated envelopes for each.
   <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpd&manpath=OpenBSD%20Current&sektion=8&format=html">smtpd(8)</a> MTA improvements: better transient error handling logic (failing destinations automatically disabled for a while); more informative error report when all routes fail for a message; implemented <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpctl&manpath=OpenBSD%20Current&sektion=8&format=html">smtpctl(8)</a> "show hoststats" command to get the latest stat message per MX domain; implemented <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpctl&manpath=OpenBSD%20Current&sektion=8&format=html">smtpctl(8)</a> "show routes" command to show the state the currently known routes to remote MXs; implemented <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpctl&manpath=OpenBSD%20Current&sektion=8&format=html">smtpctl(8)</a> "resume route" command to re-enable a route that has been disabled; do not hardcode limits.
   <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpd&manpath=OpenBSD%20Current&sektion=8&format=html">smtpd(8)</a> queue improvements: cleanup the internal queue backend API; implement a queue_proc backend; enabled support for queue encryption; added an envelope cache; better logging and error reporting.
   <li>Allow <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpd.conf&manpath=OpenBSD%20Current&sektion=5&format=html">smtpd.conf(5)</a> to specify an address family on a listener.
   <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpd&manpath=OpenBSD%20Current&sektion=8&format=html">smtpd(8)</a> scheduler improvements: implemented suspend/resume scheduling for individual envelopes or message, with the associated <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpctl&manpath=OpenBSD%20Current&sektion=8&format=html">smtpctl(8)</a> commands; allow the mta to request immediate scheduling of an envelope; on temporary failures a penalty can be given to further delay the next try.
   <li>New implementation for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpctl&manpath=OpenBSD%20Current&sektion=8&format=html">smtpctl(8)</a> and its command line parser.
   <li>Implemented tls "perfect forward secrecy" with ECDHE in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpd&manpath=OpenBSD%20Current&sektion=8&format=html">smtpd(8)</a>.
   <li>Allow "!" in the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpd&manpath=OpenBSD%20Current&sektion=8&format=html">smtpd(8)</a> email addresses supported charset.
   <li>Introduced expand-string modifiers to <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>Extended <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh-agent&manpath=OpenBSD%20Current&sektion=1&format=html">ssh-agent(1)</a> support to allows encrypted hostkeys, or hostkeys on smartcards on <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sshd&manpath=OpenBSD%20Current&sektion=8&format=html">sshd(8)</a> (bz #1974).
   <!-- 2013/07/18 -->
   <!-- 2013/07/17 -->
   <li>Reverted r1.191 and r1.193 of sysctl.c, and properly fixed <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sysctl&manpath=OpenBSD%20Current&sektion=8&format=html">sysctl(8)</a>'s access to ext2 filesystems.
   <li>Corrected <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sysctl&manpath=OpenBSD%20Current&sektion=8&format=html">sysctl(8)</a> being off-by-one in naming of nodes below vfs.mounts.
   <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&manpath=OpenBSD%20Current&sektion=1&format=html">ssh(1)</a> man page, be more exact with respect to permissions for ~/.ssh/config (bz#2078).
   <li>Implemented <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=identd&manpath=OpenBSD%20Current&sektion=8&format=html">identd(8)</a> -H, which hides existing and non-existent users (as well as implying -h).
   <li>Fixed <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bgpd&manpath=OpenBSD%20Current&sektion=8&format=html">bgpd(8)</a> counting the number of prefixes wrongly (tripling max-prefix).
   <!-- 2013/07/16 -->
   <li>Disabled <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=httpd&manpath=OpenBSD%20Current&sektion=8&format=html">httpd(8)</a> SSL compression, in order to mitigate CRIME attacks.
   <li>Enabled ECDHE support in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=httpd&manpath=OpenBSD%20Current&sektion=8&format=html">httpd(8)</a> via a SSLECDHCurve option.
   <li>Define <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=httpd&manpath=OpenBSD%20Current&sektion=8&format=html">httpd(8)</a> HonorCipherOrder as a FLAG so that it works correctly as a boolean on/off flag.
   <li>Make sure the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ioctl&manpath=OpenBSD%20Current&sektion=2&format=html">ioctl(2)</a> has been processed by <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sppp&manpath=OpenBSD%20Current&sektion=4&format=html">sppp(4)</a> before printing any <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ifconfig&manpath=OpenBSD%20Current&sektion=8&format=html">ifconfig(8)</a> phase error. Prevents <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ifconfig&manpath=OpenBSD%20Current&sektion=8&format=html">ifconfig(8)</a> from printing "sppp: phase..." messages for long-name <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vlan&manpath=OpenBSD%20Current&sektion=4&format=html">vlan(4)</a> interfaces.
   <li>Correctly initialise <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pms&manpath=OpenBSD%20Current&sektion=4&format=html">pms(4)</a> width value to 0 instead of passing garbage to wsmouse_input() when no finger is reported.
   <!-- 2013/07/15 -->
   <li>Restore <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ifb&manpath=OpenBSD%20Current&sektion=4&arch=sparc64&format=html">ifb(4/sparc64)</a> textmode acceleration on Expert3D{,-Lite} and XVR-1200. Broken since r1.17 of ifb.c.
   <li>When <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ucom&manpath=OpenBSD%20Current&sektion=4&format=html">ucom(4)</a> is detached, free its pipes, close attached tty before freeing its descriptor. Fixes panic introduced in r1.59 of ucom.c.
   <li>Added monochrome <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=Xserver&manpath=OpenBSD%20Current&sektion=1&format=html">Xserver(1)</a> support for luna88k.
 <!-- 2013/07/14 -->  <!-- 2013/07/14 -->
 <li>Added some missing asm functions to vax.  <li>Added some missing asm functions to vax.
 <li>To prevent lock ordering problems with the sparc64 kernel lock, block all interrupts that can grab the kernel lock.  <li>To prevent lock ordering problems with the sparc64 kernel lock, block all interrupts that can grab the kernel lock.
Line 1020 
Line 1058 
 <br><small>$OpenBSD$</small>  <br><small>$OpenBSD$</small>
   
 </body>  </body>
   
   

Legend:
Removed from v.1.1296  
changed lines
  Added in v.1.1297