xf86-video-intel: Branch '2.9' - 2 commits - configure.ac NEWS

Carl Worth cworth at kemper.freedesktop.org
Mon Oct 26 04:53:32 PDT 2009


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

New commits:
commit 9acf10762b5f3d3b1b33ea07792a936a25e45010
Author: Carl Worth <cworth at cworth.org>
Date:   Mon Oct 26 04:53:13 2009 -0700

    Update version to 2.9.1

diff --git a/configure.ac b/configure.ac
index 7d80c35..7390701 100644
--- a/configure.ac
+++ b/configure.ac
@@ -22,7 +22,7 @@
 
 AC_PREREQ(2.57)
 AC_INIT([xf86-video-intel],
-        2.9.0,
+        2.9.1,
         [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg],
         xf86-video-intel)
 
commit 61c89e56f361fa860f18985137d6bf53f48c16ac
Author: Carl Worth <cworth at cworth.org>
Date:   Mon Oct 26 04:51:58 2009 -0700

    NEWS: Add notes for the 2.9.1 release.
    
    Thanks to everyone for providing nice descriptions of the bug fixe at:
    
    http://wiki.x.org/wiki/Intel29Branch

diff --git a/NEWS b/NEWS
index e0033e2..062d6c5 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,26 @@
+Release 2.9.1 (2009-10-26)
+==========================
+We are pleased to announce a maintenance release (2.9.1) of the
+xf86-video-intel driver. This release comes one month after 2.9.0 and
+consists only of a few, hand-picked bug fixes since that release.
+
+Complete list of fixes in 2.9.1 compared to 2.9.0
+-------------------------------------------------
+ * Fix corruption and artifacts due to wrong colors in the colormap
+   with X server 1.7
+
+ * Fix incorrect rendering, such as missing scrollbar arrows in some
+   themes (http://bugs.freedesktop.org/show_bug.cgi?id=24459)
+
+ * Fix black screen when X server is reset
+   (https://bugs.freedesktop.org/show_bug.cgi?id=24383)
+
+ * Fix regressions detecting DVI monitors
+
+   http://bugs.freedesktop.org/show_bug.cgi?id=24255
+   http://bugs.freedesktop.org/show_bug.cgi?id=24282
+   http://bugs.freedesktop.org/show_bug.cgi?id=24458
+
 Release 2.9.0 (2009-09-28)
 ==========================
 We are pleased to announce the 2.9.0 release of the xf86-video-intel


More information about the xorg-commit mailing list