From f0dc37870577378b51c1f8f223932a24909c5db1 Mon Sep 17 00:00:00 2001 From: Ian Romanick Date: Mon, 28 Sep 2009 11:22:54 -0700 Subject: [PATCH 1/4] Prep for 7.6 release --- Makefile | 2 +- docs/relnotes-7.6.html | 7 +------ src/mesa/main/version.h | 2 +- 3 files changed, 3 insertions(+), 8 deletions(-) diff --git a/Makefile b/Makefile index b4f1934a5c2..d360ddfd8bf 100644 --- a/Makefile +++ b/Makefile @@ -182,7 +182,7 @@ ultrix-gcc: # Rules for making release tarballs -VERSION=7.6-devel +VERSION=7.6 DIRECTORY = Mesa-$(VERSION) LIB_NAME = MesaLib-$(VERSION) DEMO_NAME = MesaDemos-$(VERSION) diff --git a/docs/relnotes-7.6.html b/docs/relnotes-7.6.html index aaa36188d9d..69b035217d1 100644 --- a/docs/relnotes-7.6.html +++ b/docs/relnotes-7.6.html @@ -8,7 +8,7 @@ -

Mesa 7.6 Release Notes / date TBD

+

Mesa 7.6 Release Notes, 28 September 2009

Mesa 7.6 is a new development release. @@ -72,10 +72,5 @@ This was written by Zack Rusin at Tungsten Graphics. buffers (GLSL uniforms) - -

Changes

- - diff --git a/src/mesa/main/version.h b/src/mesa/main/version.h index d4d3dd1a94e..0ccdbf94a1b 100644 --- a/src/mesa/main/version.h +++ b/src/mesa/main/version.h @@ -32,7 +32,7 @@ #define MESA_MAJOR 7 #define MESA_MINOR 6 #define MESA_PATCH 0 -#define MESA_VERSION_STRING "7.6-devel" +#define MESA_VERSION_STRING "7.6" /* To make version comparison easy */ #define MESA_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c)) From 86cd188f94c80767b81908e4ae9b6002f1396196 Mon Sep 17 00:00:00 2001 From: Ian Romanick Date: Mon, 28 Sep 2009 11:29:25 -0700 Subject: [PATCH 2/4] docs: 7.6 md5 sums --- docs/relnotes-7.6.html | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/docs/relnotes-7.6.html b/docs/relnotes-7.6.html index 69b035217d1..410b6efdd4f 100644 --- a/docs/relnotes-7.6.html +++ b/docs/relnotes-7.6.html @@ -28,7 +28,15 @@ for DRI hardware acceleration.

MD5 checksums

-tbd
+5ffa7d7abf8973f57a1bc4f813e6dade  MesaLib-7.6.tar.gz
+8c75f90cd0303cfac9e4b6d54f6759ca  MesaLib-7.6.tar.bz2
+27fcfd69708599c978cb34ba5cd363e1  MesaLib-7.6.zip
+e7befb3ae604f591806194a4da445628  MesaDemos-7.6.tar.gz
+0ede7adf217951acd90dbe4551210c07  MesaDemos-7.6.tar.bz2
+ed9298409cf6613bc0964525ca4afc8a  MesaDemos-7.6.zip
+666955668e44ff14acf7d15dc78407d3  MesaGLUT-7.6.tar.gz
+b8b59706f827d18d1b784a0ff98b4dc2  MesaGLUT-7.6.tar.bz2
+c49c19c2bbef4f3b7f1389974dff25f4  MesaGLUT-7.6.zip
 
From b807d49f1878ba5b1cb63823f07d8ab3076539c3 Mon Sep 17 00:00:00 2001 From: Ian Romanick Date: Mon, 28 Sep 2009 11:33:52 -0700 Subject: [PATCH 3/4] Prep for 7.5.2 release --- docs/relnotes-7.5.2.html | 3 +-- src/mesa/main/version.h | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/relnotes-7.5.2.html b/docs/relnotes-7.5.2.html index 0832e11bb49..52bae23ac77 100644 --- a/docs/relnotes-7.5.2.html +++ b/docs/relnotes-7.5.2.html @@ -8,7 +8,7 @@ -

Mesa 7.5.2 Release Notes, (date tbd)

+

Mesa 7.5.2 Release Notes, 28 September 2009

Mesa 7.5.2 is a bug-fix release fixing issues found since the 7.5.1 release. @@ -55,6 +55,5 @@ tbd when using Gallium. - diff --git a/src/mesa/main/version.h b/src/mesa/main/version.h index 995e46d318f..7fcc6f01bc1 100644 --- a/src/mesa/main/version.h +++ b/src/mesa/main/version.h @@ -31,7 +31,7 @@ #define MESA_MAJOR 7 #define MESA_MINOR 5 #define MESA_PATCH 2 -#define MESA_VERSION_STRING "7.5.2-devel" +#define MESA_VERSION_STRING "7.5.2" /* To make version comparison easy */ #define MESA_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c)) From 18f3afbe889357c5d3a0e257c4caba21f23945bb Mon Sep 17 00:00:00 2001 From: Ian Romanick Date: Mon, 28 Sep 2009 11:41:23 -0700 Subject: [PATCH 4/4] docs: 7.5.2 md5 sums --- docs/relnotes-7.5.2.html | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/docs/relnotes-7.5.2.html b/docs/relnotes-7.5.2.html index 52bae23ac77..5c395d97b4f 100644 --- a/docs/relnotes-7.5.2.html +++ b/docs/relnotes-7.5.2.html @@ -31,7 +31,15 @@ for DRI hardware acceleration.

MD5 checksums

-tbd
+43a90191dd9f76cd65dcc1ac91f3be70  MesaLib-7.5.2.tar.gz
+94e47a499f1226803869c2e37a6a8e3a  MesaLib-7.5.2.tar.bz2
+1ecb822b567ad67a0617361d45206b67  MesaLib-7.5.2.zip
+2718fdce7e075911d6147beb8f27104b  MesaDemos-7.5.2.tar.gz
+4e0f5ccd58afe21eddcd94327d926e86  MesaDemos-7.5.2.tar.bz2
+f621f8c223b278d7c8e49a012d56ca25  MesaDemos-7.5.2.zip
+83c16c1d6bcfcc3f97aab5d2fe430b4c  MesaGLUT-7.5.2.tar.gz
+e5d03bedae369ea3705783573bb33813  MesaGLUT-7.5.2.tar.bz2
+e82ba28e00d653e6f437d32be8ca8481  MesaGLUT-7.5.2.zip