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

Diff for /www/plus22.html between version 1.65 and 1.66

version 1.65, 2019/04/08 16:14:53 version 1.66, 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.2 Changelog</title>  <title>OpenBSD 2.2 Changelog</title>
 <meta name="description" content="OpenBSD 2.2 changes">  <meta name="description" content="OpenBSD 2.2 changes">
 <meta name="copyright" content="This document copyright 1996-1997 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/plus22.html">  <link rel="canonical" href="https://www.openbsd.org/plus22.html">
 </head>  <style>
   strong {
           color: var(--red);
   }
   
 <body bgcolor="#ffffff" text="#000000" link="#23238E">  h3 {
           color: var(--blue);
   }
   
 <h2>  p strong {
           font-weight: normal;
   }
   
   code {
           font-family: serif;
           font-weight: bolder;
   }
   </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.2 Changelog</font>  2.2 Changelog
 </h2>  </h2>
 <hr>  <hr>
   
Line 29 
Line 43 
 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 98 
 <br>  <br>
   
 <p>  <p>
 <h3><font color="#0000e0">Changes made between OpenBSD 2.1 and 2.2</font></h3>  <h3>Changes made between OpenBSD 2.1 and 2.2</h3>
 <p>  <p>
   
 <ul>  <ul>
 <li>Prevent open(2) with wrong flag modes.  <li>Prevent open(2) with wrong flag modes.
 <li><strong>The new afterboot(8) man page. Everyone should look at this</strong>.  <li><b>The new afterboot(8) man page. Everyone should look at this.</b>
 <li>Addition of 'kbus' port for the Solbourne Series5 sparc-based machines.  <li>Addition of 'kbus' port for the Solbourne Series5 sparc-based machines.
 <li>Make clri(8) mark the filesystem dirty.  <li>Make clri(8) mark the filesystem dirty.
 <li>Add per-host locking support to supfilesrv.  <li>Add per-host locking support to supfilesrv.
Line 271 
Line 285 
 <li>mail(1) behaves correctly when interrupted while getting headers from the user.  <li>mail(1) behaves correctly when interrupted while getting headers from the user.
 <li>IPSEC Photuris daemon is integrated into the source tree.  <li>IPSEC Photuris daemon is integrated into the source tree.
 <li>make ctags operate a bit better in the presence of extra spacing.  <li>make ctags operate a bit better in the presence of extra spacing.
 <li>Add <strong>-d date</strong> support to last(1).  <li>Add <code>-d date</code> support to last(1).
 <li>Import of the IPSEC photuris daemon.  <li>Import of the IPSEC photuris daemon.
 <li>Add rmd160 hash support throughout the source tree.  <li>Add rmd160 hash support throughout the source tree.
 <li>lpd security fixes.  <li>lpd security fixes.
 <li>man page cleanups.  <li>man page cleanups.
 <li>Updated <a href="http://www.sendmail.org/">Sendmail</a> to 8.8.6.  <li>Updated <a href="http://www.sendmail.org/">Sendmail</a> to 8.8.6.
 <li>cua devices, new <strong>MAKEDEV</strong> script in the hp300 port.  <li>cua devices, new <code>MAKEDEV</code> script in the hp300 port.
 <li>More mail(1) fixes, particularly regarding long lines.  <li>More mail(1) fixes, particularly regarding long lines.
 <li>Add sha1 digest support to mtree(8).  <li>Add sha1 digest support to mtree(8).
 <li>Add sha1 support to md5(1).  <li>Add sha1 support to md5(1).
Line 350 
Line 364 
 <li>fix disklabel support in vnd/svnd.  <li>fix disklabel support in vnd/svnd.
 <li>add sysctl net.inet.tcp.{keepidle,keepintvl,slowhz}  <li>add sysctl net.inet.tcp.{keepidle,keepintvl,slowhz}
 <li>fix SO_SNDTIMEO.  <li>fix SO_SNDTIMEO.
 <li>Add <strong>-P proto</strong> support to traceroute.  <li>Add <code>-P proto</code> support to traceroute.
 <li>Some more security and robustness changes to traceroute and ping.  <li>Some more security and robustness changes to traceroute and ping.
 <li>A few netinet fixes.  <li>A few netinet fixes.
 <li>Kernel now generates random pid values in fork().  <li>Kernel now generates random pid values in fork().
Line 373 
Line 387 
 <li>Fix a few more libc functions to generate very large fd_set's properly for select(2).  <li>Fix a few more libc functions to generate very large fd_set's properly for select(2).
 <li>Few quirky changes to the way ISO9660 disklabel spoofing works in some ports.  <li>Few quirky changes to the way ISO9660 disklabel spoofing works in some ports.
 </ul>  </ul>
 <p>  
   
 </body>  
 </html>  

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