Re: [Mesa-dev] Mesa 7.11 release candidate 3

2011-07-28 Thread Ian Romanick
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 07/25/2011 07:54 PM, Ian Romanick wrote:
> Mesa 7.11-rc3 has been released.  This is a release candidate for the
> 7.11 development release.
> 
> The tag in the GIT repository for Mesa 7.11-rc3 is 'mesa-7.11-rc3'.

I botched this a little bit.  I forgot to push the tag or the last set
of cherry picks.  The mesa-7.11-rc3 tag *is* what is in the tarballs.
However, that tag is not in the proper history order (if that makes
sense) because several patches were pushed to the branch before I pushed.

I'd still like to do the release on Friday (tomorrow), but the topic is
open for discussion.

> Mesa 7.11-rc3 is available for download at
> ftp://freedesktop.org/pub/mesa/7.11/
> 
> md5sums:
> 
> fb96d9bcd657b406e39bbf7f57a48a8e  MesaLib-7.11-rc3.tar.gz
> af71accaed9059678c32e8ff1ba45423  MesaLib-7.11-rc3.tar.bz2
> bfc6cfdb4322b822fcb0545954c3832c  MesaLib-7.11-rc3.zip
> b37350115122531d7d59e4ca18b79759  MesaGLUT-7.11-rc3.tar.gz
> 4d1bbd3f5ea900aff6c8526b23261058  MesaGLUT-7.11-rc3.tar.bz2
> 9172cf0c82ecf4e610bc1947e0cd36b1  MesaGLUT-7.11-rc3.zip
> 
> I have verified building from the .tar.bz2 file by doing:
> 
> tar -xjf MesaLib-7.11-rc3.tar.bz2
> cd Mesa-7.11-rc3
> PKG_CONFIG_PATH=/opt/xorg-master-x86_64/lib64/pkgconfig/ ./configure
> PKG_CONFIG_PATH=/opt/xorg-master-x86_64/lib64/pkgconfig/ make -j6
> 
> The only changes in the 7.11 branch (until the final release) should be
> low-risk fixes for significant bugs.  Other than updates to the release
> notes and changing the version, RC3 should represent 7.11 final.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)
Comment: Using GnuPG with Fedora - http://enigmail.mozdev.org/

iEYEARECAAYFAk4xtcIACgkQX1gOwKyEAw8AAwCePytt6qqbZ614xuNXLqLIE4nN
e8kAn0CQsb1H7bpyQr/8ieoAkxqdEVUl
=ImG1
-END PGP SIGNATURE-
___
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-dev


Re: [Mesa-dev] Mesa 7.11 release candidate 3

2011-07-26 Thread Alex Deucher
On Tue, Jul 26, 2011 at 11:05 AM, Bryan Cain  wrote:
> On Mon, Jul 25, 2011 at 9:54 PM, Ian Romanick  wrote:
>> The only changes in the 7.11 branch (until the final release) should be
>> low-risk fixes for significant bugs.  Other than updates to the release
>> notes and changing the version, RC3 should represent 7.11 final.
>
> Would my patches for making Gallium drivers respect force_s3tc_enable
> qualify?  They are very low-risk, and fix
> https://bugs.freedesktop.org/show_bug.cgi?id=29012.  I don't know what
> qualifies as a "significant bug", but the fix makes at least one game
> (fs2_open) work out of the box with Gallium drivers that didn't
> before.

Seems ok to me.

Alex

>
> Bryan
> ___
> mesa-dev mailing list
> mesa-dev@lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/mesa-dev
>
___
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-dev


Re: [Mesa-dev] Mesa 7.11 release candidate 3

2011-07-26 Thread Bryan Cain
On Mon, Jul 25, 2011 at 9:54 PM, Ian Romanick  wrote:
> The only changes in the 7.11 branch (until the final release) should be
> low-risk fixes for significant bugs.  Other than updates to the release
> notes and changing the version, RC3 should represent 7.11 final.

Would my patches for making Gallium drivers respect force_s3tc_enable
qualify?  They are very low-risk, and fix
https://bugs.freedesktop.org/show_bug.cgi?id=29012.  I don't know what
qualifies as a "significant bug", but the fix makes at least one game
(fs2_open) work out of the box with Gallium drivers that didn't
before.

Bryan
___
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-dev


Re: [Mesa-dev] Mesa 7.11 release candidate 3

2011-07-25 Thread Christopher James Halse Rogers
I see the tarballs, but there doesn't seem to be a mesa-7.11-rc3 tag in
git and 7.11 branch doesn't seem to have had a version bump commit.

Has someone forgotten to push?


signature.asc
Description: This is a digitally signed message part
___
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-dev


[Mesa-dev] Mesa 7.11 release candidate 3

2011-07-25 Thread Ian Romanick
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Mesa 7.11-rc3 has been released.  This is a release candidate for the
7.11 development release.

The tag in the GIT repository for Mesa 7.11-rc3 is 'mesa-7.11-rc3'.

Mesa 7.11-rc3 is available for download at
ftp://freedesktop.org/pub/mesa/7.11/

md5sums:

fb96d9bcd657b406e39bbf7f57a48a8e  MesaLib-7.11-rc3.tar.gz
af71accaed9059678c32e8ff1ba45423  MesaLib-7.11-rc3.tar.bz2
bfc6cfdb4322b822fcb0545954c3832c  MesaLib-7.11-rc3.zip
b37350115122531d7d59e4ca18b79759  MesaGLUT-7.11-rc3.tar.gz
4d1bbd3f5ea900aff6c8526b23261058  MesaGLUT-7.11-rc3.tar.bz2
9172cf0c82ecf4e610bc1947e0cd36b1  MesaGLUT-7.11-rc3.zip

I have verified building from the .tar.bz2 file by doing:

tar -xjf MesaLib-7.11-rc3.tar.bz2
cd Mesa-7.11-rc3
PKG_CONFIG_PATH=/opt/xorg-master-x86_64/lib64/pkgconfig/ ./configure
PKG_CONFIG_PATH=/opt/xorg-master-x86_64/lib64/pkgconfig/ make -j6

The only changes in the 7.11 branch (until the final release) should be
low-risk fixes for significant bugs.  Other than updates to the release
notes and changing the version, RC3 should represent 7.11 final.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)
Comment: Using GnuPG with Fedora - http://enigmail.mozdev.org/

iEYEARECAAYFAk4uLIAACgkQX1gOwKyEAw/VvgCfVf6Hb8lnMgHMajHZsvXla/P2
mGIAnjlAX6K65Xv0UG4OMtnCFP8sR4kj
=n03a
-END PGP SIGNATURE-
___
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-dev