xf86-video-intel: Branch '2.7' - 3 commits - configure.ac NEWS RELEASING

Carl Worth cworth at kemper.freedesktop.org
Tue May 12 11:45:30 PDT 2009


 NEWS         |   38 ++++++++++++++++++++++++++++++++++++++
 RELEASING    |   13 ++++++++++++-
 configure.ac |    2 +-
 3 files changed, 51 insertions(+), 2 deletions(-)

New commits:
commit ae5b6d8135c7170821db37de0245b0e6b7a87e59
Author: Carl Worth <cworth at cworth.org>
Date:   Tue May 12 11:45:03 2009 -0700

    RELEASING: Better instructions for where to send announcements
    
    The xorg-announce list doesn't need to hear about development
    snapshots and release candidates. The intel-gfx list is good for
    that.

diff --git a/RELEASING b/RELEASING
index 9376110..2196c8f 100644
--- a/RELEASING
+++ b/RELEASING
@@ -33,8 +33,19 @@ The process for releasing a new tarball is as follows:
 
 	$ <path_to>/util/modular/release.sh driver <last_ver> <ver>
 
-7. Edit the generated release message as needed and send it out
+7. Edit and send the generated release message.
 
 	At the very least, add the release notes from the NEWS file.
 
+	The message is generated as xf86-video-inte-<version>.announce
+
+	For snapshots and release candidates, mail to:
+
+		intel-gfx at lists.freedesktop.org
+
+	For major releases also send to:
+
+		xorg at lists.freedesktop.org
+		xorg-announce at lists.freedesktop.org
+
 8. Throw a release party, you're done! :)
commit 2d7ddfe8d52e6d1dfc3d1a3de00940816d2e09ff
Author: Carl Worth <cworth at cworth.org>
Date:   Fri May 8 17:14:22 2009 -0700

    Increment version number to 2.7.0.901
    
    Which means this is the first release candidate in preparation for 2.7.1.

diff --git a/configure.ac b/configure.ac
index 41ae79c..061c537 100644
--- a/configure.ac
+++ b/configure.ac
@@ -22,7 +22,7 @@
 
 AC_PREREQ(2.57)
 AC_INIT([xf86-video-intel],
-        2.7.0,
+        2.7.0.901,
         [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg],
         xf86-video-intel)
 
commit 9c7213fa7273742d91cd31a6052306043d9da784
Author: Carl Worth <cworth at cworth.org>
Date:   Fri May 8 17:13:44 2009 -0700

    NEWS: Add items for 2.7.0.901 release candidate
    
    There are some nice bug fixes here.

diff --git a/NEWS b/NEWS
index 0d0cd8a..580c6b2 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,41 @@
+Release 2.7.0.901 (2009-05-08)
+------------------------------
+This is (release candidate for) a maintenance release on the 2.7
+branch. Compared to 2.7.0 it consists only of a few carefully
+hand-picked fixes for bugs. We encourage willing testers to give this
+release candidate a try and report back any problems. If no major
+problems are identified, this same code will become 2.7.1.
+
+Bug fixes since 2.7.0:
+
+    * KMS: Hook up output properties for RANDR, (this allows output
+      properties to be controlled in the KMS case just as in the UMS
+      case). [Zhenyu Wang <zhenyu.z.wang at intel.com>]
+
+    * Fix multiplication error when computing required batch space.
+      This could fix any number of cases where the driver did
+      inexplicable things (due to having computed the wrong
+      size). [Keith Packard <keithp at keithp.com>]
+
+    * Hold reference to video binding table until all rects are
+      painted. This prevent general chaos in the buffer
+      manager. [Keith Packard <keithp at keithp.com>]
+
+    * Split i915 textured video commands to fit into batch
+      buffers. Video and 3D setup commands share the same batch
+      buffer, so without this fix, various problems could occur when
+      video and 3D clients were both heavily active at the same
+      time. [Keith Packard <keithp at keithp.com>]
+
+    * Fix crash with XV with large virtual display (> 2049). [Albert
+      Damen <albrt at gmx.net>]
+
+    * Provide missing value to 3D_STATE_VERTEX_BUFFERS command. We
+      don't know that this was causing any problem, but the change
+      does bring the driver into conformance with what the
+      specification says the hardware requires here. [Keith Packard
+      <keithp at keithp.com>]
+
 Release 2.7.0 (2009-04-15)
 --------------------------
 Compared to the 2.6 series, 2.7.0 has a large number of bug fixes, but


More information about the xorg-commit mailing list