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

Diff for /www/plus65.html between version 1.8 and 1.9

version 1.8, 2019/04/13 21:15:30 version 1.9, 2019/05/27 22:55:26
Line 1 
Line 1 
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">  <!doctype html>
 <html>  <html lang=en id=plus>
 <head>  <meta charset=utf-8>
 <title>OpenBSD 6.5 Changelog</title>  <title>OpenBSD 6.5 Changelog</title>
 <meta name="description" content="OpenBSD 6.5 changes">  <meta name="description" content="OpenBSD 6.5 changes">
 <meta name="copyright" content="This document copyright 1996-2019 by OpenBSD.">  
 <meta name="viewport" content="width=device-width, initial-scale=1">  <meta name="viewport" content="width=device-width, initial-scale=1">
 <link rel="stylesheet" type="text/css" href="openbsd.css">  <link rel="stylesheet" type="text/css" href="openbsd.css">
 <link rel="canonical" href="https://www.openbsd.org/plus65.html">  <link rel="canonical" href="https://www.openbsd.org/plus65.html">
 </head>  <style>
   strong {
           color: var(--red);
           font-weight: normal;
   }
   
 <body bgcolor="#ffffff" text="#000000" link="#23238e">  h3 {
           color: var(--blue);
   }
   </style>
   
 <h2>  <h2 id=OpenBSD>
 <a href="index.html">  <a href="index.html">
 <font color="#0000ff"><i>Open</i></font><font color="#000084">BSD</font></a>  <i>Open</i><b>BSD</b></a>
 <font color="#e00000">6.5 Changelog</font>  6.5 Changelog
 </h2>  </h2>
 <hr>  <hr>
   
Line 79 
Line 85 
 <br>  <br>
   
 <p>  <p>
 <h3><font color="#0000e0">Changes made between OpenBSD 6.4 and 6.5</font></h3>  <h3>Changes made between OpenBSD 6.4 and 6.5</h3>
 <p>  <p>
   
 <ul>  <ul>
Line 379 
Line 385 
 <li>Updated the en_US.UTF-8 <a href="https://man.openbsd.org/locale">locale(1)</a> to Unicode 10.  <li>Updated the en_US.UTF-8 <a href="https://man.openbsd.org/locale">locale(1)</a> to Unicode 10.
 <li>Improved the <a href="https://man.openbsd.org/clang">clang(1)</a> X86FixupGadgets pass to further reduce ROP gadgets produced during compilation. Added a command line switch to disable this functionality.  <li>Improved the <a href="https://man.openbsd.org/clang">clang(1)</a> X86FixupGadgets pass to further reduce ROP gadgets produced during compilation. Added a command line switch to disable this functionality.
 <!-- 2019/02/21 -->  <!-- 2019/02/21 -->
 <li>Fixed <a href="https://man.openbsd.org/strptime">strptime(3)</a> to consume one leading space with <tt>%e</tt> iff given, allowing data from <a href="https://man.openbsd.org/strftime">strftime(3)</a> to round trip safely.  <li>Fixed <a href="https://man.openbsd.org/strptime">strptime(3)</a> to consume one leading space with <code>%e</code> iff given, allowing data from <a href="https://man.openbsd.org/strftime">strftime(3)</a> to round trip safely.
 <li>Changed <a href="https://man.openbsd.org/ssdfb">ssdfb(4)</a> to allow usage of <a href="https://man.openbsd.org/mmap">mmap(2)</a> so the framebuffer can be used outside of the kernel. Also allowed brightness levels to be changed.  <li>Changed <a href="https://man.openbsd.org/ssdfb">ssdfb(4)</a> to allow usage of <a href="https://man.openbsd.org/mmap">mmap(2)</a> so the framebuffer can be used outside of the kernel. Also allowed brightness levels to be changed.
 <li>Fixed an issue with <a href="https://man.openbsd.org/xhci">xhci(4)</a> transfers that could cause an "invalid CSW" error.  <li>Fixed an issue with <a href="https://man.openbsd.org/xhci">xhci(4)</a> transfers that could cause an "invalid CSW" error.
 <li>Changed <a href="https://man.openbsd.org/rsync">rsync(1)</a> --delete behavior to better interoperate with GPL rsync.  <li>Changed <a href="https://man.openbsd.org/rsync">rsync(1)</a> --delete behavior to better interoperate with GPL rsync.
