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

Diff for /www/plus20.html between version 1.64 and 1.65

version 1.64, 2019/04/08 16:14:53 version 1.65, 2019/05/27 22:55:22
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 2.0 Changelog</title>  <title>OpenBSD 2.0 Changelog</title>
 <meta name="description" content="OpenBSD 2.0 changes">  <meta name="description" content="OpenBSD 2.0 changes">
 <meta name="copyright" content="This document copyright 1996 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/plus20.html">  <link rel="canonical" href="https://www.openbsd.org/plus20.html">
 </head>  <style>
   strong {
           color: var(--red);
   }
   
 <body bgcolor="#ffffff" text="#000000" link="#23238E">  h3 {
           color: var(--blue);
   }
   
 <h2>  p strong {
           font-weight: normal;
   }
   </style>
   
   <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">2.0 Changelog</font>  2.0 Changelog
 </h2>  </h2>
 <hr>  <hr>
   
Line 29 
Line 38 
 changes, starting with those listed below..  changes, starting with those listed below..
   
 <p>  <p>
 Note: <font color="#e00000">Problems for which patches exist are marked in red</font>.  Note: <strong>Problems for which patches exist are marked in red</strong>.
   
 <p>  <p>
 For changes in other releases, click below:<br>  For changes in other releases, click below:<br>
Line 84 
Line 93 
 <br>  <br>
   
 <p>  <p>
 <h3><font color="#0000e0">Changes made between birth and OpenBSD 2.0</font></h3>  <h3>Changes made between birth and OpenBSD 2.0</h3>
 <p>  <p>
   
 <ul>  <ul>
Line 126 
Line 135 
 <li>improved locate command  <li>improved locate command
 <li>Fixed timeout support in RPC library, and also fixed it to support more than FD_SETSIZE file descriptors.  <li>Fixed timeout support in RPC library, and also fixed it to support more than FD_SETSIZE file descriptors.
 <li>rudimentary support for ISA Plug-and-Play cards  <li>rudimentary support for ISA Plug-and-Play cards
 <li>`lsof'-style features in fstat.  <li>'lsof'-style features in fstat.
 <li>Numerous ftpd improvements and fixes, including multihomed and skey support.  <li>Numerous ftpd improvements and fixes, including multihomed and skey support.
 <li>ncr53cXXX scsi scripts assembler  <li>ncr53cXXX scsi scripts assembler
 <li>arc4-based random support in kernel  <li>arc4-based random support in kernel
Line 189 
Line 198 
 <li>New curses library, including libform, libpanel and libmenu.  <li>New curses library, including libform, libpanel and libmenu.
 <li>Many many NetBSD PRs fixed (which NetBSD has not yet fixed)  <li>Many many NetBSD PRs fixed (which NetBSD has not yet fixed)
 </ul>  </ul>
 <p>  
   
 </body>  
 </html>  

Legend:
Removed from v.1.64  
changed lines
  Added in v.1.65