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

Diff for /www/plus.html between version 1.1060 and 1.1061

version 1.1060, 2007/06/13 12:43:15 version 1.1061, 2007/06/20 10:30:29
Line 62 
Line 62 
 <p>  <p>
   
 <ul>  <ul>
   <!-- 2007/06/19 -->
   <li>Ignore SIGHUP in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bgpd&sektion=8&format=html">bgpd(8)</a> children to allow the use of "pkill -1 bgpd" for reloading.
   <li>Fix in the i386 pmap code for a possible AMD bug, and slightly speeds up TLB misses.
   <li>Allow <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ifconfig&sektion=8&format=html">ifconfig(8)</a> to accept IPv6 addresses to use CIDR notation too.
   <!-- 2007/06/18 -->
   <li>Prevent spin in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&sektion=1&format=html">ssh(1)</a> by using poll() if the file descriptor is non blocking.
   <li>Handle <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=azalia&sektion=4&format=html">azalia(4)</a> interrupts for the record stream as well. Recording now works.
   <!-- 2007/06/17 -->
   <li>Disable memory above 256M on SGI machines for now, it triggers bugs as it is.
   <!-- 2007/06/16 -->
   <li>Make sure alpha (or SRM) designs accept level 3 interrupts for I/O, instead of the more commonly encountered level 4.
   <li>Simplified disklabel infrastructure, MBR handling is now machine independent to simplify hotplug media on most architectures.
   <li>Lots of internal work on <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=package&sektion=5&format=html">package(5)</a> tools.
   <!-- 2007/06/15 -->
   <li>Implement a 'keep-alive' option to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ftp&sektion=1&format=html">ftp(1)</a> that sends NOOPs over an inactive connection.
   <li>Enable <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=iophy&sektion=4&format=html">iophy(4)</a> for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=fxp&sektion=4&format=html">fxp(4)</a> on hppa GENERIC and RAMDISK kernels.
   <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=gcc&sektion=1&format=html">gcc(1)</a> regard INTMAX_TYPE and UINTMAX_TYPE as long long always, regardless of the size of a long.
   <li>Fix in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dump&sektion=8&format=html">dump(8)</a> to prevent access to the wrong blocks.
   <li>Merge <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=xterm&sektion=1&format=html">xterm(1)</a> code with version 225.
   <li>Drop the current random timestamps and ISN generation code for TCP and replace both with a RFC1948 based method so TCP clients now have monotonic ISN/timestamps.
   <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=systrace&sektion=1&format=html">systrace(1)</a> keep trailing slashes in path normalization, as they might result in errors otherwise hidden by systrace.
   <li>Fix crash in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&sektion=4&format=html">pf(4)</a> where a IPv4 packet labeled with IPPROTO_ICMPV6 would be incorrectly handled.
   <!-- 2007/06/14 -->
   <li>Fixed a panic in the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vic&sektion=4&format=html">vic(4)</a> driver.
   <li>Make sure <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=netstat&sektion=1&format=html">netstat(1)</a> does not truncate long interface names.
   <li>Update time zone data files to tzdata2007f.
   <li>Add "rtlabel" option to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ifconfig&sektion=8&format=html">ifconfig(8)</a>.
   <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tcpdump&sektion=8&format=html">tcpdump(8)</a> print BGP communities in a nicer format.
   <li>Make the pfsync code compile if you remove the kernel IPSEC option.
   <!-- 2007/06/13 -->
   <li>Various enhancements in the disklabel handling code.
   <li>Swap xOrigin and yOrigin in the XRender rectangle clipping code.
   <li>Fix crash on shutdown in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ospfd&sektion=8&format=html">ospfd(8)</a> in the vertex removal code.
   <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ospfd&sektion=8&format=html">ospfd(8)</a> ignore updates that do not change the route.
   <li>Enable cookie support in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ftp&sektion=1&format=html">ftp(1)</a>.
   <li>Allow IPv4 addresses be specified in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ifconfig&sektion=8&format=html">ifconfig(8)</a> with CIDR notation.
   <!-- 2007/06/12 -->
   <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=azalia&sektion=4&format=html">azalia(4)</a> support the Macbook, Macbook Pro, Mac Mini and possibly the iMac.
   <li>Switch macppc to the interactive bootloader.
   <li>Fix a 10-year old bug in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=make&sektion=1&format=html">make(1)</a> which was causing it to spin if given large -j values.
   <li>Add -K flag to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&sektion=1&format=html">ssh(1)</a> to set GSSAPIAuthentication=Yes and GSSAPIDelegateCredentials=Yes.
   <li>Fix slave exit value in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&sektion=1&format=html">ssh(1)</a> when control master goes away without passing the full exit status.
   <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=scp&sektion=1&format=html">scp(1)</a> try to skip FIFOs rather than blocking when nothing is listening to the other end of the socket.
 <!-- 2007/06/11 -->  <!-- 2007/06/11 -->
   <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rcs&sektion=1&format=html">rcs(1)</a>, allow checkin without locking (after rcs -U).
   <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ospfd&sektion=8&format=html">ospfd(8)</a>, when removing AS-EXT LSA, initialise the metric to a sane default.
   <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dump&sektion=8&format=html">dump(8)</a> store old_atime and old_mtime too, when dumping FFS1 file systems.
 <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&sektion=1&format=html">ssh(1)</a> send "window adjust" messages every three packets, and do not wait until 50% of the window is consumed.  <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&sektion=1&format=html">ssh(1)</a> send "window adjust" messages every three packets, and do not wait until 50% of the window is consumed.
 <!-- 2007/06/10 -->  <!-- 2007/06/10 -->
 <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=top&sektion=1&format=html">top(1)</a> clear to end of line at quit, needed for terminals that do not restore content on quitting curses mode.  <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=top&sektion=1&format=html">top(1)</a> clear to end of line at quit, needed for terminals that do not restore content on quitting curses mode.

Legend:
Removed from v.1.1060  
changed lines
  Added in v.1.1061