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

Diff for /www/plus.html between version 1.1311 and 1.1312

version 1.1311, 2013/11/09 23:22:46 version 1.1312, 2013/11/17 02:47:59
Line 75 
Line 75 
 <p>  <p>
   
 <ul>  <ul>
   <!-- 2013/11/10 -->
   <li>Re-enabled hardware acceleration on <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=intel&manpath=OpenBSD%20Current&sektion=4&format=html">intel(4)</a> Haswells.
   <li>Fixed calculations using ticks in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bpf&manpath=OpenBSD%20Current&sektion=4&format=html">bpf(4)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=athn&manpath=OpenBSD%20Current&sektion=4&format=html">athn(4)</a>, and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=radeon&manpath=OpenBSD%20Current&sektion=4&format=html">radeon(4)</a> to cope with the tick value wrapping.
   <li>Bugfixes to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=drm&manpath=OpenBSD%20Current&sektion=4&format=html">drm(4)</a> i915 code to avoid possible Haswell system hangs and GPU locks.
   <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=drm&manpath=OpenBSD%20Current&sektion=4&format=html">drm(4)</a> i915, fixed context sizes on HSW (Haswell graphics).
   <li>When the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mandoc&manpath=OpenBSD%20Current&sektion=1&format=html">mandoc(1)</a> parser is closing an explicit block that is not open, also close below-subsection implicit scopes.
   <li>In the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mandoc&manpath=OpenBSD%20Current&sektion=1&format=html">mandoc(1)</a> formatter, make sure indentation is reset when leaving a scope, not only when entering the next one.
   <li>Fixed <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mandoc&manpath=OpenBSD%20Current&sektion=1&format=html">mandoc(1)</a> blank lines rendering right after .SH and .SS.
   <li>Added <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mandoc_char&manpath=OpenBSD%20Current&sektion=7&format=html">mandoc_char(7)</a> support for Unicode characters alternative syntax \C'uXXXX'.
   <li>Many font packages updated.
   <li>Added <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=fcu&apropos=0&sektion=4&manpath=OpenBSD+Current&arch=macppc&format=html">fcu(4/macppc)</a> to RAMDISK ,to avoid playing a fan symphony when installing/upgrading some PowerMac G5s.
   <!-- 2013/11/09 -->
   <li>Stopped <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=growfs&manpath=OpenBSD%20Current&sektion=8&format=html">growfs(8)</a> assuming the disk sector size is 512-bytes and using p_size as the full partition size.
   <li>Corrected the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=netstat&manpath=OpenBSD%20Current&sektion=1&format=html">netstat(1)</a> printout of socket buffer counts.
   <li>Abort autoinstaller if no sets are found in install_files(), or in case of an invalid answer to a yes/no question.
   <!-- 2013/11/08 -->
   <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=azalia&manpath=OpenBSD%20Current&sektion=4&format=html">azalia(4)</a>, enabled snooping on Intel 8 Series HD Audio, and now recognise Realtek ALC221.
   <li>Merged in mesa version 9.2.2.
   <li>Support <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&manpath=OpenBSD%20Current&sektion=1&format=html">tmux(1)</a> case insensitive searching in the same manner as emacs (any uppercase means case sensitive).
   <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=quota&manpath=OpenBSD%20Current&sektion=1&format=html">quota(1)</a> work with DUIDs.
   <li><font color="#e00000">5.3 and 5.4 RELIABILITY FIX: avoid crash occurring on <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pflow&manpath=OpenBSD%20Current&sektion=4&format=html">pflow(4)</a> interface destruction.</font><br>A source code patch is available for <a href="errata53.html#008_pflow">5.3</a> and <a href="errata54.html#001_pflow">5.4</a>.
   <li>Correctly redraw the top two lines in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&manpath=OpenBSD%20Current&sektion=1&format=html">tmux(1)</a> copy mode when they are selected.
   <li>Made sure <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vlan&manpath=OpenBSD%20Current&sektion=4&format=html">vlan(4)</a> detach hooks are executed in reverse order they were added.
   <!-- 2013/11/07 -->
   <li><font color="#e00000">5.3 and 5.4 SECURITY FIX: fixed memory corruption vulnerability in the post-authentication <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sshd&manpath=OpenBSD%20Current&sektion=8&format=html">sshd(8)</a> process with aes128-gcm@openssh.com or aes256-gcm@openssh.com keys.</font><br>A source code patch is available for <a href="errata53.html#009_sshgcm">5.3</a> and <a href="errata54.html#002_sshgcm">5.4</a>.
   <li>Fixed regression in r1.101 of sys/dev/usb/uhci.c to avoid dereferencing an uninitialised variable when a <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uhci&manpath=OpenBSD%20Current&sektion=4&format=html">uhci(4)</a> transfer times out.
   <li>Made <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&manpath=OpenBSD%20Current&sektion=1&format=html">ssh(1)</a> output the effective values of Ciphers, MACs and KexAlgorithms when the default has not been overridden.
   <li>Do not leak the detach hook when the parent interface of a <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vlan&manpath=OpenBSD%20Current&sektion=4&format=html">vlan(4)</a> is destroyed/removed.
   <li>Stopped <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=autoconf&manpath=OpenBSD%20Current&sektion=9&format=html">autoconf(9)</a> processing transfers when a <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uhci&manpath=OpenBSD%20Current&sektion=4&format=html">uhci(4)</a> controller is deactivated.
   <!-- 2013/11/06 -->
   <li>Backport remainder of the use_loginclass fix from <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sudo&manpath=OpenBSD%20Current&sektion=8&format=html">sudo(8)</a> version 1.7.9.
   <li>Search the userland buffer of dirent structures before falling back to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=getdents&manpath=OpenBSD%20Current&sektion=2&format=html">getdents(2)</a>, for considerable speedup.
   <li>Fixed <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&manpath=OpenBSD%20Current&sektion=1&format=html">ssh(1)</a> rekeying for AES-GCM modes.
   <li>Added support for the RTS5229 card reader to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rtsx&manpath=OpenBSD%20Current&sektion=4&format=html">rtsx(4)</a>.
   <li>Added support for "Power Resources" for Dx states to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=acpi&manpath=OpenBSD%20Current&sektion=4&format=html">acpi(4)</a>, so <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=usb&manpath=OpenBSD%20Current&sektion=4&format=html">usb(4)</a> is detected after resume on thinkpads.
   <li>Fixed assertion that could lead to orphaned messages left in the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpd&manpath=OpenBSD%20Current&sektion=8&format=html">smtpd(8)</a> queue after all envelopes are gone.
   <li>Format changes and expanded options 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>Stopped <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mpii&manpath=OpenBSD%20Current&sektion=4&format=html">mpii(4)</a> running out of command slots when large numbers of devices are detached.
   <!-- 2013/11/05 -->
   <li>Fixed <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ifconfig&manpath=OpenBSD%20Current&sektion=8&format=html">ifconfig(8)</a> with IPv6 tunnel addresses (broken by recent <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vxlan&manpath=OpenBSD%20Current&sektion=4&format=html">vxlan(4)</a> commit).
   <li>Removed <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=iop&manpath=OpenBSD%20Current&sektion=4&format=html">iop(4)</a>.
   <li>Use DL_SETPSIZE() on i386 to set partition size. Fixes tree breakage.
   <li>Make sure <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=seekdir&manpath=OpenBSD%20Current&sektion=3&format=html">seekdir(3)</a> works even when dirp->dd_buf still contains some pending entries.
   <li>Fixed <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=softraid&manpath=OpenBSD%20Current&sektion=4&format=html">softraid(4)</a> levels 0, 4, 5, and 6 to use all available space with partitions larger than 2TB.
   <!-- 2013/11/04 -->
   <li>Temporary <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cwm&manpath=OpenBSD%20Current&sektion=1&format=html">cwm(1)</a> keyboard focus fix for clients that neither populate wmhints nor wmprotocols (e.g. rdesktop).
   <li>Enabled locking of fields using the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=acpi&manpath=OpenBSD%20Current&sektion=4&format=html">acpi(4)</a> global lock when required.
   <li>Let fuse_opt_insert_arg() take an empty string as argument, to unbreak ntfs-3g.
   <li>Reserve the last page of the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uvm&manpath=OpenBSD%20Current&sektion=9&format=html">uvm(9)</a> primary swap space, in case we need to place a hibernate signature there.
   <li>Hooked up <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=nginx.conf&manpath=OpenBSD%20Current&sektion=5&format=html">nginx.conf(5)</a> to the build.
   <li>The <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=radeon&manpath=OpenBSD%20Current&sektion=4&format=html">radeon(4)</a> code that sets the DPMS mode may sleep, so do not run from a timeout, hand it off to a taskq.
   <li>Fixed <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&manpath=OpenBSD%20Current&sektion=1&format=html">ssh(1)</a> rekeying for KEX_C25519_SHA256.
 <!-- 2013/11/03 -->  <!-- 2013/11/03 -->
 <li>Enabled TX checksum offload in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=jme&manpath=OpenBSD%20Current&sektion=4&format=html">jme(4)</a>.  <li>Enabled TX checksum offload in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=jme&manpath=OpenBSD%20Current&sektion=4&format=html">jme(4)</a>.
 <li>Removed unnecessary spinlock that slowed down <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pthread_getspecific&manpath=OpenBSD%20Current&sektion=3&format=html">pthread_getspecific(3)</a>.  <li>Removed unnecessary spinlock that slowed down <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pthread_getspecific&manpath=OpenBSD%20Current&sektion=3&format=html">pthread_getspecific(3)</a>.
Line 669 
Line 721 
 <br><small>$OpenBSD$</small>  <br><small>$OpenBSD$</small>
   
 </body>  </body>
   
   
   
   

Legend:
Removed from v.1.1311  
changed lines
  Added in v.1.1312