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

Diff for /www/plus.html between version 1.1237 and 1.1238

version 1.1237, 2012/07/12 13:29:35 version 1.1238, 2012/07/23 02:32:12
Line 76 
Line 76 
 <p>  <p>
   
 <ul>  <ul>
   <!-- 2012/07/19 -->
   <li>Fix for VU#624931 CVE-2012-2978: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=nsd&manpath=OpenBSD%20Current&sektion=8&format=html">nsd(8)</a> denial of service vulnerability from non-standard DNS packet from any host on the internet.
   <!-- 2012/07/18 -->
   <li>Make the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpd&manpath=OpenBSD%20Current&sektion=8&format=html">smtpd(8)</a> scheduler less verbose by default.
   <li>Further simplify <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cwm&manpath=OpenBSD%20Current&sektion=1&format=html">cwm(1)</a> Xinerama init, and re-init on XRR events.
   <li>On gio, correctly recognise boards with a 8-bit only ID register, which are not frame buffers.
   <li>The 8254 timer does not interrupt on Indy; no longer try it. R4000 and R4400 based Indy may experience the lost clock interrupt processor errata again, until better fix is found.
   <li>Drop .sp and .br right after .SH and .SS.; and drop empty .IP so they do not cause additional vertical spacing with <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mandoc&manpath=OpenBSD%20Current&sektion=1&format=html">mandoc(1)</a>.
   <li>Let a trailing .Ns macro take effect, even on an input line containing a partial implicit macro. Fixes some <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mandoc&manpath=OpenBSD%20Current&sektion=1&format=html">mandoc(1)</a> horizontal spacing.
   <li>Print messages about <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ifconfig&manpath=OpenBSD%20Current&sektion=8&format=html">ifconfig(8)</a> ieee80211 nodes purged from the node cache if hostap/ibss modes are compiled in and the interface is in debug mode.
   <li>Fix handling of <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mandoc&manpath=OpenBSD%20Current&sektion=1&format=html">mandoc(1)</a> paragraph macros inside lists: when they are trailing the last item, move them outside the list; when they are trailing any other none-compact item, drop them.
   <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mandoc&manpath=OpenBSD%20Current&sektion=1&format=html">mandoc(1)</a> will now never use "\*(Ba" and just use "|". Stops breaking of enclosing font changes.
   <!-- 2012/07/17 -->
   <li>Put p_prof_ticks and p_prof_addr back in a "copy-on-fork" area, to correct process accounting.
   <li>Add recognition of the Huawei Mobile E303 to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=umsm&manpath=OpenBSD%20Current&sektion=4&format=html">umsm(4)</a>.
   <li>Use <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ipsec&manpath=OpenBSD%20Current&sektion=4&format=html">ipsec(4)</a> flowinfo on pipex to select the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ipsec&manpath=OpenBSD%20Current&sektion=4&format=html">ipsec(4)</a> tunnel for sending L2TP packets.
   <!-- 2012/07/16 -->
   <li>In flush-left mode <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mandoc&manpath=OpenBSD%20Current&sektion=1&format=html">mandoc(1)</a>, when an output line is broken at the position of a literal tab, the tab now indents the following line.
   <li>Added IP_IPSECFLOWINFO option to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sendmsg&manpath=OpenBSD%20Current&sektion=2&format=html">sendmsg(2)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=recvmsg&manpath=OpenBSD%20Current&sektion=2&format=html">recvmsg(2)</a>, so <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=npppd&manpath=OpenBSD%20Current&sektion=4&format=html">npppd(4)</a> can use this to select the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ipsec&manpath=OpenBSD%20Current&sektion=4&format=html">ipsec(4)</a> tunnel for L2TP packets. Fixes Windows (always binding to 1701) and Android clients (negotiating wildcard flows).
   <li>Fixed two possible node leaks in ieee80211_input().
   <li>Make sure we have a swap partition before trying to read or write hibernate info to it.
   <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mandoc&manpath=OpenBSD%20Current&sektion=1&format=html">mandoc(1)</a> -Tman .sp fixes: keep height argument on the same line (it got printed to the output); for .El .sp, avoid the .sp -1v .PP .sp output sequence.
   <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mandoc&manpath=OpenBSD%20Current&sektion=1&format=html">mandoc(1)</a> -mdoc parser improvements related to vertical spacing: remove .br before paragraph type blocks; treat .Lp as a paragraph like .Pp (so remove .Pp, .Lp, .br before it); do not treat .sp as a paragraph (don't remove anything before it); after .Sh, .Ss, .Pp, and .Lp, remove .Pp, .Lp, .sp, .br, and blank lines; after .sp and .br, remove .br.
   <!-- 2012/07/15 -->
   <li>Unify <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cwm&manpath=OpenBSD%20Current&sektion=1&format=html">cwm(1)</a> max routines, to match client placement and some menu ones when calculating screen dimensions.
   <li>Don't panic in hibernate resume if no swap partition exists on the root disk.
   <li>Add <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cu&manpath=OpenBSD%20Current&sektion=1&format=html">cu(1)</a> command ~D to drop the DTR line for a second (similar to using ~# for a BREAK). This makes some microcontroller boards reset.
   <!-- 2012/07/14 -->
   <li>Fixed <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mandoc&manpath=OpenBSD%20Current&sektion=1&format=html">mandoc(1)</a> vertical spacing for blank lines after .PP, and for .sp after .PP; adjust -Tman SYNOPSIS .Nm indentation using .HP; do not pass font escapes and such through print_word(), to correctly count characters.
   <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mandoc&manpath=OpenBSD%20Current&sektion=1&format=html">mandoc(1)</a> -Tman .Bl -compact, skip blank line only before first item of first list in a section, not before every item of the first list.
   <li>Label node allocation failures as such in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=netstat&manpath=OpenBSD%20Current&sektion=1&format=html">netstat(1)</a> -W output.
   <li>Changed <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ipsec.conf&manpath=OpenBSD%20Current&sektion=5&format=html">ipsec.conf(5)</a> configuration format fed to the isakmpd FIFO to be able to specify extended options (eg SA Lifetime).
   <li>Added <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sysctl.conf&manpath=OpenBSD%20Current&sektion=5&format=html">sysctl.conf(5)</a> file for beagleboard architecture (required by the cross compiler).
   <li>Refined <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bgpd&manpath=OpenBSD%20Current&sektion=8&format=html">bgpd(8)</a> knexthop calculations. Fixes massive memory consumption crashes when used with <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ospfd&manpath=OpenBSD%20Current&sektion=8&format=html">ospfd(8)</a>.
   <li>Support additional MODP DH groups in the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=isakmpd.policy&manpath=OpenBSD%20Current&sektion=5&format=html">isakmpd.policy(5)</a> Phase 1 and Phase 2, to match <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ipsecctl&manpath=OpenBSD%20Current&sektion=8&format=html">ipsecctl(8)</a>.
   <li>Stopped <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=npppd&manpath=OpenBSD%20Current&sektion=4&format=html">npppd(4)</a> using wrong Attribute Value Pairs as a "calling number".
   <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tcpdump&manpath=OpenBSD%20Current&sektion=8&format=html">tcpdump(8)</a> now recognises additional Internet Key Exchange DH groups.
   <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mandoc&manpath=OpenBSD%20Current&sektion=1&format=html">mandoc(1)</a> changes: in -man -Tascii, support .sp with negative argument; in -mdoc -Tman, improve the framework to control vertical spacing. Use both to support .Bl -compact.
   <li>Add a notify queue to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&manpath=OpenBSD%20Current&sektion=1&format=html">tmux(1)</a> and a way to turn them on and off, to prevent notify while running some commands.
 <!-- 2012/07/13 -->  <!-- 2012/07/13 -->
   <li>Import swrastg, the Gallium3D software rasterizer. Uses the softpipe driver by default, can also use the llvmpipe driver that use LLVM for code generation if available. Not yet linked to the build.
   <li>Avoid using the same <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wscons&manpath=OpenBSD%20Current&sektion=4&format=html">wscons(4)</a> wchan name twice.
   <li>Disable <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=acpivideo&manpath=OpenBSD%20Current&sektion=4&format=html">acpivideo(4)</a> on ASUS laptops, as some models panic whenever an event is received.
   <li>Fix wireless scanning on slow systems with high RX rate and interface in debug mode. Allows association points to recover from <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ifconfig&manpath=OpenBSD%20Current&sektion=8&format=html">ifconfig(8)</a> "ral0 debug down up" in noisy RF environments. Also fixed some association failures.
   <li>Allow <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=route&manpath=OpenBSD%20Current&sektion=8&format=html">route(8)</a> destination/prefixlen syntax for ipv6 routes.
   <li>After connect() returns EINPROGRESS the connection can still fail, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=relayd&manpath=OpenBSD%20Current&sektion=8&format=html">relayd(8)</a> will now check with getsockopt if the socket is still open.
   <li>Use S_ISFIFO and S_ISSOCK instead of lseek() to determine whether a fd is a socket, pipe or named pipe.
   <li>Fix .Nm validation crash in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mandoc&manpath=OpenBSD%20Current&sektion=1&format=html">mandoc(1)</a>.
   <li>Be more careful when accessing a possibly cached route, since it may already be gone. Fixes panic seen when unplugging a USB interface in use.
   <li>Added -B option to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ktrace&manpath=OpenBSD%20Current&sektion=1&format=html">ktrace(1)</a> to reduce <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ld.so&manpath=OpenBSD%20Current&sektion=1&format=html">ld.so(1)</a> chatter.
   <li>Better handling of long comments in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh_config&manpath=OpenBSD%20Current&sektion=5&format=html">ssh_config(5)</a>.
 <li>Fix installer script issue where ksh would not properly separate arguments correctly in "$@" if IFS is an empty string.  <li>Fix installer script issue where ksh would not properly separate arguments correctly in "$@" if IFS is an empty string.
 <li>Enabled hibernate on i386. Currently only working on <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pciide&sektion=4&format=html">pciide(4)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wd&sektion=4&format=html">wd(4)</a> disks.  <li>Enabled hibernate on i386. Currently only working on <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pciide&sektion=4&format=html">pciide(4)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wd&sektion=4&format=html">wd(4)</a> disks.
 <li>Improved i386 gdb to display stack traces of kernel core dumps correctly.  <li>Improved i386 gdb to display stack traces of kernel core dumps correctly.
Line 1131 
Line 1181 
   
 </body>  </body>
 </html>  </html>
   
   

Legend:
Removed from v.1.1237  
changed lines
  Added in v.1.1238