From idr at freedesktop.org Mon Oct 8 16:11:07 2012 From: idr at freedesktop.org (Ian Romanick) Date: Mon, 08 Oct 2012 16:11:07 -0700 Subject: [Mesa-announce] Mesa 9.0 release Message-ID: <50735D8B.2060201@freedesktop.org> Mesa 9.0 has been released. Mesa 9.0 is a feature release. "The" big feature is the availability of OpenGL 3.1 on some supported hardware. The tag in the GIT repository for Mesa 9.0 is 'mesa-9.0'. Mesa 9.0 is available for download at ftp://freedesktop.org/pub/mesa/9.0/ I was originally planning for Mesa 9.0 to be released back on October 5th. Things happened (as they always do!), and there were more delays. Better late than never, right? md5sums: be4cd34c6599a7cb9d254b05c48bdb1f MesaLib-9.0.tar.gz 60e557ce407be3732711da484ab3db6c MesaLib-9.0.tar.bz2 16b128544cd3f7e237927bb9f8aab7ce MesaLib-9.0.zip I have verified building from the .tar.bz2 file by doing: tar -xjf MesaLib-9.0.tar.bz2 cd Mesa-9.0 ./configure make -j6 I have also verified that I pushed all the cherry picks and the tag. From andreas.boll.dev at gmail.com Wed Oct 24 14:34:23 2012 From: andreas.boll.dev at gmail.com (Andreas Boll) Date: Wed, 24 Oct 2012 23:34:23 +0200 Subject: [Mesa-announce] Mesa 8.0.5 release Message-ID: Mesa 8.0.5 has been released. Mesa 8.0.5 is a bug fix release which fixes bugs found since the 8.0.4 release. The tag in the GIT repository for Mesa 8.0.5 is 'mesa-8.0.5'. Mesa 8.0.5 is available for download at ftp://freedesktop.org/pub/mesa/8.0.5/ Sorry for the long delay of Mesa 8.0.5, but for the future we are planning stable releases on a montly basis. md5sums: cda5d101f43b8784fa60bdeaca4056f2 MesaLib-8.0.5.tar.gz 01305591073a76b65267f69f27d635a3 MesaLib-8.0.5.tar.bz2 97f11c00cac8fb98aa0131990086dc8e MesaLib-8.0.5.zip I have verified building from the .tar.bz2 file by doing: tar -xjf MesaLib-8.0.5.tar.bz2 cd Mesa-8.0.5 ./configure make -j2 I have also verified that I pushed all the cherry picks and the tag. Thanks to Ian for helping me with making the release. Andreas.