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

Diff for /www/plus.html between version 1.1233 and 1.1234

version 1.1233, 2012/07/06 02:52:11 version 1.1234, 2012/07/11 02:06:02
Line 76 
Line 76 
 <p>  <p>
   
 <ul>  <ul>
   <!-- 2012/07/08 -->
   <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mandoc&manpath=OpenBSD%20Current&sektion=1&format=html">mandoc(1)</a> fixes: .Lk for -Tascii (implemented it for -Tman); fixed vertical spacing for -Tman SYNOPSIS .Fn .Fo .Ft .In .Nm .Va .Vt.
   <li>To more reliably detect altered system files, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=security&manpath=OpenBSD%20Current&sektion=8&format=html">security(8)</a> switched from MD5 to SHA-256, using <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mtree&manpath=OpenBSD%20Current&sektion=8&format=html">mtree(8)</a>.
   <li>Added <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mtree&manpath=OpenBSD%20Current&sektion=8&format=html">mtree(8)</a> support for the "sha256digest" keyword to create/compare SHA-256 digests of files.
   <li>Pass @ (array) information along to auto-make simpler accessors in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=libtool&manpath=OpenBSD%20Current&sektion=1&format=html">libtool(1)</a>; first use of permuted options.
   <li>Incoming <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpd&manpath=OpenBSD%20Current&sektion=8&format=html">smtpd(8)</a> messages are now always stored in /incoming, whatever the queue_backend is; check return value of generated paths before calling rmtree().
   <li>Disallow manual security associations that use AES-CTR, AES-GCM, or AES-GMAC (all unsafe with static keys) in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ipsec.conf&manpath=OpenBSD%20Current&sektion=5&format=html">ipsec.conf(5)</a>. Also, forbidden by RFCs 3686, 4106, and 4543.
   <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pfctl&manpath=OpenBSD%20Current&sektion=8&format=html">pfctl(8)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tcpdump&manpath=OpenBSD%20Current&sektion=8&format=html">tcpdump(8)</a> tweaked to make -P flag work with -ss (print port names and states).
   <li>Implemented res_querydomain(), required by <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sendmail&manpath=OpenBSD%20Current&sektion=8&format=html">sendmail(8)</a>.
   <li>Implemented -Tman .An in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mandoc&manpath=OpenBSD%20Current&sektion=1&format=html">mandoc(1)</a>; reset -[no]split mode at .Sh AUTHORS in -Tascii.
   <li>Added <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&manpath=OpenBSD%20Current&sektion=1&format=html">tmux(1)</a> choose-tree command to show windows and sessions in the same list.
   <li>Switched <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=diff&manpath=OpenBSD%20Current&sektion=1&format=html">diff(1)</a> binary file detection. Stops some character encodings being wrongly treated as binary.
   <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpd&manpath=OpenBSD%20Current&sektion=8&format=html">smtpd(8)</a> supports relay URLs (users need to update <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpd.conf&manpath=OpenBSD%20Current&sektion=5&format=html">smtpd.conf(5)</a> if using "relay via" rules).
   <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpd&manpath=OpenBSD%20Current&sektion=8&format=html">smtpd(8)</a> replaced starttls:// schema with tls://.
   <li>Added <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mandoc&manpath=OpenBSD%20Current&sektion=1&format=html">mandoc(1)</a> flags to insert a .sp or .br request before the next output, for better SYNOPSIS spacing.
   <li>Better error messages from <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mount&manpath=OpenBSD%20Current&sektion=8&format=html">mount(8)</a>.
   <li>Make hibernate_free() safe to be called even if the hibernate areas allocation failed.
   <li>Implemented -Tman .Va; fix -Tman .Vt for the non-SYNOPSIS case in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mandoc&manpath=OpenBSD%20Current&sektion=1&format=html">mandoc(1)</a>.
   <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=radeon&manpath=OpenBSD%20Current&sektion=4&format=html">radeon(4)</a> 6.14.4 code reviewed, to fix accumulated CVS merge errors.
   <li>Increase maximum number of npppd <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tun&manpath=OpenBSD%20Current&sektion=4&format=html">tun(4)</a> interfaces to 8.
   <li>Implemented <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mandoc&manpath=OpenBSD%20Current&sektion=1&format=html">mandoc(1)</a> -Tman .Vt.
   <li>Don't hold the fd-table lock across vn_open(), as opening a FIFO may block. Avoids possible race.
   <li>Added support to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rtadvd&manpath=OpenBSD%20Current&sektion=8&format=html">rtadvd(8)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rtadvd.conf&manpath=OpenBSD%20Current&sektion=5&format=html">rtadvd.conf(5)</a> for advertising dns servers and search paths in router advertisements (RFC 6106).
   <li>Start using our options parser for main <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=libtool&manpath=OpenBSD%20Current&sektion=1&format=html">libtool(1)</a> options; put link related stuff into their own module; shortdie for cases where it is known <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=libtool&manpath=OpenBSD%20Current&sektion=1&format=html">libtool(1)</a> is not at fault.
   <!-- 2012/07/08 -->
   <li>Handle O_ACCMODE bits correctly, so O_RDONLY is displayed by <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=kdump&manpath=OpenBSD%20Current&sektion=1&format=html">kdump(1)</a> even when other flag bits are set.
   <li>Basic implementation of -Tman .Fo and .Fa added to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mandoc&manpath=OpenBSD%20Current&sektion=1&format=html">mandoc(1)</a> (some blank lines still missing from output).
   <li>Specialised/simplified <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=libtool&manpath=OpenBSD%20Current&sektion=1&format=html">libtool(1)</a> option handler.
   <li>Add noifprefix, an option to send an RA with no prefix information, to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rtadvd&manpath=OpenBSD%20Current&sektion=8&format=html">rtadvd(8)</a>.
   <li>Remove the hardcoded limit of 16 on the number of <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pflog&manpath=OpenBSD%20Current&sektion=4&format=html">pflog(4)</a> interfaces.
   <li>Clear flags across all <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&manpath=OpenBSD%20Current&sektion=1&format=html">tmux(1)</a> sessions.
   <!-- 2012/07/07 -->
   <li>Fixed <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cwm&manpath=OpenBSD%20Current&sektion=1&format=html">cwm(1)</a> atom for retrieving WM_STATE between re-exec's, and for setting WM_STATE.
   <li>Fix two races in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=socket&manpath=OpenBSD%20Current&sektion=2&format=html">socket(2)</a> splicing.
   <li>Removed incorrect check in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pfctl&manpath=OpenBSD%20Current&sektion=8&format=html">pfctl(8)</a> preventing set-tos for IPv6.
   <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mandoc&manpath=OpenBSD%20Current&sektion=1&format=html">mandoc(1)</a> now supports the .cc request.
   <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=libtool&manpath=OpenBSD%20Current&sektion=1&format=html">libtool(1)</a> changes: added LT::OSConfig for config values, and walk the object to print the config (instead of printing the values manually); made $mode into an actual object; added a dump method (simplifying the --config call).
   <li>Added the Chicony x200 camera to usbdevs.
   <li>Fixed a <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mandoc&manpath=OpenBSD%20Current&sektion=1&format=html">mandoc(1)</a> assert() raised by "RS" when following "TP" without a tag.
   <li>Allow <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=httpd&manpath=OpenBSD%20Current&sektion=8&format=html">httpd(8)</a> to build even if sslv2 is disabled.
   <li>Updated to freetype-2.4.10.
   <li>Updated <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=nginx&manpath=OpenBSD%20Current&sektion=8&format=html">nginx(8)</a> to 1.2.2; start using /var/www/cache instead of /var/www/tmp.
   <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mandoc&manpath=OpenBSD%20Current&sektion=1&format=html">mandoc(1)</a> basic support for "-Tman .In" and "-Tman .Ft and .Fn"; implemented "-Tman .Bd" -offset and -compact, "-Tman .Sm", "-Tman .Bk"; after .Lb in library section, break the line in the final output.
   <li>Check for valid partition when <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=fdisk&manpath=OpenBSD%20Current&sektion=8&format=html">fdisk(8)</a> "select"ing a partition.
   <li>Replaced <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=atoi&manpath=OpenBSD%20Current&sektion=3&format=html">atoi(3)</a> with <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=strtonum&manpath=OpenBSD%20Current&sektion=3&format=html">strtonum(3)</a> in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=fdisk&manpath=OpenBSD%20Current&sektion=8&format=html">fdisk(8)</a> code, and made related error messages consistent.
   <li>Allow <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=nc&manpath=OpenBSD%20Current&sektion=1&format=html">nc(1)</a> UDP server to receive datagrams from multiple socket pairs with -k flag.
   <li>Restored <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&manpath=OpenBSD%20Current&sektion=4&format=html">pf(4)</a> DIOCKILLSTATE semantics. Should fix "<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=authpf&manpath=OpenBSD%20Current&sektion=8&format=html">authpf(8)</a> doesn't remove NAT states" issue.
   <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mandoc&manpath=OpenBSD%20Current&sektion=1&format=html">mandoc(1)</a> "-mdoc -Tman" fixes: right after .Ns, avoid breaking the line in man code; after .Fl without arguments, do not insert a blank into man code; before each .Nm in .Sh SYNOPSIS, insert a .br into man code; skip .Pp arguments, don't copy them to man code.
   <li>Fixed an <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ehci&manpath=OpenBSD%20Current&sektion=4&format=html">ehci(4)</a> abort loop problem when aborting a transfer.
   <li>Fixed file descriptor leak in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=authpf&manpath=OpenBSD%20Current&sektion=8&format=html">authpf(8)</a>.
   <li>Unbreak Mesa GLX1.3 constructors with software dri. Makes clutter/cogl works with software acceleration.
   <li>Don't enable Mesa INTEL_swap_event unconditionally. Unbreaks clutter/cogl and other toolkits.
   <li>Report incoming connections when -l is specified with -v in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=nc&manpath=OpenBSD%20Current&sektion=1&format=html">nc(1)</a>.
   <li>Restore default argument to use "/tftpboot" in <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. Makes <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tftpd&manpath=OpenBSD%20Current&sektion=8&format=html">tftpd(8)</a> work out of the box.
   <li>Support for gaming-style USB keyboards (that use a variable for each separate key in the HID report).
   <!-- 2012/07/06 -->
   <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cwm&manpath=OpenBSD%20Current&sektion=1&format=html">cwm(1)</a> querying for Xinerama now done per display, not per screen.
   <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pkg_add&manpath=OpenBSD%20Current&sektion=1&format=html">pkg_add(1)</a> sets -i on automatically for ttys; uses -i/-I to force interactive/non interactive mode.
   <!-- 2012/07/05 -->
   <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&manpath=OpenBSD%20Current&sektion=1&format=html">ssh(1)</a> setting of tty_flag moved to after config parsing, so RequestTTY options are correctly picked up (bz#1995).
   <li>Fixed <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&manpath=OpenBSD%20Current&sektion=1&format=html">ssh(1)</a> memory leak of passed-in environment variables and connection context when new session message is malformed (bz#2003).
   <li>Added <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh-keygen&manpath=OpenBSD%20Current&sektion=1&format=html">ssh-keygen(1)</a> options to specify starting line number and number of lines to process when screening moduli candidates. Allows processing of different parts of a candidate moduli file in parallel.
   <li>Correct the jumbo setup code within <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=brgphy&manpath=OpenBSD%20Current&sektion=4&format=html">brgphy(4)</a> so it is not disabled on the physical layer interface.
   <li>Set the prefetch threshold for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ix&manpath=OpenBSD%20Current&sektion=4&format=html">ix(4)</a>. Provides some performance improvement.
   <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ix&manpath=OpenBSD%20Current&sektion=4&format=html">ix(4)</a> now forces a cleanup if number of tx descriptors is below threshold.
   <li>Added flow control to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bnx&manpath=OpenBSD%20Current&sektion=4&format=html">bnx(4)</a>. Tested on 5706, 5708, 5709, 5716 chipsets.
   <li>NVIDIA GeForce 320M (found on the 2010 version of the Apple Mac mini) added to pcidevs.
   <li>Decode <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ipsecctl&manpath=OpenBSD%20Current&sektion=8&format=html">ipsecctl(8)</a> sa flags to enable realtime observation of changes with monitor mode.
   <li>Don't output <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ipsecctl&manpath=OpenBSD%20Current&sektion=8&format=html">ipsecctl(8)</a> "esn" string in rule section (can't use the keyword to create a esn-enabled rule anyway).
   <li>when rekeying ike sa, copy more info from the old one; fixes last known <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=iked&manpath=OpenBSD%20Current&sektion=8&format=html">iked(8)</a> inter-op problem with windows 7.
   <!-- 2012/07/04 -->
   <li>Adjust the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bgpd&manpath=OpenBSD%20Current&sektion=8&format=html">bgpd(8)</a> route decision code to cover checks needed due to route reflection.
   <li>Fixed <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cwm&manpath=OpenBSD%20Current&sektion=1&format=html">cwm(1)</a> atom (WM_PROTOCOLS) style handing; closing a window will no longer close entire application if the client supports CLIENT_PROTO_DELETE.
   <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=libtool&manpath=OpenBSD%20Current&sektion=1&format=html">libtool(1)</a> changes: cleanup options handling; simplify LT::Trace syntax; implement --tag checks; added libtool comp support, as per libtool2 (implicit modes still as per libtool1); prevent shell code in nm execution.
   <li>Set 10_100_ONLY flag for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bge&manpath=OpenBSD%20Current&sektion=4&format=html">bge(4)</a> BCM57791/BCM57795 chipsets.
   <!-- 2012/07/03 -->
   <li>Re-implement atom handing for more consistent separation of <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cwm&manpath=OpenBSD%20Current&sektion=1&format=html">cwm(1)</a> and Extended Window Manager Hints.
   <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sigpending&manpath=OpenBSD%20Current&sektion=2&format=html">sigpending(2)</a> fixed to work on the sh architecture.
   <li>Improved <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=iked&manpath=OpenBSD%20Current&sektion=8&format=html">iked(8)</a> key derivation function when rekeying IKE SA, as specified in s2.18 of RFC5996.
   <!-- 2012/07/02 -->
   <li>Simplified <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cvs&manpath=OpenBSD%20Current&sektion=1&format=html">cvs(1)</a> rcsnum parsing by using a fixed array, avoiding <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=realloc&manpath=OpenBSD%20Current&sektion=3&format=html">realloc(3)</a>.
   <li>Lookup <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpd&manpath=OpenBSD%20Current&sektion=8&format=html">smtpd(8)</a> queue and scheduler backends by name, rather than enum. Added command-line option to specify the backend to use.
   <li>Only check state flags when processing an <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=iked&manpath=OpenBSD%20Current&sektion=8&format=html">iked(8)</a> response (an unnecessary check otherwise).
   <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=iked&manpath=OpenBSD%20Current&sektion=8&format=html">iked(8)</a> will now augment every sa_free call with a debugging log message.
   <li>Hibernate i/o implementation for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ahci&manpath=OpenBSD%20Current&sektion=4&format=html">ahci(4)</a>. Works with ATI SBx00 controller (not yet with jmicron or intel).
   <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=iked&manpath=OpenBSD%20Current&sektion=8&format=html">iked(8)</a> no longer closes IKE SA immediately when rekeying; closes on timeout if no SA delete received.
   <li>Use a randomising counter to generate unique ids, so <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpd&manpath=OpenBSD%20Current&sektion=8&format=html">smtpd(8)</a> does not <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=usleep&manpath=OpenBSD%20Current&sektion=3&format=html">usleep(3)</a> in the wrong places.
   <li>Set <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&manpath=OpenBSD%20Current&sektion=1&format=html">ssh(1)</a> interactive ToS flag for forwarded <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=X&manpath=OpenBSD%20Current&sektion=7&format=html">X(7)</a> X11 sessions.
 <!-- 2012/07/01 -->  <!-- 2012/07/01 -->
 <li>Increased sparc's default and maximum text, data and stack size limits (required to build X at -O2, and by many ports).  <li>Increased sparc's default and maximum text, data and stack size limits (required to build X at -O2, and by many ports).
 <li>Fix the use of ALPS touchpads with recent (>1.6) xf86-input-synaptics drivers.  <li>Fix the use of ALPS touchpads with recent (>1.6) xf86-input-synaptics drivers.
Line 991 
Line 1079 
   
 </body>  </body>
 </html>  </html>
   
   

Legend:
Removed from v.1.1233  
changed lines
  Added in v.1.1234