summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Wilson <chris@chris-wilson.co.uk>2013-09-28 18:38:12 +0100
committerChris Wilson <chris@chris-wilson.co.uk>2013-09-28 18:38:12 +0100
commit36d142153b45f4c95d606d14bbbb51d8fdec5d2e (patch)
tree6b633ed2f9b050937d31083bf6ca4d8dad6f422a
parent2c67e9da5fc4c47f3f67082bd4adaf80d9e7399f (diff)
2.99.903 snapshot2.99.903
-rw-r--r--NEWS38
-rw-r--r--configure.ac2
2 files changed, 39 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index f716bc60..159c67c2 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,41 @@
+Snapshot 2.99.903 (2013-09-28)
+==============================
+Lots more stabilization work, not yet peaceful enough to christen 3.0. We
+have everything ranging from build fixes for systems like Suse Linux
+Enterprise Desktop that like to backport hardware enablement to ancient
+packages, to fixes for hardware enabling, and some more performance tuning.
+
+ * Fix VSync on Haswell.
+ https://bugs.freedesktop.org/show_bug.cgi?id=69119
+
+ * Disable Y-tiling on gen4 - it too frequently leads to instability.
+ https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-intel/+bug/1222203
+
+ * Disable same EDID detection based on property id - the kernel likes
+ to reuse ids leading to a failure to detect the right modes on a monitor
+ change.
+
+ * Avoid issuing multiple DPMS requests to the same encoder (alised to
+ multiple connectors) to avoid upsetting Haswell and leaving the
+ screens blank.
+
+ * Honour the user preferrence for the initial mode, even if they are
+ being silly
+ https://bugzilla.novell.com/show_bug.cgi?id=841696
+
+ * Clear the clear hint when apply DRI updates - to prevent some
+ screenshots from GL windows being left blank.
+ https://bugs.freedesktop.org/show_bug.cgi?id=69730
+
+ * Prevent a NULL dereference from trying to undo an non-existent buffer
+ https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-intel/+bug/1228677
+
+ * Handle out-of-memory conditions far more gracefully. If the system is
+ hard against the memory wall, then the kernel will start issuing
+ SIGBUS even for CPU mmaps. Untrapped these will cause X to die.
+ https://bugs.freedesktop.org/show_bug.cgi?id=67889
+
+
Snapshot 2.99.902 (2013-09-07)
==============================
We do not condone or support Canonical in the course of action they have
diff --git a/configure.ac b/configure.ac
index 7f4ba469..5484c86c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -23,7 +23,7 @@
# Initialize Autoconf
AC_PREREQ([2.60])
AC_INIT([xf86-video-intel],
- [2.99.902],
+ [2.99.903],
[https://bugs.freedesktop.org/enter_bug.cgi?product=xorg],
[xf86-video-intel])
AC_CONFIG_SRCDIR([Makefile.am])