xf86-video-intel: 2 commits - configure.ac NEWS

Chris Wilson ickle at kemper.freedesktop.org
Sun Nov 13 03:19:04 PST 2011


 NEWS         |   21 +++++++++++++++++++++
 configure.ac |    2 +-
 2 files changed, 22 insertions(+), 1 deletion(-)

New commits:
commit e592eb93dbd7df177993986f01ba6f65c4e20d4a
Author: Chris Wilson <chris at chris-wilson.co.uk>
Date:   Sun Nov 13 11:16:45 2011 +0000

    configure: Version bump for 2.16.902 snapshot
    
    Signed-off-by: Chris Wilson <chris at chris-wilson.co.uk>

diff --git a/configure.ac b/configure.ac
index fccab56..831f6b3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -23,7 +23,7 @@
 # Initialize Autoconf
 AC_PREREQ([2.63])
 AC_INIT([xf86-video-intel],
-        [2.16.901],
+        [2.16.902],
         [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg],
         [xf86-video-intel])
 AC_CONFIG_SRCDIR([Makefile.am])
commit 56707b97dc746f7b46dd6cf94ba6c1db85ed619c
Author: Chris Wilson <chris at chris-wilson.co.uk>
Date:   Sun Nov 13 11:16:12 2011 +0000

    NEWS: Details for 2.16.902
    
    Signed-off-by: Chris Wilson <chris at chris-wilson.co.uk>

diff --git a/NEWS b/NEWS
index c736d63..36d5776 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,24 @@
+Snapshot 2.16.902 (2011-11-13)
+==============================
+This is the second release candidate in preparation for the upcoming
+2.17.0 release. We will appreciate any feedback we can get from
+testing of this snapshot, and thanks to everyone who tested and reported
+upon issues in the last snapshot.
+
+A very old bug demonstrating that nobody has ever used alpha maps, and a
+couple of more recent mistakes were found.
+
+Bugs fixed in this snapshot (compared to 2.16.901)
+--------------------------------------------------
+
+ * Incorrect reuse of surface bindings within a batch for multiple formats
+   https://bugs.freedesktop.org/show_bug.cgi?id=40926
+
+ * Nothing was rendered for text with procedural sources
+   https://bugs.freedesktop.org/show_bug.cgi?id=31819
+
+ * Handle fallbacks involving alpha maps
+
 Snapshot 2.16.901 (2011-10-30)
 ==============================
 This is the first release candidate in preparation for the upcoming


More information about the xorg-commit mailing list