2.99.909 snapshot

This commit is contained in:
Chris Wilson 2014-02-01 17:59:29 +00:00
parent 495bf89496
commit 2c4b2ed558
2 changed files with 13 additions and 1 deletions

12
NEWS
View File

@ -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

View File

@ -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])