Mesa 8.0.4 has been released. Mesa 8.0.4 is a bug fix release which fixes bugs found since the 8.0.3 release.

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

Mesa 8.0.4 is available for download at
ftp://freedesktop.org/pub/mesa/8.0.4/

I was originally planning for Mesa 8.0.4 to be released back on June 15th and Mesa 8.0.5 to be released on July 20th. Things happened (as they always do!), and 8.0.4 got delayed. I don't see a lot of value in doing another release in 10 days. Unless there are objections, I think we'll just skip the July release. The next releases will be mid-August.

As far as I know, the plan is still to release Mesa 8.1 and Mesa 8.0.next simultaneously on (or around) August 17th.

md5sums:

d546f988adfdf986cff45b1efa2d8a46  MesaLib-8.0.4.tar.bz2
02b96082d2f1ad72e7385f4022afafb9  MesaLib-8.0.4.tar.gz
1f0fdabe6e8019d4de6c16e20e74d163  MesaLib-8.0.4.zip

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

tar -xjf MesaLib-8.0.4.tar.bz2
cd Mesa-8.0.4
./configure --enable-dri --with-dri-drivers=yes \
    --enable-gles1 --enable-gles2 --enable-glx-tls \
    --disable-glu --with-gallium-drivers \
    --enable-gallium-llvm
make -j6

I have also verified that I pushed all the cherry picks and the tag.
_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to