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

Diff for /www/plus.html between version 1.1357 and 1.1358

version 1.1357, 2014/10/10 03:45:00 version 1.1358, 2014/10/18 11:14:02
Line 75 
Line 75 
 <p>  <p>
   
 <ul>  <ul>
   <!-- 2014/10/12 -->
   <li>Improved error handling in the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=eqn&manpath=OpenBSD%20Current&sektion=7&format=html">eqn(7)</a> parser; do not parse quoted strings for tokens. Fixes <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=glFrustum&manpath=OpenBSD%20Current&sektion=3&format=html">glFrustum(3)</a>.
   <li>Fixed bug in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mg&manpath=OpenBSD%20Current&sektion=1&format=html">mg(1)</a> backward-paragraph when pressing "M-{".
   <li>Stopped <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=iked&manpath=OpenBSD%20Current&sektion=8&format=html">iked(8)</a> segfaulting when connecting from Strongswan on Android
   <li>Major upgrade to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=eqn&manpath=OpenBSD%20Current&sektion=7&format=html">eqn(7)</a> terminal output.
   <li>Removed possibility of multiplicative integer overflow in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=relayd&manpath=OpenBSD%20Current&sektion=8&format=html">relayd(8)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=snmpd&manpath=OpenBSD%20Current&sektion=8&format=html">snmpd(8)</a>.
   <!-- 2014/10/11 -->
   <li>Moved CPU throttling into the kernel, enabled with <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sysctl&manpath=OpenBSD%20Current&sektion=8&format=html">sysctl(8)</a> hw.setperf=-1.
   <li>Added <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rcctl&manpath=OpenBSD%20Current&sektion=8&format=html">rcctl(8)</a> "default" command.
   <li>Allow <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pkg_sign&manpath=OpenBSD%20Current&sektion=1&format=html">pkg_sign(1)</a> signing to proceed when interrupted.
   <!-- 2014/10/10 -->
   <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rcctl&manpath=OpenBSD%20Current&sektion=8&format=html">rcctl(8)</a>, prevented "-e" in daemon_flags being fed as an argument to the built-in echo.
   <li>Partial <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=eqn&manpath=OpenBSD%20Current&sektion=7&format=html">eqn(7)</a> rewrite, to fix operator precedence.
   <li>Let <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rcs&manpath=OpenBSD%20Current&sektion=1&format=html">rcs(1)</a> handle -l and -u combinations.
   <!-- 2014/10/09 -->
   <li>Parse and render "from" and "to" clauses in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=eqn&manpath=OpenBSD%20Current&sektion=7&format=html">eqn(7)</a>, and render matrices.
   <li>More readable <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=eqn&manpath=OpenBSD%20Current&sektion=7&format=html">eqn(7)</a> -Ttree output; initial bits of MathML rendering for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=eqn&manpath=OpenBSD%20Current&sektion=7&format=html">eqn(7)</a> -Thtml.
   <li>Properly initialise secondary CPUs on 64 bit macppc machines.
   <li>Allow kernel to be built without <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ddb&manpath=OpenBSD%20Current&sektion=4&format=html">ddb(4)</a>.
   <li>Added <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ddb&manpath=OpenBSD%20Current&sektion=4&format=html">ddb(4)</a> support for DWARF line number decoding, so "trace" includes file and line numbers.
   <!-- 2014/10/08 -->
   <li>No more <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=modstat&manpath=OpenBSD%20Current&sektion=8&format=html">modstat(8)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=modload&manpath=OpenBSD%20Current&sektion=8&format=html">modload(8)</a> or <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=lkm&manpath=OpenBSD%20Current&sektion=4&format=html">lkm(4)</a>.
   <li>Tweaked <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh_config&manpath=OpenBSD%20Current&sektion=5&format=html">ssh_config(5)</a> reparsing with host canonicalisation; added -G option to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&manpath=OpenBSD%20Current&sektion=1&format=html">ssh(1)</a>; don't ignore <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh_config&manpath=OpenBSD%20Current&sektion=5&format=html">ssh_config(5)</a> "Port" options (bz#2267 and bz#2286).
   <li>Made <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sndiod&manpath=OpenBSD%20Current&sektion=1&format=html">sndiod(1)</a> check parameters returned by audio drivers, and report driver bugs rather than crashing.
   <li>Made workq/taskq runner threads yield when they've hogged the CPU.
   <li>Now that the cleaner yields the CPU, stopped <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vfs&manpath=OpenBSD%20Current&sektion=9&format=html">vfs(9)</a> checking to see if we are hogging the CPU.
   <li>Restricted <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpd&manpath=OpenBSD%20Current&sektion=8&format=html">smtpd(8)</a> address lookups to configured address families.
   <!-- 2014/10/07 -->
   <li>Fixed hardware lockup on <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=intel&manpath=OpenBSD%20Current&sektion=4&format=html">intel(4)</a> with i845g.
   <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vi&manpath=OpenBSD%20Current&sektion=1&format=html">vi(1)</a>, bumped max columns to 768 to accommodate bigger screens.
   <li>Removed support for AOE (ata over ethernet).
   <li>Fixed DDOS in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=head&manpath=OpenBSD%20Current&sektion=1&format=html">head(1)</a> by using the correct exit code on failure.
   <li>Removed <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=gzsig&manpath=OpenBSD%20Current&sektion=1&format=html">gzsig(1)</a>.
   <li>Switched <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mandoc&manpath=OpenBSD%20Current&sektion=1&format=html">mandoc(1)</a> HTML output to polyglot HTML5; have only one single -Thtml mode.
   <li>If a <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tbl&manpath=OpenBSD%20Current&sektion=7&format=html">tbl(7)</a> layout contains unknown font modifiers, don't fail table, fallback to default font.
   <!-- 2014/10/06 -->
   <li>Removed <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sdio&manpath=OpenBSD%20Current&sektion=8&format=html">sdio(8)</a>.
   <li>Made amd64 <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pmap&manpath=OpenBSD%20Current&sektion=9&format=html">pmap(9)</a> more efficient on multi-processor machines.
   <li>When <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=chmod&manpath=OpenBSD%20Current&sektion=1&format=html">chmod(1)</a> is called, do not silently ignore syntax errors in options, instead error out properly.
   <li>When <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssl&manpath=OpenBSD%20Current&sektion=8&format=html">ssl(8)</a> is verifying an IP address is in a certificate common Name, do not perform wildcard matching.
   <li>If <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssl&manpath=OpenBSD%20Current&sektion=8&format=html">ssl(8)</a> has to match against a wildcard in a cert, verify that it contains at least a domain label.
   <li>Amended previous commit in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ftp&manpath=OpenBSD%20Current&sektion=1&format=html">ftp(1)</a> fetch.c to un break ELS cert validation when using a proxy.
 <!-- 2014/10/05 -->  <!-- 2014/10/05 -->
 <li>Check object allocation for success before using it in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssl&manpath=OpenBSD%20Current&sektion=8&format=html">ssl(8)</a> v3_cpols.c.  <li>Check object allocation for success before using it in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssl&manpath=OpenBSD%20Current&sektion=8&format=html">ssl(8)</a> v3_cpols.c.
 <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssl&manpath=OpenBSD%20Current&sektion=8&format=html">ssl(8)</a>, fixed memory leaks in the error path of v2i_AUTHORITY_KEYID() and set_dist_point_name().  <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssl&manpath=OpenBSD%20Current&sektion=8&format=html">ssl(8)</a>, fixed memory leaks in the error path of v2i_AUTHORITY_KEYID() and set_dist_point_name().
Line 432 
Line 474 
   
 </body>  </body>
 </html>  </html>
   
   
   
   
   

Legend:
Removed from v.1.1357  
changed lines
  Added in v.1.1358