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

Diff for /www/plus.html between version 1.1317 and 1.1318

version 1.1317, 2013/12/16 23:42:18 version 1.1318, 2013/12/27 08:21:56
Line 76 
Line 76 
   
   
 <ul>  <ul>
   <!-- 2013/12/22 -->
   <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mandoc&manpath=OpenBSD%20Current&sektion=1&format=html">mandoc(1)</a>, implemented hanging indentation for .Fn in SYNOPSIS mode.
   <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=radeon&manpath=OpenBSD%20Current&sektion=4&format=html">radeon(4)</a> now tries to keep the framebuffer console layout set up by the firmware on sparc64.
   <li>On alpha, set the primary CPU's PAL revision correctly, to properly spin up secondary processors.
   <li>Implemented <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mandoc&manpath=OpenBSD%20Current&sektion=1&format=html">mandoc(1)</a> end-of-sentence spacing at the end of <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=man&manpath=OpenBSD%20Current&sektion=7&format=html">man(7)</a> macro lines.
   <!-- 2013/12/21 -->
   <li>Fixed <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dhclient&manpath=OpenBSD%20Current&sektion=8&format=html">dhclient(8)</a> "string constant too long" errors when reading back a lease with filename or servername attributes containing escaped characters.
   <li>Save and restore <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=acpihpet&manpath=OpenBSD%20Current&sektion=4&format=html">acpihpet(4)</a> configuration on suspend/resume.
   <li>Fixed locking in the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=drm&manpath=OpenBSD%20Current&sektion=4&format=html">drm(4)</a> i915 page fault handler.
   <li>Allow <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=kdump&manpath=OpenBSD%20Current&sektion=1&format=html">kdump(1)</a> to recognise itimer and ktrace facility names to {get,set}itimer() and ktrace().
   <!-- 2013/12/20 -->
   <li>Add support for truncate in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=fuse&manpath=OpenBSD%20Current&sektion=4&format=html">fuse(4)</a>.
   <li>Added <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vioscsi&manpath=OpenBSD%20Current&sektion=4&format=html">vioscsi(4)</a> driver, work-in-progress but functional enough to work with both Google Compute Engine and RHEVM.
   <li>Made <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mg&manpath=OpenBSD%20Current&sektion=1&format=html">mg(1)</a> set the correct line number after successfully searching with re-search-{backward,forward}.
   <li>Fixed <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ksh&manpath=OpenBSD%20Current&sektion=1&format=html">ksh(1)</a> crash when trying to access ${12345678901234567890}.
   <li>When <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ftp&manpath=OpenBSD%20Current&sektion=1&format=html">ftp(1)</a> is writing a file, break out when we get a <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=write&manpath=OpenBSD%20Current&sektion=2&format=html">write(2)</a> error, not just an EPIPE.
   <!-- 2013/12/19 -->
   <li>Switched <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=netstat&manpath=OpenBSD%20Current&sektion=1&format=html">netstat(1)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=systat&manpath=OpenBSD%20Current&sektion=1&format=html">systat(1)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tcpbench&manpath=OpenBSD%20Current&sektion=1&format=html">tcpbench(1)</a> from CIRCLEQ to TAILQ and purged last renants of CIRCLEQ in the base.
   <li>Reliability fix for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssl&manpath=OpenBSD%20Current&sektion=8&format=html">ssl(8)</a> SHA384 SSL/TLS ciphers, to avoid application crash on strict alignment architectures.
   <li><font color="#e00000">5.3 and 5.4 RELIABILITY FIX: avoid application crash while using <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssl&manpath=OpenBSD%20Current&sektion=8&format=html">ssl(8)</a> SHA384 SSL/TLS ciphers.</font><br>A source code patch is available for <a href="errata53.html#012_sha512">5.3</a> and <a href="errata54.html#005_sha512">5.4</a>.
   <li>Initialise each cpu's mttr properly (for PAT) at boot and after suspend/resume on i386/amd64.
   <li>Made <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mg&manpath=OpenBSD%20Current&sektion=1&format=html">mg(1)</a> "dired-unmark-backward" behave the same as emacs.
   <li>Plugged memory leak in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tftp-proxy&manpath=OpenBSD%20Current&sektion=8&format=html">tftp-proxy(8)</a>.
   <li>Recognise octeon2 cpus, like those found in the lanner mr326.
   <!-- 2013/12/18 -->
   <li>Stopped <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh-agent&manpath=OpenBSD%20Current&sektion=1&format=html">ssh-agent(1)</a> from crashing (NULL deref) when deleting PKCS#11 keys from an agent that has a mix of normal and PKCS#11 keys (bz#2186).
   <li>Fixed multiple remote forwardings with dynamically assigned listen ports, so <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&manpath=OpenBSD%20Current&sektion=1&format=html">ssh(1)</a> client can discriminate between them (bz#2147).
   <li>Avoid potential integer overflow in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&manpath=OpenBSD%20Current&sektion=1&format=html">ssh(1)</a> client_alive_interval timeout (bz#2170).
   <li>Made <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh-add&manpath=OpenBSD%20Current&sektion=1&format=html">ssh-add(1)</a> skip requesting smartcard PIN when removing keys from agent (bz#2187).
   <li>Provide a random stackgap on pthread frames.
   <li>Removed artificial limit on the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ksh&manpath=OpenBSD%20Current&sektion=1&format=html">ksh(1)</a> max array index.
   <li>Reverted the other part of bpf.c's r1.84. May finally fix "timeout_add: to_ticks (-1) < 0".
   <li>Changed install password prompts; added <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=autoinstall&manpath=OpenBSD%20Current&sektion=8&format=html">autoinstall(8)</a> question for root <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&manpath=OpenBSD%20Current&sektion=1&format=html">ssh(1)</a> pubkey; make pubkey prompts appear in log.
   <!-- 2013/12/17 -->
   <li>Correctly read strings containing non-printable characters in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dhclient&manpath=OpenBSD%20Current&sektion=8&format=html">dhclient(8)</a> lease file; allow embedded NUL characters rather than skipping them.
   <li>Cleanup in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ksh&manpath=OpenBSD%20Current&sektion=1&format=html">ksh(1)</a> code for ctypes, and re-auditing of this area.
   <li>Added <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tcgetsid&manpath=OpenBSD%20Current&sektion=3&format=html">tcgetsid(3)</a> function, as it is now in POSIX base.
   <li>Back-port code from binutils 2.16, so weak undefined references work on alpha.
   <li>Run spamd-setup from within /etc/rc.d/spamd; made 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 take $spamd_black into consideration.
   <!-- 2013/12/16 -->
   <li>Bugfix by switching generic <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=drm&manpath=OpenBSD%20Current&sektion=4&format=html">drm(4)</a> modesetting code to give negative errno return values.
   <li>Made <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=acpi&manpath=OpenBSD%20Current&sektion=4&format=html">acpi(4)</a> restore <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sysctl&manpath=OpenBSD%20Current&sektion=8&format=html">sysctl(8)</a> hw.setperf upon resume like we do for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=apm&manpath=OpenBSD%20Current&sektion=4&format=html">apm(4)</a> on i386.
   <li>Implemented <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cwm&manpath=OpenBSD%20Current&sektion=1&format=html">cwm(1)</a> support for _NET_WM_STATE_FULLSCREEN hint, with keybinding changes: CM-f "fullscreen", CM-m "maximize".
   <li>Changed subject of install/upgrade log to better match periodic maintenance emails.
 <!-- 2013/12/15 -->  <!-- 2013/12/15 -->
 <li>Allow double quotes to be quoted (by doubling them) in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mdoc&manpath=OpenBSD%20Current&sektion=7&format=html">mdoc(7)</a>, to match <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=roff&manpath=OpenBSD%20Current&sektion=7&format=html">roff(7)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=man&manpath=OpenBSD%20Current&sektion=7&format=html">man(7)</a>.  <li>Allow double quotes to be quoted (by doubling them) in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mdoc&manpath=OpenBSD%20Current&sektion=7&format=html">mdoc(7)</a>, to match <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=roff&manpath=OpenBSD%20Current&sektion=7&format=html">roff(7)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=man&manpath=OpenBSD%20Current&sektion=7&format=html">man(7)</a>.
 <li>Prevented <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=drm&manpath=OpenBSD%20Current&sektion=4&format=html">drm(4)</a> causing a kernel panic if an unsupported frame buffer configuration is requested.  <li>Prevented <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=drm&manpath=OpenBSD%20Current&sektion=4&format=html">drm(4)</a> causing a kernel panic if an unsupported frame buffer configuration is requested.

Legend:
Removed from v.1.1317  
changed lines
  Added in v.1.1318