updates for 7.1 release
authorBrian Paul <brian.paul@tungstengraphics.com>
Tue, 27 May 2008 18:51:10 +0000 (12:51 -0600)
committerBrian Paul <brian.paul@tungstengraphics.com>
Tue, 27 May 2008 18:51:10 +0000 (12:51 -0600)
docs/relnotes-7.1.html

index 397459374820694d4c91c8dadfd805dd8be8513a..5a9a044ce2b8dd2c30394ede0002fa303d909924 100644 (file)
@@ -8,10 +8,13 @@
 
 <body bgcolor="#eeeeee">
 
-<H1>Mesa 7.1 Release Notes / (<em>in progress</em>)</H1>
+<H1>Mesa 7.1 Release Notes / May XX, 2008</H1>
 
 <p>
 Mesa 7.1 is a new development release.
+There have been many internal code changes since Mesa 7.0.x.
+It should be relatively stable, but those who are especially concerned about
+stability should wait for Mesa 7.2.
 </p>
 
 
@@ -23,21 +26,13 @@ TBD
 
 <h2>New features</h2>
 <ul>
+<li>autoconf-based configuration
+<li>Reduced dependencies between X server and Mesa
 <li>GL_EXT_texture_from_pixmap extension for Xlib driver
 <li>Support for the GL shading language with i965 driver (implemented by Intel)
 </ul>
 
 
-<h2>Bug fixes</h2>
-<ul>
-</ul>
-
-
-<h2>Internal code changes</h2>
-<ul>
-</ul>
-
-
 <h2>To Do (someday) items</h2>
 <ul>
 <li>Remove the MEMCPY() and _mesa_memcpy() wrappers and just use memcpy().