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

Annotation of www/plus.html, Revision 1.1027

1.863     naddy       1: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
1.14      deraadt     2: <html>
                      3: <head>
1.424     deraadt     4: <title>OpenBSD-current changes</title>
1.728     horacio     5: <link rev="made" href="mailto:www@openbsd.org">
1.14      deraadt     6: <meta name="resource-type" content="document">
1.716     deraadt     7: <meta name="description" content="OpenBSD-current changes">
                      8: <meta name="keywords" content="openbsd,current,changes">
1.14      deraadt     9: <meta name="distribution" content="global">
1.1010    deraadt    10: <meta name="copyright" content="This document copyright 1996-2006 by OpenBSD.">
1.14      deraadt    11: </head>
                     12:
1.728     horacio    13: <body bgcolor="#ffffff" text="#000000" link="#23238e">
1.14      deraadt    14:
1.828     jsyn       15: <a href="index.html"><img alt="[OpenBSD]" height="30" width="141" src="images/smalltitle.gif" border="0"></a>
1.64      downsj     16: <p>
1.1027  ! deraadt    17: <h2><font color="#e00000">Changes made between OpenBSD 4.0 and OpenBSD-current</font></h2>
1.863     naddy      18: <hr>
1.14      deraadt    19:
                     20: <p>
1.823     jsyn       21: This is a partial list of the major machine-independent changes
1.602     aaron      22: (i.e., these are the changes people ask about most often).  Port
1.29      deraadt    23: specific changes have also been made, and are sometimes mentioned
1.728     horacio    24: in the pages for the specific <a href="plat.html">platforms</a>.
1.14      deraadt    25:
1.17      deraadt    26: <p>
1.998     espie      27: There is a separate <a href="portsplus/index.html">list of Changes to the ports collection</a>.
1.725     naddy      28:
                     29: <p>
1.863     naddy      30: Note: <font color="#e00000">Problems for which patches exist are marked in red</font>.
1.185     deraadt    31:
                     32: <p>
1.186     deraadt    33: <h3>
1.846     deraadt    34: For changes in other releases, click below:<br>
                     35: <a href="plus20.html">2.0</a>,
                     36: <a href="plus21.html">2.1</a>,
                     37: <a href="plus22.html">2.2</a>,
                     38: <a href="plus23.html">2.3</a>,
                     39: <a href="plus24.html">2.4</a>,
                     40: <a href="plus25.html">2.5</a>,
                     41: <a href="plus26.html">2.6</a>,
                     42: <a href="plus27.html">2.7</a>,
                     43: <a href="plus28.html">2.8</a>,
                     44: <a href="plus29.html">2.9</a>,
                     45: <a href="plus30.html">3.0</a>,
                     46: <a href="plus31.html">3.1</a>,
1.868     deraadt    47: <a href="plus32.html">3.2</a>,
1.889     david      48: <a href="plus33.html">3.3</a>,
1.916     david      49: <a href="plus34.html">3.4</a>,
1.935     miod       50: <a href="plus35.html">3.5</a>,
1.941     deraadt    51: <a href="plus36.html">3.6</a>,
1.963     deraadt    52: <a href="plus37.html">3.7</a>,
1.999     deraadt    53: <a href="plus38.html">3.8</a>,
                     54: <a href="plus39.html">3.9</a>.
1.422     deraadt    55: <br>
1.186     deraadt    56: </h3>
                     57:
                     58: <p>
1.863     naddy      59: <h3><font color="#0000e0">We are working on OpenBSD-current.</font></h3><p>
1.847     deraadt    60: <p>
                     61:
1.422     deraadt    62: <ul>
                     63: </ul>
                     64: <p>
1.203     deraadt    65:
1.95      deraadt    66: This list mentions mostly platform-independent changes.  For a list of changes
                     67: made in a particular platform, please check the page for that platform.  If you
                     68: find them not listed there, the changes are either (1) not being documented or
                     69: (2) are documented here.<br><br>
1.14      deraadt    70:
                     71: <hr>
1.424     deraadt    72: <p>
                     73: <h3>
1.846     deraadt    74: For changes in other releases, click below:<br>
                     75: <a href="plus20.html">2.0</a>,
                     76: <a href="plus21.html">2.1</a>,
                     77: <a href="plus22.html">2.2</a>,
                     78: <a href="plus23.html">2.3</a>,
                     79: <a href="plus24.html">2.4</a>,
                     80: <a href="plus25.html">2.5</a>,
                     81: <a href="plus26.html">2.6</a>,
                     82: <a href="plus27.html">2.7</a>,
                     83: <a href="plus28.html">2.8</a>,
                     84: <a href="plus29.html">2.9</a>,
                     85: <a href="plus30.html">3.0</a>,
                     86: <a href="plus31.html">3.1</a>,
1.868     deraadt    87: <a href="plus32.html">3.2</a>,
1.889     david      88: <a href="plus33.html">3.3</a>,
1.916     david      89: <a href="plus34.html">3.4</a>,
1.935     miod       90: <a href="plus35.html">3.5</a>,
1.941     deraadt    91: <a href="plus36.html">3.6</a>,
                     92: <a href="plus37.html">3.7</a>.
1.999     deraadt    93: <a href="plus38.html">3.8</a>,
                     94: <a href="plus39.html">3.9</a>.
1.424     deraadt    95: <br>
                     96: </h3>
                     97:
                     98: <hr>
1.1016    pvalchev   99: <a href="index.html"><img height=24 width=24 src="back.gif" border=0 alt="OpenBSD"></a>
1.729     horacio   100: <a href="mailto:www@openbsd.org">www@openbsd.org</a>
1.1027  ! deraadt   101: <br><small>$OpenBSD: plus.html,v 1.1026 2006/10/26 15:06:48 pvalchev Exp $</small>
1.14      deraadt   102:
                    103: </body>
                    104: </html>