last tweaks for 5.0 release
authorBrian Paul <brian.paul@tungstengraphics.com>
Wed, 13 Nov 2002 15:33:50 +0000 (15:33 +0000)
committerBrian Paul <brian.paul@tungstengraphics.com>
Wed, 13 Nov 2002 15:33:50 +0000 (15:33 +0000)
Makefile.X11
docs/RELNOTES-5.0
docs/VERSIONS

index 04ef2c7341423cb485a37067dc663de081147408..b28d506f062b8297a7efbfac5fb22a70e0a16a77 100644 (file)
@@ -1,4 +1,4 @@
-# $Id: Makefile.X11,v 1.68 2002/11/13 02:34:53 brianp Exp $
+# $Id: Makefile.X11,v 1.69 2002/11/13 15:33:51 brianp Exp $
 
 # Mesa 3-D graphics library
 # Version:  5.0
@@ -354,12 +354,10 @@ LIB_FILES =       \
        $(DIRECTORY)/missing                                            \
        $(DIRECTORY)/mkinstalldirs                                      \
        $(DIRECTORY)/stamp-h.in                                         \
-       $(DIRECTORY)/docs/CONFIG                                        \
        $(DIRECTORY)/docs/CONFORM                                       \
        $(DIRECTORY)/docs/COPYING                                       \
        $(DIRECTORY)/docs/COPYRIGHT                                     \
        $(DIRECTORY)/docs/DEVINFO                                       \
-       $(DIRECTORY)/docs/IAFA-PACKAGE                                  \
        $(DIRECTORY)/docs/INSTALL                                       \
        $(DIRECTORY)/docs/INSTALL.GNU                                   \
        $(DIRECTORY)/docs/README                                        \
index 1db567483003410d443f73ac40d29f6dcb7c0143..565e4ad78e4c1e533933f5d34fd6740db4a50f6c 100644 (file)
@@ -1,7 +1,7 @@
 
                             Mesa 5.0 release notes
 
-                              November ??, 2002
+                              November 13, 2002
 
                                 PLEASE READ!!!!
 
@@ -72,14 +72,14 @@ Wind River UGL              implements OpenGL 1.3
 Windows/Win32          implements OpenGL 1.4
 DOS/DJGPP              implements OpenGL 1.3
 GGI                    implements OpenGL 1.3
+DOS                    implements OpenGL 1.4
 BeOS                   needs updating (underway)
 Allegro                        needs updating
 D3D                    needs updating
-DOS                    needs updating
 
 Note: supporting OpenGL 1.4 (vs. 1.3 or 1.2) usually only requires that the
 driver call the _mesa_enable_1_4_extensions() function.
 
 
 ----------------------------------------------------------------------
-$Id: RELNOTES-5.0,v 3.1 2002/10/29 22:42:04 brianp Exp $
+$Id: RELNOTES-5.0,v 3.2 2002/11/13 15:33:51 brianp Exp $
index 2334d048178a7a5475d06b08e7a0d3b8794a75ea..4f635a82b7f4212ea33b413da919e6b93cc3d504 100644 (file)
@@ -1,4 +1,4 @@
-$Id: VERSIONS,v 1.117 2002/11/12 19:32:09 brianp Exp $
+$Id: VERSIONS,v 1.118 2002/11/13 15:33:50 brianp Exp $
 
 
 Mesa Version History
@@ -1058,7 +1058,7 @@ Mesa Version History
        - updated demos/stex3d with new options
 
 
-5.0  November ??, 2002
+5.0  November 13, 2002
     New:
        - OpenGL 1.4 support (glGetString(GL_VERSION) returns "1.4")
        - removed some overlooked debugging code