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

Diff for /www/33.html between version 1.46 and 1.47

version 1.46, 2016/03/22 10:54:42 version 1.47, 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.3">  <meta name="description" content="OpenBSD 3.3">
 <meta name="copyright" content="This document copyright 2003 by OpenBSD.">  <meta name="copyright" content="This document copyright 2003 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/33.html">  <link rel="canonical" href="http://www.openbsd.org/33.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.3</font>
   </h2>
   
 <a href="images/Barbarian.gif">  <a href="images/Barbarian.gif">
 <img align="left" width="255" height="343" hspace="24"  <img align="left" width="255" height="343" hspace="24"
 src="images/Barbarian.gif" alt="OpenBSD 3.3 logo"></a>  src="images/Barbarian.gif" alt="OpenBSD 3.3 logo"></a>
 <h2><font color="#0000e0">OpenBSD 3.3</font></h2>  
 <p>  <p>
   
 Released May 1, 2003<br>  Released May 1, 2003<br>
Line 37 
Line 40 
 <li>See a <a href="plus33.html">detailed log of changes</a> between the  <li>See a <a href="plus33.html">detailed log of changes</a> between the
         3.2 and 3.3 releases.          3.2 and 3.3 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>
 This is a partial list of new features and systems included in OpenBSD 3.3.  This is a partial list of new features and systems included in OpenBSD 3.3.
 For a comprehensive list, see the <a href="plus33.html">changelog</a> leading  For a comprehensive list, see the <a href="plus33.html">changelog</a> leading
 to 3.3.  to 3.3.
 <p>  <p>
Line 79 
Line 78 
 is unable to write code anywhere in memory where it can be executed.  is unable to write code anywhere in memory where it can be executed.
 (NOTE: i386 and powerpc do not support W^X in 3.3; however, 3.3-current  (NOTE: i386 and powerpc do not support W^X in 3.3; however, 3.3-current
 already supports it on i386, and both these processors are expected to  already supports it on i386, and both these processors are expected to
 support this change in 3.4).  support this change in 3.4).
 <p>  <p>
   
 <li>Still more reduction in setuid and setgid binaries, and more chroot  <li>Still more reduction in setuid and setgid binaries, and more chroot
Line 117 
Line 116 
 including:  including:
 <ul>  <ul>
 <li>Queue, a bandwidth management system (uses altq underneath)  <li>Queue, a bandwidth management system (uses altq underneath)
 <li>Anchors, allowing subrulesets which can be loaded and modified independently  <li>Anchors, allowing subrulesets which can be loaded and modified independently
 <li>Tables, a very efficient way for large address lists in rules  <li>Tables, a very efficient way for large address lists in rules
 <li>Address pools, redirect/NAT to multiple addresses and thus load balancing  <li>Address pools, redirect/NAT to multiple addresses and thus load balancing
 <li>Configuration language has been made much more flexible  <li>Configuration language has been made much more flexible
Line 404 
Line 403 
 Almost all ports provided with this release should build without problems  Almost all ports provided with this release should build without problems
 on most architectures (over 2000 packages build on i386, for instance).  on most architectures (over 2000 packages build on i386, for instance).
 <p>  <p>
 The <i>ports/</i> directory represents a CVS (see the manpage for  The <i>ports/</i> directory represents a CVS (see the manpage for
 <a href="http://man.openbsd.org/?query=cvs&amp;apropos=0&amp;sektion=1&amp;manpath=OpenBSD+Current&amp;arch=i386&amp;format=html">  <a href="http://man.openbsd.org/?query=cvs&amp;apropos=0&amp;sektion=1&amp;manpath=OpenBSD+Current&amp;arch=i386&amp;format=html">
 cvs(1)</a> if  cvs(1)</a> if
 you aren't familiar with CVS) checkout of our ports.  As with our complete  you aren't familiar with CVS) checkout of our ports.  As with our complete
 source tree, our ports tree is available via anoncvs.  So, in  source tree, our ports tree is available via anoncvs.  So, in
 order to keep current with it, you must make the <i>ports/</i> tree  order to keep current with it, you must make the <i>ports/</i> tree
 available on a read-write medium and update the tree with a command  available on a read-write medium and update the tree with a command

Legend:
Removed from v.1.46  
changed lines
  Added in v.1.47