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

Diff for /www/68.html between version 1.60 and 1.61

version 1.60, 2020/10/08 16:05:20 version 1.61, 2020/10/08 16:17:06
Line 172 
Line 172 
         <li>Corrected <a href="https://man.openbsd.org/getopt_long">getopt_long(3)</a> parsing of a trailing dash in an option group, which was being incorrectly returned as an argument.          <li>Corrected <a href="https://man.openbsd.org/getopt_long">getopt_long(3)</a> parsing of a trailing dash in an option group, which was being incorrectly returned as an argument.
         <li>Prevented callers inspecting unrelated fields in the libc resolver function asr_run().          <li>Prevented callers inspecting unrelated fields in the libc resolver function asr_run().
         <li>Introduced a darker <a href="https://man.openbsd.org/xenodm">xenodm(1)</a> login widget and a lower contrast default background.          <li>Introduced a darker <a href="https://man.openbsd.org/xenodm">xenodm(1)</a> login widget and a lower contrast default background.
           <li>Fixed a segmentation fault in <a href="https://man.openbsd.org/pstat">pstat(8)</a>'s printing of active vnodes.
         <li>Fixed an <a href="https://man.openbsd.org/xconsole">xconsole(1)</a> crash by starting it after setting the background.          <li>Fixed an <a href="https://man.openbsd.org/xconsole">xconsole(1)</a> crash by starting it after setting the background.
   </ul>    </ul>
   
Line 489 
Line 490 
   
     <li>Compatibility Changes      <li>Compatibility Changes
     <ul>      <ul>
         <li>Modify I/O behavior so that <a href="https://man.openbsd.org/SSL_CTX_set_mode#SSL_MODE_AUTO_RETRY">SSL_MODE_AUTO_RETRY</a> is the default similar to new OpenSSL releases.          <li>Modify I/O behavior so that <a href="https://man.openbsd.org/SSL_CTX_set_mode#SSL_MODE_AUTO_RETRY">SSL_MODE_AUTO_RETRY</a> is the default similar to new OpenSSL releases.
         <li>Add the P-521 curve to the list of curves supported by default in the client.          <li>Add the P-521 curve to the list of curves supported by default in the client.
         <li>Define OPENSSL_NO_SSL_TRACE in opensslfeatures.h.          <li>Define OPENSSL_NO_SSL_TRACE in opensslfeatures.h.
         <li>Make SSL_CTX_get_ciphers(NULL) return NULL rather than crash.          <li>Make SSL_CTX_get_ciphers(NULL) return NULL rather than crash.

Legend:
Removed from v.1.60  
changed lines
  Added in v.1.61