diff options
author | Carl Worth <cworth@cworth.org> | 2009-08-13 13:58:02 -0700 |
---|---|---|
committer | Carl Worth <cworth@cworth.org> | 2009-08-13 13:59:36 -0700 |
commit | c611082fc25b01ebd6d4fc8aca16096685fc58aa (patch) | |
tree | 1575772074d85d6d24279c0ffb767fad8dae862d | |
parent | b0aa94fb63e8bc4be991f6dcadc66613054b0ddd (diff) |
NEWS: Add notes for 2.8.0.901 (2.8.1 rc 1)
Just a couple of cherry-picked fixes.
-rw-r--r-- | NEWS | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -1,3 +1,17 @@ +Release 2.8.0.901 (2.8.1 rc1 2009-08-13) +======================================== +We are pleased to announce this release candidate working toward the +2.8.1 maintenance release of the xf86-video-intel driver. This +snapshot contains a few, hand-picked fixes since the 2.8.0 release. + +New fixes in 2.8.1 compared to 2.8.0 +------------------------------------ +* Allow DRM mode setting to include transformations (also requires a + fix in the X server---available in xserver 1.6.3) + +* Align tiled pixmap height so we don't address beyond the end of our + buffers. + Release 2.8.0 (2009-07-20) ========================== We are pleased to present this major release of the xf86-video-intel |