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

Diff for /www/plus.html between version 1.1490 and 1.1491

version 1.1490, 2021/03/10 19:12:45 version 1.1491, 2021/04/10 01:22:26
Line 92 
Line 92 
 <p>  <p>
   
 <ul>  <ul>
   <!-- 2021/04/04 -->
   <!-- 2021/04/03 -->
   <li>Excluded the first page and added a guard page between I/O virtual address space allocations on arm64.
   <!-- 2021/04/02 -->
   <li>Included the default cert.pem file path in tls_load_file error messages in <a href="https://man.openbsd.org/rpki-client.8">rpki-client(8)</a>.
   <li>Implemented ZONEMD (RFC 8976) in <a href="https://man.openbsd.org/dig.1">dig(1)</a> to convey a message digest of the content of a DNS zone.
   <!-- 2021/04/01 -->
   <li>Updated <a href="https://man.openbsd.org/nsd.8">nsd(8)</a> to 4.3.6rc1.
   <li>Changed <a href="https://man.openbsd.org/tmux.1">tmux(1)</a> search-again with vi keys to work like <a href="https://man.openbsd.org/vi.1">vi(1)</a>.
   <li>Added RRDP (The RPKI Repository Delta Protocol, RFC 8182) support to <a href="https://man.openbsd.org/rpki-client.8">rpki-client(8)</a>.
   <!-- 2021/03/31 -->
   <li>Added the <a href="https://man.openbsd.org/rsync.1">rsync(1)</a> option --no-motd to suppress the information output by the client at the start of a daemon transfer.
   <li>Allowed <a href="https://man.openbsd.org/smtpd.conf.5">smtpd.conf(5)</a> specification of tls protocols and ciphers on relay actions.
   <!-- 2021/03/30 -->
   <!-- 2021/03/29 -->
   <li>Propagated host-side <a href="https://man.openbsd.org/tap.4">tap(4)</a> lladdr to guest vm process to allow unicast dhcp and bootp renewals with <a href="https://man.openbsd.org/vmd.8">vmd(8)</a>'s built-in dhcp server.
   <li>Cleaned up events on <a href="https://man.openbsd.org/vmd.8">vmd(8)</a> pause or resume and fixed an issue leading to broken serial console by cleanly tearing down and restoring emulated device state on vm send/receive.
   <!-- 2021/03/28 -->
   <li>Ignored WSMOUSEIO_GTYPE ioctl failure when checking /dev/wsmouse to ensure a driver is loaded to listen if a USB mouse is later plugged in.
   <li>Added vid/pid table to <a href="https://man.openbsd.org/umb.4">umb(4)</a> allowing matching to alternate configurations.
   <li>Ensured WEP and plaintext interface link state update by <a href="https://man.openbsd.org/ipw.4">ipw(4)</a>.
   <li>Finished conversion of <a href="https://man.openbsd.org/dhclient.8">dhclient(8)</a> timers to allow monotonic accounting for the active lease.
   <!-- 2021/03/27 -->
   <li>Added ARMv8-5 instruction set related CPU features to arm64.
   <!-- 2021/03/26 -->
   <li>Updated to xf86-video-r128 6.12.0.
   <li>Inverted the <a href="https://man.openbsd.org/mg.1">mg(1)</a> "R" indicator to mean that a "*" next to a file's name indicates that it is read-only. Made the active buffer indicator more visible by changing it to ">".
   <!-- 2021/03/25 -->
   <li>Permitted kern.somaxconn when the unix <a href="https://man.openbsd.org/pledge.2">pledge(2)</a> is used, allowing Go programs to use "unix" without also including "inet".
   <li>Provided <a href="https://man.openbsd.org/man4/arm64/apm.4">apm(4/arm64)</a> with battery information.
   <!-- 2021/03/24 -->
   <li>Prevented an amd64 kernel crash with protection fault due to an invalid offset when reading /dev/kmem.
   <li>Made <a href="https://man.openbsd.org/wscons.4">wscons(4)</a> touchpad tap detection less restrictive for multi-finger taps and improved tap detection.
   <!-- 2021/03/23 -->
   <li>Defined a USB quirk for <a href="https://man.openbsd.org/ums.4">ums(4)</a> and <a href="https://man.openbsd.org/umt.4">umt(4)</a> devices needing to keep their pipes open at all times.
   <li>Fixed an <a href="https://man.openbsd.org/iked.8">iked(8)</a> interop problem with strongswan if make-before-break is enabled.
   <!-- 2021/03/22 -->
   <li>Made <a href="https://man.openbsd.org/vmctl.8">vmctl(8)</a> properly indicate VMs are stopped instead of "running" with "vmctl status".
   <li>Updated device-tree bindings for <a href="https://man.openbsd.org/cwfg.4">cwfg(4)</a> to correct attaching and account for monitoring interval change, making cwfg(4) export values under hw.sensors as expected when using a Pinebook Pro.
   <!-- 2021/03/21 -->
   <li>Fixed a race between tx/rx handshakes in <a href="https://man.openbsd.org/wg.4">wg(4)</a>.
   <li>Added <a href="https://man.openbsd.org/mg.1">mg(1)</a> quoted strings capability in list values and limitation to characters allowed in symbol names.
   <!-- 2021/03/20 -->
   <li>Made it possible to disable the "autoconf" flag but keep "temporary" enabled in <a href="https://man.openbsd.org/ifconfig.8">ifconfig(8)</a>.
   <li>Added <a href="https://man.openbsd.org/btrace.8">btrace(8)</a> -n (no action) mode, which parses the program and then exits.
   <li>Added a "batch" mode to <a href="https://man.openbsd.org/mg.1">mg(1)</a> via the "-b" command line option which will initialize a pty, run the specified file of mg commands and then exit.
   <!-- 2021/03/19 -->
   <li>Added <a href="https://man.openbsd.org/rpki-client.8">rpki-client(8)</a> -V option to show version.
   <li>Removed <a href="https://man.openbsd.org/vmd.8">vwm(8)</a> booting from kernels in raw/qcow2 images.
   <!-- 2021/03/18 -->
   <li>Unlocked <a href="https://man.openbsd.org/sendsyslog.2">sendsyslog(2)</a>.
   <!-- 2021/03/17 -->
   <li>Made <a href="https://man.openbsd.org/ifconfig.8">ifconfig(8)</a> "-mplslabel" work with <a href="https://man.openbsd.org/mpw.4">mpw(4)</a>.
   <li>Enabled DTLSv1.2.
   <li>Made <a href="https://man.openbsd.org/iwx.4">iwx(4)</a> attach to AX201 devices with PCI ID 0x34f0. Needs <a href="https://man.openbsd.org/fw_update.1">fw_update(1)</a>.
   <li>Fixed a problem where <a href="https://man.openbsd.org/iwn.4">iwn(4)</a> firmware would generate bogus block ack requests and stall traffic.
   <li>Used the correct rdomain when adding and deleting routes with <a href="https://man.openbsd.org/mpip.4">mpip(4)</a> and <a href="https://man.openbsd.org/mpw.4">mpw(4)</a>.
   <li>Released <a href="https://ftp.openbsd.org/pub/OpenBSD/LibreSSL/libressl-3.2.5-relnotes.txt">LibreSSL 3.2.5</a>.
   <!-- 2021/03/16 -->
   <li>Fixed efiboot on some machines from CD-ROM due to unaligned pointers.
   <li>Added client-detached notification in <a href="https://man.openbsd.org/tmux.1">tmux(1)</a> control mode.
   <li>Stopped deleting control socket upon <a href="https://man.openbsd.org/apmd.8">apmd(8)</a> exit, preventing accounting of <a href="https://man.openbsd.org/unveil.2">unveil(2)</a> violations when stopping normally.
   <!-- 2021/03/15 -->
   <!-- 2021/03/14 -->
   <li>Skipped <a href="https://man.openbsd.org/xenodm.1">xenodm(1)</a> IPv6 link local addresses for TCP listener authorizations, matching what is done by <a href="https://man.openbsd.org/startx.1">startx(1)</a>.
   <!-- 2021/03/13 -->
   <li>Added <a href="https://man.openbsd.org/wsfb.4">wsfb(4)</a> support for 30-bit color.
   <li>Stopped <a href="https://man.openbsd.org/xenodm.1">xenodm(1)</a> from adding authorizations for TCP connections by default and added "listenTCP" to explicitly add authorizations for existing IP addresses on startup.
   <li>Made <a href="https://man.openbsd.org/ftp.1">ftp(1)</a> set timestamps only on files.
   <li>Removed the 30s minimum delay for <a href="https://man.openbsd.org/xlock.1">xlock(1)</a> timeouts.
   <!-- 2021/03/12 -->
   <li>Updated <a href="https://man.openbsd.org/unbound.8">unbound(8)</a> to 1.13.1.
   <li>Prevented a WPA failure in <a href="https://man.openbsd.org/ipw.4">ipw(4)</a> due to a state mismatch between firmware and net80211 during the association sequence.
   <li>Added a deprecation warning for autoconfprivacy to <a href="https://man.openbsd.org/ifconfig.8">ifconfig(8)</a>.
   <li>Implemented RA in <a href="https://man.openbsd.org/iwm.4">iwm(4)</a> and <a href="https://man.openbsd.org/iwn.4">iwn(4)</a>.
   <li>Introduced RA, a new 11nm Tx rate adaptation module for net80211. Unlike MiRa, RA does not attempt to precisely measure actual throughput but simply deducts a loss percentage from the theoretical throughput which can be achieved by a given MCS.
   <li>Updated Spleen kernel fonts to version 1.9.0.
   <li>Emulated "[inet] autoconf" <a href="https://man.openbsd.org/hostname.if.5">hostname.if(5)</a> lines with "dhcp" so users testing <a href="https://man.openbsd.org/dhcpleased.8">dhcpleased(8)</a> will still be able to upgrade manually while the installer uses only <a href="https://man.openbsd.org/dhclient.8">dhclient(8)</a>.
   <!-- 2021/03/11 -->
   <li>Changed <a href="https://man.openbsd.org/ifconfig.8">ifconfig(8)</a> to adjust terminology to reflect "temporary address extensions" rather than the former "privacy extensions," including the addition of an AUTOCONF6TEMP flag (to replace the negative flag "INET6_NOPRIVACY").
   <li>Used <a href="https://man.openbsd.org/unveil.2">unveil(2)</a> for <a href="https://man.openbsd.org/apmd.8">apmd(8)</a>.
   <li>Forced the interface up when AUTOCONF4 or AUTOCONF flags are enabled.
   <li>Added SMP support to arm64.
   <!-- 2021/03/10 -->
   <li>Added a <a href="https://man.openbsd.org/tmux.1">tmux(1)</a> "absolute-centre" alignment to use the center of the total space instead of the available space.
   <li>Added <a href="https://man.openbsd.org/tmux.1">tmux(1)</a> split-window -Z to start the pane zoomed.
   <li>Fixed <a href="https://man.openbsd.org/ksh.1">ksh(1)</a> redrawing of a multiline PS1 prompt in vi mode and added support for ^R (redraw) in insert mode.
   <li>Requested client certificate only when required in <a href="https://man.openbsd.org/smtpd.8">smtpd(8)</a>.
   <li>Increased the maximum length for CHAP challenges to 96 octets to ensure <a href="https://man.openbsd.org/npppd.8">npppd(8)</a> can handle longer challenges, such as those sent by Juniper.
   <!-- 2021/03/09 -->
   <li>Prevented a potential hang when trying to remove a <a href="https://man.openbsd.org/tun.4">tun(4)</a> interface.
   <li>Recognized Apple Firestorm cores on arm64.
   <li>Added support for 30-bit color modes to <a href="https://man.openbsd.org/simplefb.4">simplefb(4)</a>.
   <li>Prevented <a href="https://man.openbsd.org/disklabel.8">disklabel(8)</a> from adjusting the swap 'b' partition size if physmem is zero to keep the auto-allocate code from putting a filesystem on that partition.
 <!-- 2021/03/08 -->  <!-- 2021/03/08 -->
 <li>Enabled <a href="https://man.openbsd.org/ixl.4">ixl(4)</a> on arm64.  <li>Enabled <a href="https://man.openbsd.org/ixl.4">ixl(4)</a> on arm64.
 <li>Added support for <a href="https://man.openbsd.org/sdhc.4">sdhc(4)</a> on the Raspberry Pi in ACPI mode.  <li>Added support for <a href="https://man.openbsd.org/sdhc.4">sdhc(4)</a> on the Raspberry Pi in ACPI mode.

Legend:
Removed from v.1.1490  
changed lines
  Added in v.1.1491