summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Wilson <chris@chris-wilson.co.uk>2014-02-01 17:59:29 +0000
committerChris Wilson <chris@chris-wilson.co.uk>2014-02-01 18:57:29 +0000
commit2c4b2ed558bec3b71077fb12cc4e008cccc819fa (patch)
treec7eead5ba0cac48093ad174df301914ea02f3357
parent495bf89496a96eff0b2c5b6a95aa29df8d7fbc81 (diff)
2.99.909 snapshot2.99.909
-rw-r--r--NEWS12
-rw-r--r--configure.ac2
2 files changed, 13 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 83bf8090..63655d39 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,15 @@
+Snapshot 2.99.909 (2013-02-01)
+==============================
+Pass the brown paper bag. Ridiculously stupid bug in last minute coding.
+
+ * Add Xv support using glamor acceleration in addition to adaptors
+ provided by the UXA backend.
+
+ * Fix overeager discarding of CPU damage
+ Regression in 2.99.908 :(
+ https://bugs.freedesktop.org/show_bug.cgi?id=74327
+
+
Snapshot 2.99.908 (2013-01-31)
==============================
A couple of regressions dashed the hopes that .907 was to be the final
diff --git a/configure.ac b/configure.ac
index 4e93f95e..f7a6d32b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -23,7 +23,7 @@
# Initialize Autoconf
AC_PREREQ([2.60])
AC_INIT([xf86-video-intel],
- [2.99.908],
+ [2.99.909],
[https://bugs.freedesktop.org/enter_bug.cgi?product=xorg],
[xf86-video-intel])
AC_CONFIG_SRCDIR([Makefile.am])