diff options
author | Chris Wilson <chris@chris-wilson.co.uk> | 2013-10-23 09:50:24 +0100 |
---|---|---|
committer | Chris Wilson <chris@chris-wilson.co.uk> | 2013-10-23 09:50:24 +0100 |
commit | 585340f75cb897e1293a887e8ef5a9552ea347cd (patch) | |
tree | 693b492b76fff7d90000609701a526b7c97084d3 | |
parent | aff67ada6cd2cb1f8adb5bec27a27fbc0f2884cc (diff) |
2.99.905 snapshot2.99.905
-rw-r--r-- | NEWS | 29 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 30 insertions, 1 deletions
@@ -1,3 +1,32 @@ +Snapshot 2.99.905 (2013-10-23) +============================== +The highlight for this snapshot is the extension of TearFree to support +transformed outputs, along with some polishing to eliminate its impact +upon input and output latency. As always, thanks to everyone who have +been testing, reporting bugs and helping to improve the stability before +release. + + * Prevent a crash when starting with a user specified mode or position + + * Prevent some crashes in UXA after allocation failure + + * Stop marking the user's preferred backlight value as 0 if the + backlight property is queried whilst the connector is disabled + https://bugs.freedesktop.org/show_bug.cgi?id=70406 + + * Pad GETCONNECTOR ioctl for compatability between 32/64-bit userspace + and kernel + + * Handle long glyph runs correctly + https://bugs.freedesktop.org/show_bug.cgi?id=70541 + + * Fix clipping of stippled rectangles against clip regions + https://bugs.freedesktop.org/show_bug.cgi?id=67865 + + * Support TearFree rendering of rotated outputs + https://bugs.freedesktop.org/show_bug.cgi?id=22969 + + Snapshot 2.99.904 (2013-10-09) ============================== There is one more feature planned to be completed for 3.0, so time for a diff --git a/configure.ac b/configure.ac index aa444a5c..eb20807a 100644 --- a/configure.ac +++ b/configure.ac @@ -23,7 +23,7 @@ # Initialize Autoconf AC_PREREQ([2.60]) AC_INIT([xf86-video-intel], - [2.99.904], + [2.99.905], [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], [xf86-video-intel]) AC_CONFIG_SRCDIR([Makefile.am]) |