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

Diff for /www/plus.html between version 1.1206 and 1.1207

version 1.1206, 2011/12/25 09:05:54 version 1.1207, 2011/12/26 18:38:58
Line 69 
Line 69 
 <p>  <p>
   
 <ul>  <ul>
   <!-- 2011/12/25 -->
   <li>Allow suppression of the rounding of <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=disklabel&manpath=OpenBSD%20Current&sektion=8&format=html">disklabel(8)</a> partition locations to bsize boundaries. Also mention that such rounding is being done, so as to not surprise the user. Fixes problems reproducing a "pre-4K fix" disklabel.
   <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=fdisk&manpath=OpenBSD%20Current&sektion=8&format=html">fdisk(8)</a> will now return relevant errno string when erroring out.
   <li>Accept "makewhatis" as an alias for "<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mandocdb&manpath=OpenBSD%20Current&sektion=8&format=html">mandocdb(8)</a>".
   <li>Use the traditional name "whatis.db" for the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mandocdb&manpath=OpenBSD%20Current&sektion=8&format=html">mandocdb(8)</a> databases. Note: If you run "sudo mandocdb" after this, the old <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=apropos&manpath=OpenBSD%20Current&sektion=1&format=html">apropos(1)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=whatis&manpath=OpenBSD%20Current&sektion=1&format=html">whatis(1)</a> will no longer work. To get temporary copies of the new ones, run: <code>cd /usr/bin; rm -f apropos whatis; ln -s mandoc apropos; ln -s mandoc whatis</code>.
   <li>Impliment binary compatability of the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mandocdb&manpath=OpenBSD%20Current&sektion=8&format=html">mandocdb(8)</a> databases across architectures. Fore example, it is now possible to create databases on sparc64 and use them on i386 and vice versa.
   <li>Implement <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mandocdb&manpath=OpenBSD%20Current&sektion=8&format=html">mandocdb(8)</a> test mode (<code>makewhatis -t</code>), required for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pkg_create&manpath=OpenBSD%20Current&sektion=1&format=html">pkg_create(1)</a>. Always do all consistency checks; when any one fails, decide whether to print a message, or skip the file, or both, or none. Other cleanups: bail out on conflicting options; do not crash with <code>-a</code> if there are plain files in the root dir.
   <!-- 2011/12/24 -->
   <li>Force <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=arcofi&manpath=OpenBSD%20Current&sektion=4&format=html">arcofi(4)</a> TX gain to minus infinity when the user asks to only keep the input source enabled. Document the supported encodings and mixer items in the manual page, and the fact that all output sources share the same volume (GX gain) setting.
   <li>Support leading, trailing and double colons in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=apropos&manpath=OpenBSD%20Current&sektion=1&format=html">apropos(1)</a> MANPATH to prepend, append or insert the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=man.conf&manpath=OpenBSD%20Current&sektion=5&format=html">man.conf(5)</a> default path; compatible with GNU manpath(1).
   <li>Default <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=arcofi&manpath=OpenBSD%20Current&sektion=4&format=html">arcofi(4)</a> to a much smaller input gain on the MIC line (improves recording quality), and switch to a better gain table.
   <li>Fix <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&manpath=OpenBSD%20Current&sektion=1&format=html">tmux(1)</a> so that when mouse-select-pane and mouse-select-window are both enabled, clicking on the status line does not change the current pane.
   <li>Document that <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=userdel&manpath=OpenBSD%20Current&sektion=8&format=html">userdel(8)</a> <code>-p</code> requires an argument.
   <!-- 2011/12/23 -->
   <li>Switch the Ricoh RU823 SD/MMC in SD2.0 mode (where it changes itself into a Ricoh RU822 <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sdhc&manpath=OpenBSD%20Current&sektion=4&format=html">sdhc(4)</a> controller). Also switch the base clock to 50MHz as some SD/MMC cards don't work with the default 200MHz clock.
   <!-- 2011/12/21 -->
   <li>Work-in-progress driver for the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=arcofi&manpath=OpenBSD%20Current&sektion=4&format=html">arcofi(4)</a> "Audio1" device on the HP 9000/425e (hp300), and the HP9000/705 and 9000/710 (hppa). 8-bit mono (8KHz) and 16 bit modes. Tested on 425e only so far, and playback only. Configured in, but disabled, on hppa kernels until there are positive test reports.
   <li>Add provisional support for Sandybridge. 2D, suspend/resume, and native display resolutions working, no 3D acceleration or video yet.
   <li>Disable temporarily CA support in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpd&manpath=OpenBSD%20Current&sektion=8&format=html">smtpd(8)</a>, it prevents some remote hosts from establishing a ssl session. Will be investigated and reenabled soon.
   <li>Compute mandatory UDP checksum for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ipsec&manpath=OpenBSD%20Current&sektion=4&format=html">ipsec(4)</a> IPv6 packets.
   <li>No longer attempt to run pf_translate on <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&manpath=OpenBSD%20Current&sektion=4&format=html">pf(4)</a> fragments. Also don't do af translation if pf_translate didn't succeed.
   <!-- 2011/12/20 -->
   <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rc.conf&manpath=OpenBSD%20Current&sektion=8&format=html">rc.conf(8)</a> adapted after recent rc scripts change.
   <li>For <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rc.d&manpath=OpenBSD%20Current&sektion=8&format=html">rc.d(8)</a>, move mandatory flags for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ftpd&manpath=OpenBSD%20Current&sektion=8&format=html">ftpd(8)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=identd&manpath=OpenBSD%20Current&sektion=8&format=html">identd(8)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=popa3d&manpath=OpenBSD%20Current&sektion=8&format=html">popa3d(8)</a> from daemon_flags to daemon.
   <li>Update to libXi 1.4.5.
   <li>Respect <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mount&manpath=OpenBSD%20Current&sektion=2&format=html">mount(2)</a> MNT_FORCE flag in ntfs_unmount and proceed even if a system vnode is being held. Prevents crashes with forced unmounts. Silence ntfs_reclaim so that kernel won't spit out vprint's angrily.
   <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mandocdb&manpath=OpenBSD%20Current&sektion=8&format=html">mandocdb(8)</a>/<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=apropos&manpath=OpenBSD%20Current&sektion=1&format=html">apropos(1)</a> work on strict alignment architectures. Note: binary database format still machine-dependent.
   <!-- 2011/12/19 -->
   <li>Improve <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=icmp&manpath=OpenBSD%20Current&sektion=4&format=html">icmp(4)</a> direction check in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&manpath=OpenBSD%20Current&sektion=4&format=html">pf(4)</a> to deal correctly with <code>af-to</code> states. No longer exclude <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=icmp&manpath=OpenBSD%20Current&sektion=4&format=html">icmp(4)</a> echo replies from the test.
   <li>Fix to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pfctl&manpath=OpenBSD%20Current&sektion=8&format=html">pfctl(8)</a> to unbreak rule optimizer.
   <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpd&manpath=OpenBSD%20Current&sektion=8&format=html">smtpd(8)</a> now returns an informative error string if the envelope is invalid; takes envelope id as a parameter and make sure it matches; no longer expects the errorline to start with an SMTP response code; and makes sure that all string fields are actual strings (to prevent overflows).
   <li>Added recognition of TI XIO2221 FireWire to pcidevs.
   <li>Added ID for Broadcom BCM57765 to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mii&manpath=OpenBSD%20Current&sektion=4&format=html">mii(4)</a>.
   <li>Fix checksum of UDP/TCP packets following RFC 3948. Required for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ipsec&manpath=OpenBSD%20Current&sektion=4&format=html">ipsec(4)</a> NAT-T transport mode.
   <li>Make sure <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=apropos&manpath=OpenBSD%20Current&sektion=1&format=html">apropos(1)</a> "any" really covers all search keys.
   <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mandocdb&manpath=OpenBSD%20Current&sektion=8&format=html">mandocdb(8)</a> format simpler/smaller by storing the file type as a single character, and storing paths relative to the directory containing the database.
 <!-- 2011/12/18 -->  <!-- 2011/12/18 -->
 <li>Xenocara updates the xserver to 1.11.3.  <li>Xenocara updates the xserver to 1.11.3.
 <li>Components of <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpd&manpath=OpenBSD%20Current&sektion=8&format=html">smtpd(8)</a> generalize error message building in even more places by leaving that task up to the utility function <code>envelope_set_errormsg()</code>.  <li>Components of <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpd&manpath=OpenBSD%20Current&sektion=8&format=html">smtpd(8)</a> generalize error message building in even more places by leaving that task up to the utility function <code>envelope_set_errormsg()</code>.

Legend:
Removed from v.1.1206  
changed lines
  Added in v.1.1207