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

Diff for /www/35.html between version 1.110 and 1.111

version 1.110, 2016/03/22 10:54:42 version 1.111, 2016/04/08 16:17:03
Line 5 
Line 5 
 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">  <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
 <meta name="description" content="OpenBSD 3.5">  <meta name="description" content="OpenBSD 3.5">
 <meta name="copyright" content="This document copyright 2004 by OpenBSD.">  <meta name="copyright" content="This document copyright 2004 by OpenBSD.">
   <meta name="viewport" content="width=device-width, initial-scale=1">
   <link rel="stylesheet" type="text/css" href="openbsd.css">
 <link rel="canonical" href="http://www.openbsd.org/35.html">  <link rel="canonical" href="http://www.openbsd.org/35.html">
 </head>  </head>
   
 <body bgcolor="#ffffff" text="#000000" link="#24248E">  <body bgcolor="#ffffff" text="#000000" link="#24248E">
   
   <h2>
 <a href="index.html">  <a href="index.html">
 <img alt="[OpenBSD]" height="30" width="141" hspace="24" src="images/smalltitle.gif" border="0"></a>  <font color="#0000ff"><i>Open</i></font><font color="#000084">BSD</font></a>
 <p>  <font color="#e00000">3.5</font>
   </h2>
   
 <a href="images/Carp.gif">  <a href="images/Carp.gif">
 <img align="left" width="255" height="343" hspace="24"  <img align="left" width="255" height="343" hspace="24"
 src="images/Carp.gif" alt="OpenBSD 3.5 logo"></a>  src="images/Carp.gif" alt="OpenBSD 3.5 logo"></a>
 <h2><font color="#0000e0">OpenBSD 3.5</font></h2>  
 <p>  <p>
 Released May 1, 2004<br>  Released May 1, 2004<br>
 Copyright 1997-2004, Theo de Raadt.<br>  Copyright 1997-2004, Theo de Raadt.<br>
Line 36 
Line 39 
 <li>See a <a href="plus35.html">detailed log of changes</a> between the  <li>See a <a href="plus35.html">detailed log of changes</a> between the
     3.4 and 3.5 releases.      3.4 and 3.5 releases.
 </ul>  </ul>
 <br clear=all>  All applicable copyrights and credits are in the src.tar.gz,
 <p>  sys.tar.gz, xenocara.tar.gz, ports.tar.gz files, or in the
 All applicable copyrights and credits can be found in the applicable  files fetched via ports.tar.gz.
 file sources found in the files src.tar.gz, sys.tar.gz,  <br clear="all">
 XF4.tar.gz, or in the files fetched via ports.tar.gz.  The  
 distribution files used to build packages from the ports.tar.gz file  
 are not included on the CDROM because of lack of space.  
 <p>  
   
 <a name="new"></a>  
 <hr>  <hr>
   <a name="new"></a>
 <p>  <p>
 <h3><font color="#0000e0">What's New</font></h3>  <h3><font color="#0000e0">What's New</font></h3>
 <p>  <p>
Line 124 
Line 123 
 that allows non-privileged processes to allocate a properly-permissioned pty.<br>  that allows non-privileged processes to allocate a properly-permissioned pty.<br>
 As a result any process can now open a pty easily, meaning  As a result any process can now open a pty easily, meaning
 <a href="http://man.openbsd.org/?query=xterm&sektion=1">xterm(1)</a>  <a href="http://man.openbsd.org/?query=xterm&sektion=1">xterm(1)</a>
 and  and
 <a href="http://man.openbsd.org/?query=xconsole&sektion=1">xconsole(1)</a>  <a href="http://man.openbsd.org/?query=xconsole&sektion=1">xconsole(1)</a>
 are no longer setuid root.  (In 3.4 they were setuid root, but privilege revoking).  are no longer setuid root.  (In 3.4 they were setuid root, but privilege revoking).
 <li>The <a href="http://man.openbsd.org/?query=closefrom&sektion=2">closefrom(2)</a>  <li>The <a href="http://man.openbsd.org/?query=closefrom&sektion=2">closefrom(2)</a>
Line 146 
Line 145 
 <li>The MAKEDEV(8) manual pages are now generated, and hence, accurate.  <li>The MAKEDEV(8) manual pages are now generated, and hence, accurate.
 <li>Complete rewrite of <a href="http://man.openbsd.org/?query=pkg_add&sektion=1">package</a> tools in perl.  <li>Complete rewrite of <a href="http://man.openbsd.org/?query=pkg_add&sektion=1">package</a> tools in perl.
 <li><a href="http://man.openbsd.org/?query=syslogd&sektion=8">syslogd(8)</a>  <li><a href="http://man.openbsd.org/?query=syslogd&sektion=8">syslogd(8)</a>
 now supports logging to memory buffers, to be read using  now supports logging to memory buffers, to be read using
 <a href="http://man.openbsd.org/?query=syslogc&sektion=8">syslogc(8)</a>.  <a href="http://man.openbsd.org/?query=syslogc&sektion=8">syslogc(8)</a>.
 This is useful for diskless or flash-based computers.  This is useful for diskless or flash-based computers.
 <li><a href="http://man.openbsd.org/?query=ipsec&sektion=4">IPsec</a> ESP in UDP encapsulation.  <li><a href="http://man.openbsd.org/?query=ipsec&sektion=4">IPsec</a> ESP in UDP encapsulation.
Line 229 
Line 228 
   
 <li>Improved hardware support, including:  <li>Improved hardware support, including:
 <ul>  <ul>
 <li>The <a href="hppa.html">hppa</a> architecture gets support for many  <li>The <a href="hppa.html">hppa</a> architecture gets support for many
     <a href="http://man.openbsd.org/?query=pci">PCI</a>      <a href="http://man.openbsd.org/?query=pci">PCI</a>
     based machines w/ addition of <a href="http://man.openbsd.org/?query=dino&sektion=4&arch=hppa">dino(4)</a> GSC-PCI bridge.      based machines w/ addition of <a href="http://man.openbsd.org/?query=dino&sektion=4&arch=hppa">dino(4)</a> GSC-PCI bridge.
 <li>New <a href="http://man.openbsd.org/?query=oosiop&sektion=4">oosiop(4)</a> driver for NCR 53C700 SCSI host adapters.  <li>New <a href="http://man.openbsd.org/?query=oosiop&sektion=4">oosiop(4)</a> driver for NCR 53C700 SCSI host adapters.

Legend:
Removed from v.1.110  
changed lines
  Added in v.1.111