Tip: 906f670f1a1f33d69139f520ee931b268049eac6 diff --git a/configure.ac b/configure.ac index 817bf8b..fb74cfd 100644 --- a/configure.ac +++ b/configure.ac @@ -75,13 +75,13 @@ AC_COMPILE_IFELSE( not clang #endif ]])], -[CLANG=yes], [CLANG=no]) +[acv_mesa_CLANG=yes], [acv_mesa_CLANG=no]) -AC_MSG_RESULT([$CLANG]) +AC_MSG_RESULT([$acv_mesa_CLANG]) dnl If we're using GCC, make sure that it is at least version 3.3.0. Older dnl versions are explictly not supported. -if test "x$GCC" = xyes -a "x$CLANG" = xno; then +if test "x$GCC" = xyes -a "x$acv_mesa_CLANG" = xno; then AC_MSG_CHECKING([whether gcc version is sufficient]) major=0 minor=0 diff --git a/docs/news.html b/docs/news.html index dbd4933..6e1f810 100644 --- a/docs/news.html +++ b/docs/news.html @@ -11,6 +11,16 @@

News

+

November 27, 2011

+ +

+Mesa 7.11.2 is released. +This release was made primarily to fix build problems with 7.11.1 on +Mandriva and to fix problems related to glCopyTexImage to +luminance-alpha textures. That later was believed to have been fixed +in 7.11.1 but was not. +

+

November 17, 2011

diff --git a/docs/relnotes.html b/docs/relnotes.html index 1057bd1..49595de 100644 --- a/docs/relnotes.html +++ b/docs/relnotes.html @@ -13,6 +13,7 @@ The release notes summarize what's new or changed in each Mesa release.