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

Diff for /www/plus.html between version 1.1307 and 1.1308

version 1.1307, 2013/10/20 06:08:15 version 1.1308, 2013/10/26 07:06:42
Line 75 
Line 75 
 <p>  <p>
   
 <ul>  <ul>
   <!-- 2013/10/20 -->
   <li>Introduced the "display.font" parameter, which requests the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wsdisplay&manpath=OpenBSD%20Current&sektion=4&format=html">wsdisplay(4)</a> driver to change the display font.
   <li>Enabled support for vmware paravirtual SCSI via <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vmwpvs&manpath=OpenBSD%20Current&sektion=4&format=html">vmwpvs(4)</a> on i386/amd64.
   <li>Built-in kernel fonts will now appear in the list of font usable by <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wsdisplay&manpath=OpenBSD%20Current&sektion=4&format=html">wsdisplay(4)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vga&manpath=OpenBSD%20Current&sektion=4&format=html">vga(4)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rasops&manpath=OpenBSD%20Current&sektion=9&format=html">rasops(9)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wsfontload&manpath=OpenBSD%20Current&sektion=8&format=html">wsfontload(8)</a>.
   <li>Eliminate global limit on the number of fonts able to be loaded by <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wsdisplay&manpath=OpenBSD%20Current&sektion=4&format=html">wsdisplay(4)</a>.
   <li>In hibernate for i386/amd64, temporarily reverted "Realmode park" mode.
   <li>Do not run any command from the client which starts the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&manpath=OpenBSD%20Current&sektion=1&format=html">tmux(1)</a> server until after the configuration file completes loading.
   <li>Let <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wsfontload&manpath=OpenBSD%20Current&sektion=8&format=html">wsfontload(8)</a> report i/o errors on stdin as occurring on "stdin" not "(null)".
   <li>Added i386/amd64 <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=boot&sektion=9&apropos=0&manpath=OpenBSD+Current&arch=i386">boot(9)</a> support for keydisk-based softraid crypto volumes.
   <li>If a font is not a file, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wsfontload&manpath=OpenBSD%20Current&sektion=8&format=html">wsfontload(8)</a> now computes the numbers of characters it contains from its size, instead of assuming 256; default to 12x22 glyph instead of 8x16 if the display is a raster frame buffer.
   <li>Updated to xf86-video-dummy 0.3.7 and xf86-video-vesa 2.3.3.
   <li>WSDISPLAYIO_GTYPE ioctl support added to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=radeon&manpath=OpenBSD%20Current&sektion=4&format=html">radeon(4)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=intel&manpath=OpenBSD%20Current&sektion=4&format=html">intel(4)</a> KMS drivers.
   <li>Fixed resume time stream corruption seen on x230 with large (16GB) unhibernation.
   <li>Allow hibernate to work on Ivy Bridge and later CPUs.
   <li>Don't turn on ModifyOtherKeys by default, as when <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&manpath=OpenBSD%20Current&sektion=1&format=html">tmux(1)</a> is killed and it's left stuck on.
   <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=slowcgi&manpath=OpenBSD%20Current&sektion=8&format=html">slowcgi(8)</a> now properly reserves file descriptors for incoming connections.
   <li>Fixed some spurious failure-to-hibernate errors.
   <li>Removed the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=noct&manpath=OpenBSD%20Current&sektion=4&format=html">noct(4)</a> driver.
   <li>In the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh_config&manpath=OpenBSD%20Current&sektion=5&format=html">ssh_config(5)</a> "Match" section, renamed the "command" sub-clause to "exec".
   <!-- 2013/10/19 -->
   <li>Parse the argument the -r option with atoll() to support dates past 2038
   <li>Reverted r1.138 of pp/cwm/client.c (WM_TAKE_FOCUS) for now.
   <li>ip6_input() adjusted to remove double scanning for routing header type 0 in the IPv6 stack, as <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&manpath=OpenBSD%20Current&sektion=4&format=html">pf(4)</a> handles this anyway.
   <li>No longer make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cwm&manpath=OpenBSD%20Current&sektion=1&format=html">cwm(1)</a> redraw unnecessarily on every unhide, resize, and mouse move/resize "Expose" event.
   <li>Improved address and linkstate hooks, added additional detach hook to track changes on the parent multicast interface in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vxlan&manpath=OpenBSD%20Current&sektion=4&format=html">vxlan(4)</a>.
   <li>Support the hibernate key (Fn-F12) on thinkpads.
   <li>Enabled TX checksum offload on <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=em&manpath=OpenBSD%20Current&sektion=4&format=html">em(4)</a>.
   <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=crontab&manpath=OpenBSD%20Current&sektion=5&format=html">crontab(5)</a>, added a random sleep of up to half an hour to distribute the server load from <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=spamd-setup&manpath=OpenBSD%20Current&sektion=8&format=html">spamd-setup(8)</a>.
   <li>Merged <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bgpd.conf&manpath=OpenBSD%20Current&sektion=5&format=html">bgpd.conf(5)</a> prefix and prefixlen filter components into one filter, so rules are grouped by prefixes last.
   <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=slowcgi&manpath=OpenBSD%20Current&sektion=8&format=html">slowcgi(8)</a> now keeps better track of fds, to only close those still open. Avoids closing random fds from other connections.
   <li>Fix receipt of OID varbinds when <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=snmpd&manpath=OpenBSD%20Current&sektion=8&format=html">snmpd(8)</a> is sending traps.
   <li>When we attach a network interface, do not reuse the last index. Avoids some race conditions.
   <li>Simplified <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pipex&manpath=OpenBSD%20Current&sektion=4&format=html">pipex(4)</a> checksum handling.
   <li>Stop pre-computing the pseudo header checksum and incrementally updating it in the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tcp&manpath=OpenBSD%20Current&sektion=4&format=html">tcp(4)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=udp&manpath=OpenBSD%20Current&sektion=4&format=html">udp(4)</a> stacks.
   <li>Fixed some 512-byte block vs disk sector confusion on hppa and sgi.
   <!-- 2013/10/18 -->
   <li>For <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cwm&manpath=OpenBSD%20Current&sektion=1&format=html">cwm(1)</a> clients that support WM_TAKE_FOCUS in their WM_PROTOCOLS property, send a ClientMessage event.
   <li>Don't silence stderr from <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pkg_add&manpath=OpenBSD%20Current&sektion=1&format=html">pkg_add(1)</a> when running <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=fw_update&manpath=OpenBSD%20Current&sektion=1&format=html">fw_update(1)</a> in verbose mode.
   <li>UTF-8 support for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wsdisplay&manpath=OpenBSD%20Current&sektion=4&format=html">wsdisplay(4)</a> emulation modes, so vt100 and sun emulation recognise xterm-compatible escape sequences ESC % G and ESC % @.
   <li>When <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rasops&manpath=OpenBSD%20Current&sektion=9&format=html">rasops(9)</a> can't find a proper glyph for a requested character, use a question mark instead of a space.
   <li>Bugfix update to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=nginx&manpath=OpenBSD%20Current&sektion=8&format=html">nginx(8)</a> version 1.4.3.
   <li>Disable global page mappings before we start to unpack on i386/amd64 using <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=acpi&manpath=OpenBSD%20Current&sektion=4&format=html">acpi(4)</a>, for more robust hibernate.
   <li>Use <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=openlog&manpath=OpenBSD%20Current&sektion=3&format=html">openlog(3)</a> in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=slowcgi&manpath=OpenBSD%20Current&sektion=8&format=html">slowcgi(8)</a> to log to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=syslog&manpath=OpenBSD%20Current&sektion=3&format=html">syslog(3)</a>.
   <li>Made <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=slowcgi&manpath=OpenBSD%20Current&sektion=8&format=html">slowcgi(8)</a> set FD_CLOEXEC; fixed some pointer calculations.
   <li>Adjusted the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=disklabel&manpath=OpenBSD%20Current&sektion=8&format=html">disklabel(8)</a> editor to allow more space for swap on large disks (e.g. useful for hibernation).
   <li>Allow hibernate to run the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=radeon&manpath=OpenBSD%20Current&sektion=4&format=html">radeon(4)</a> suspend code before mountroot.
   <li>Prepared the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=route&manpath=OpenBSD%20Current&sektion=8&format=html">route(8)</a> command for printing 64 bit route expire time; fixed conversion between relative and absolute expire time.
   <!-- 2013/10/17 -->
   <li>Include remote port in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&manpath=OpenBSD%20Current&sektion=1&format=html">ssh(1)</a> bad banner message (bz#2162).
   <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf.conf&manpath=OpenBSD%20Current&sektion=5&format=html">pf.conf(5)</a> cannot have queue definitions inside anchors, don't let <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pfctl&manpath=OpenBSD%20Current&sektion=8&format=html">pfctl(8)</a> attempt to load them, error out if we run into one.
   <li>Updated <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=snmpd&manpath=OpenBSD%20Current&sektion=8&format=html">snmpd(8)</a> to use the proc.c privsep style from <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=iked&manpath=OpenBSD%20Current&sektion=8&format=html">iked(8)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=relayd&manpath=OpenBSD%20Current&sektion=8&format=html">relayd(8)</a>.
   <li>Remove support for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=a.out&manpath=OpenBSD%20Current&sektion=5&format=html">a.out(5)</a> and ecoff on all platforms (we only do <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=elf&manpath=OpenBSD%20Current&sektion=5&format=html">elf(5)</a> now).
   <!-- 2013/10/16 -->
   <li>"fsync@" protocol extension for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sftp-server&manpath=OpenBSD%20Current&sektion=8&format=html">sftp-server(8)</a>. Client support for calling <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=fsync&manpath=OpenBSD%20Current&sektion=2&format=html">fsync(2)</a> for faster transfers (bz#1798).
   <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=snmpd&manpath=OpenBSD%20Current&sektion=8&format=html">snmpd(8)</a> -r option removed.
   <li>Support added for oaic in the aviion boot blocks.
   <li>Moved creation of "restricted" communication sockets into <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=snmpd.conf&manpath=OpenBSD%20Current&sektion=5&format=html">snmpd.conf(5)</a>; added ability to specify an alternate "control" socket location; allow for the creation of multiple "restricted" sockets.
   <li>Prefer <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=acpi&manpath=OpenBSD%20Current&sektion=4&format=html">acpi(4)</a> over <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=apm&manpath=OpenBSD%20Current&sektion=4&arch=i386&format=html">apm(4/i386)</a> on i386.
   <!-- 2013/10/15 -->
   <li>Implemented <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&manpath=OpenBSD%20Current&sektion=1&format=html">ssh(1)</a> client-side hostname canonicalisation. Avoids need for host certificates to list unqualified alongside fully-qualified names.
   <li>Stopped <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ldpd&manpath=OpenBSD%20Current&sektion=8&format=html">ldpd(8)</a> binding a label for the default route.
   <li>avoid <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ldpd&manpath=OpenBSD%20Current&sektion=8&format=html">ldpd(8)</a> segfaults by passing the ldpd_conf structure as an argument.
   <li>The <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=disklabel&manpath=OpenBSD%20Current&sektion=8&format=html">disklabel(8)</a> variables aflag and dflag are boolean, so use logical instead of binary operators for comparison.
   <li>Improved <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ldpd&manpath=OpenBSD%20Current&sektion=8&format=html">ldpd(8)</a> parsing of LDP messages; proper notification messages on error conditions.
   <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ldpd&manpath=OpenBSD%20Current&sektion=8&format=html">ldpd(8)</a> now ignores messages that have Unknown flag set.
   <!-- 2013/10/14 -->
   <li>Added support for ERL ethernet on octeon (which can now be booted over NFS).
   <li>Driver added for the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=oaic&manpath=OpenBSD%20Current&sektion=4&arch=aviion&format=html">oaic(4/aviion)</a> AIC-6250 SCSI controller found on aviion models 100, 200, 300, 400 and 4300.
   <li>Fixed <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&manpath=OpenBSD%20Current&sektion=1&format=html">tmux(1)</a> detach -a, by skipping clients where the session is NULL.
   <li>Added a "Match" keyword to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh_config&manpath=OpenBSD%20Current&sektion=5&format=html">ssh_config(5)</a> that allows matching on hostname, user or result of arbitrary commands.
   <li>Made logging of <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&manpath=OpenBSD%20Current&sektion=1&format=html">ssh(1)</a> session starts a more useful format.
   <li>Check for invalid values in the routing message, to stop root crashing kernel from userland.
   <li>Fixed hangs seen when unplugging a USB keyboard which was attached to an <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uhci&manpath=OpenBSD%20Current&sektion=4&format=html">uhci(4)</a>.
 <!-- 2013/10/13 -->  <!-- 2013/10/13 -->
 <li>Added 7.5kbit Diffie-Hellman groups to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=moduli&manpath=OpenBSD%20Current&sektion=5&format=html">moduli(5)</a>.  <li>Added 7.5kbit Diffie-Hellman groups to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=moduli&manpath=OpenBSD%20Current&sektion=5&format=html">moduli(5)</a>.
 <li>Count number of lines in moduli input file and pass to the testing <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh-keygen&manpath=OpenBSD%20Current&sektion=1&format=html">ssh-keygen(1)</a> process, to provide completion time estimate.  <li>Count number of lines in moduli input file and pass to the testing <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh-keygen&manpath=OpenBSD%20Current&sektion=1&format=html">ssh-keygen(1)</a> process, to provide completion time estimate.
Line 463 
Line 536 
 <br><small>$OpenBSD$</small>  <br><small>$OpenBSD$</small>
   
 </body>  </body>
   
   
   
   
   
   
   

Legend:
Removed from v.1.1307  
changed lines
  Added in v.1.1308