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

Diff for /www/plus.html between version 1.1449 and 1.1450

version 1.1449, 2019/08/30 17:46:11 version 1.1450, 2019/09/04 13:52:05
Line 89 
Line 89 
 <p>  <p>
   
 <ul>  <ul>
   <!-- 2019/09/04 -->
   <li>Introduced "junk" built-in filter actions to <a href="https://man.openbsd.org/smtpd">smtpd(8)</a>.
   <!-- 2019/09/03 -->
   <li>Added support to <a href="https://man.openbsd.org/amlclock">amlclock(4)</a> for obtaining CPU clock frequency.
   <li>Enabled <a href="https://man.openbsd.org/amlmmc">amlmmc(4)</a>, a driver for the SD/MMC controller found on various Amlogic SoCs.
   <li>Added <a href="https://man.openbsd.org/clang">clang(1)</a> support to macppc.
   <li>Dropped support for building with <a href="https://man.openbsd.org/gcc">gcc(1)</a> on armv7.
   <li>Added <a href="https://man.openbsd.org/bnxt">bnxt(4)</a> support for MSI-X.
   <li>Added sshsig, a lightweight signature and verification ability for OpenSSH, to <a href="https://man.openbsd.org/ssh-keygen">ssh-keygen(1)</a>. Signatures can be made and verified using <code>ssh-keygen -Y sign|verify</code>.
   <!-- 2019/09/02 -->
   <li>Implemented setting the CPU clock for Allwinner A64 SoCs in <a href="https://man.openbsd.org/sxiccmu">sxiccmu(4)</a>.
   <li>Made net80211 expose reasons for association failures to have <a href="https://man.openbsd.org/ifconfig">ifconfig(8)</a> display them in "scan" output and on the <a href="https://man.openbsd.org/ieee80211">ieee80211(9)</a> status line.
   <li>Reset the current wireless PHY mode to "auto" when a scan begins if in media autoselect mode, preventing AP selection error when an interface has been switched to a fixed PHY mode.
   <!-- 2019/09/01 -->
   <!-- 2019/08/31 -->
   <li>Fixed a tap-detection code error in <a href="https://man.openbsd.org/wscons">wscons(4)</a> that may prevent handler switching to the DETECT state when necessary.
   <!-- 2019/08/30 -->
   <li>Removed configured IPv6 addresses remaining when <a href="https://man.openbsd.org/slaacd">slaacd(8)</a> detects a link-state change but no new router advertisement.
   <!-- 2019/08/29 -->
   <li>Added <a href="https://man.openbsd.org/amldwusb">amldwusb(4)</a>, <a href="https://man.openbsd.org/amlusbphy">amlusbphy(4)</a> and <a href="https://man.openbsd.org/amlpciephy">amlpciephy(4)</a>, drivers for the USB controller and PHYs on the Amlogic G12A/B SoCs.
   <li>Prevented WPA APs from appearing as non-WPA to the AP selection logic if the driver announces RSN support.
   <li>Added <a href="https://man.openbsd.org/ure">ure(4)</a> support for RTL8153B.
   <li>Fixed <a href="https://man.openbsd.org/iwm">iwm(4)</a> frame length check.
 <!-- 2019/08/28 -->  <!-- 2019/08/28 -->
 <li>Used <a href="https://man.openbsd.org/acpi">acpi(4)</a> information to attach amd64 PCI busses as on arm64.  <li>Used <a href="https://man.openbsd.org/acpi">acpi(4)</a> information to attach amd64 PCI busses as on arm64.
 <li>Used <a href="https://man.openbsd.org/unveil">unveil(2)</a> at startup for <a href="https://man.openbsd.org/ping">ping(8)</a> and <a href="https://man.openbsd.org/traceroute">traceroute(8)</a> to render the filesystem read-only.  <li>Used <a href="https://man.openbsd.org/unveil">unveil(2)</a> at startup for <a href="https://man.openbsd.org/ping">ping(8)</a> and <a href="https://man.openbsd.org/traceroute">traceroute(8)</a> to render the filesystem read-only.

Legend:
Removed from v.1.1449  
changed lines
  Added in v.1.1450