Line 697 
Line 703 
 <li>Set <a href="https://man.openbsd.org/clang">clang(1)</a> to disable the correct performance options based on architecture. Clang now checks CPU architecture and not system architecture when setting protection flags.  <li>Set <a href="https://man.openbsd.org/clang">clang(1)</a> to disable the correct performance options based on architecture. Clang now checks CPU architecture and not system architecture when setting protection flags.
 <li>Enabled <a href="https://man.openbsd.org/uhci">uhci(4)</a> USB support for ARMv7.  <li>Enabled <a href="https://man.openbsd.org/uhci">uhci(4)</a> USB support for ARMv7.
 <!-- 2019/01/11 -->  <!-- 2019/01/11 -->
 <li>Fixed <a href="https://man.openbsd.org/pfctl">pfctl(8)</a> to exit immediately when <tt>-i interface</tt> is given with <tt>-F all</tt> to prevent invalid usage from flushing anything.  <li>Fixed <a href="https://man.openbsd.org/pfctl">pfctl(8)</a> to exit immediately when <code>-i interface</code> is given with <code>-F all</code> to prevent invalid usage from flushing anything.
 <li>Modified <a href="https://man.openbsd.org/pfctl">pfctl(8)</a> to warn about table namespace collisions across all anchors and during <tt>-n</tt> test runs as well.  <li>Modified <a href="https://man.openbsd.org/pfctl">pfctl(8)</a> to warn about table namespace collisions across all anchors and during <code>-n</code> test runs as well.
 <li>Antiquated <a href="https://man.openbsd.org/OpenBSD-6.4/mincore.2">mincore(2)</a> will not be needed and was removed, eliminating an interface that exposed physical machine information unnecessarily.  <li>Antiquated <a href="https://man.openbsd.org/OpenBSD-6.4/mincore.2">mincore(2)</a> will not be needed and was removed, eliminating an interface that exposed physical machine information unnecessarily.
 <li>Bug fixes for <a href="https://man.openbsd.org/otus">otus(4)</a> devices based on the Atheros AR9001U chipset.  <li>Bug fixes for <a href="https://man.openbsd.org/otus">otus(4)</a> devices based on the Atheros AR9001U chipset.
 <li>Changed <a href="https://man.openbsd.org/mandoc">mandoc(1)</a> html output to display tooltips using css exclusively.  <li>Changed <a href="https://man.openbsd.org/mandoc">mandoc(1)</a> html output to display tooltips using css exclusively.
Line 855 
Line 861 
 <li>Changed <a href="https://man.openbsd.org/bgpctl">bgpctl(8)</a> to set the routing table when adding a network.  <li>Changed <a href="https://man.openbsd.org/bgpctl">bgpctl(8)</a> to set the routing table when adding a network.
 <li>Applied fix to <a href="https://man.openbsd.org/savecore">savecore(8)</a> to unbreak 'savecore -c'.  <li>Applied fix to <a href="https://man.openbsd.org/savecore">savecore(8)</a> to unbreak 'savecore -c'.
 <li>Added support for RTL8192EU adapters to <a href="https://man.openbsd.org/urtwn">urtwn(4)</a>.  <li>Added support for RTL8192EU adapters to <a href="https://man.openbsd.org/urtwn">urtwn(4)</a>.
 <li>Added the 'vmctl wait <VM>' command to <a href="https://man.openbsd.org/vmctl">vmctl(8)</a>.  <li>Added the 'vmctl wait &lt;VM>' command to <a href="https://man.openbsd.org/vmctl">vmctl(8)</a>.
 <li>Introduced into <a href="https://man.openbsd.org/vmd">vmd(8)</a> IMSG_VMDOP_WAIT_VM_REQUEST, a control message registering a vmctl peerid which should be informed when the VM is stopped.  <li>Introduced into <a href="https://man.openbsd.org/vmd">vmd(8)</a> IMSG_VMDOP_WAIT_VM_REQUEST, a control message registering a vmctl peerid which should be informed when the VM is stopped.
 <!-- 2018/12/03 -->  <!-- 2018/12/03 -->
 <li>Cleaned up the validation of .Pp, .PP, .sp and .br in <a href="https://man.openbsd.org/mandoc">mandoc(1)</a>, resolving duplicate handling issues, handling missing cases and improving diagnostics.  <li>Cleaned up the validation of .Pp, .PP, .sp and .br in <a href="https://man.openbsd.org/mandoc">mandoc(1)</a>, resolving duplicate handling issues, handling missing cases and improving diagnostics.
Line 1101 
Line 1107 
 <li>Linked libc++.so against libc++abi.so to allow linking of C binaries against C++ shared libraries.  <li>Linked libc++.so against libc++abi.so to allow linking of C binaries against C++ shared libraries.
 <li>Exposed net.inet.ip.arpq.drops to <a href="https://man.openbsd.org/sysctl">sysctl(8)</a> to aid debugging of dropped packets without counter increases.  <li>Exposed net.inet.ip.arpq.drops to <a href="https://man.openbsd.org/sysctl">sysctl(8)</a> to aid debugging of dropped packets without counter increases.
 </ul>  </ul>
 <p>  
   
 </body>  
 </html>  

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9