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

Diff for /www/plus.html between version 1.1439 and 1.1440

version 1.1439, 2019/05/09 06:15:14 version 1.1440, 2019/05/27 22:55:21
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 -current Changelog</title>  <title>OpenBSD -current Changelog</title>
 <meta name="description" content="OpenBSD -current changes">  <meta name="description" content="OpenBSD -current 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/plus.html">  <link rel="canonical" href="https://www.openbsd.org/plus.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">-current Changelog</font>  -current Changelog
 </h2>  </h2>
 <hr>  <hr>
   
Line 79 
Line 85 
 <br>  <br>
   
 <p>  <p>
 <h3><font color="#0000e0">Changes made between OpenBSD 6.5 and -current</font></h3>  <h3>Changes made between OpenBSD 6.5 and -current</h3>
 <p>  <p>
   
 <ul>  <ul>
Line 235 
Line 241 
 <li>Added missing compatibles for newer Linux kernel bindings to <a href="https://man.openbsd.org/mvpinctrl">mvpinctrl(4)</a>.  <li>Added missing compatibles for newer Linux kernel bindings to <a href="https://man.openbsd.org/mvpinctrl">mvpinctrl(4)</a>.
 <li>Fixed a leak in SSL_dup_CA_list() in <a href="https://man.openbsd.org/man3/ssl.3">ssl(3)</a>.  <li>Fixed a leak in SSL_dup_CA_list() in <a href="https://man.openbsd.org/man3/ssl.3">ssl(3)</a>.
 </ul>  </ul>
 <p>  
   
 </body>  
 </html>  

Legend:
Removed from v.1.1439  
changed lines
  Added in v.1.1440