configure: version bump for 2.20.0 release

The day SNA hits mainstream...

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
This commit is contained in:
Chris Wilson 2012-07-15 20:26:00 +01:00
parent 6fa059330d
commit 6a18a0936e
2 changed files with 43 additions and 1 deletions

42
NEWS
View File

@ -1,3 +1,45 @@
Release 2.12.0 (2012-07-15)
===========================
First the big news, a new acceleration method that aims to be faster and
consume far less CPU than UXA is now available for selection at runtime.
This snazzy new architecture can be selected through use of
Option "AccelMethod" "sna"
in your xorg.conf. Whilst it has been under development for some time, it
has not yet had the same degree of widespread testing of UXA, so tread
lightly. Try it and if you spot anything that can be improved, please do
report a bug.
Otherwise we have the usual smattering of bug fixes for UXA:
* Use a white source whilst adding glyphs to the glyph mask
(This fixes blank glyphs if using a font that mixes ARGB and A glyphs.)
* Avoid fallbacks for glyph-to-dst in e.g. gnome-terminal
https://bugs.freedesktop.org/show_bug.cgi?id=50508
* Force unused outputs off when VT switching
https://bugs.freedesktop.org/show_bug.cgi?id=50772
* Copy the fbcon across to the Screen pixmap at startup.
(This patch has been kicking around in the distributions for years.)
* Many missed malloc failures checks and forgotten frees found by a static
analyzer. Thanks Zdenek Kabelac!
* Leak of the back buffer when terminating an application after pageflipping
https://bugs.freedesktop.org/show_bug.cgi?id=50670
* Double check that the pipe is on before emitting a WAIT_ON_EVENT.
In conjunction with an uptodate kernel, this should eliminate any
hangs when changing resolutions or adding/removing displays.
https://bugs.freedesktop.org/show_bug.cgi?id=50668
* Update to new Xorg APIs. Future proofing for the next generation of
hotplug Xorg display servers.
Many thanks to everyone who has reported a bug and otherwise helped to
improve the driver.
Release 2.19.0 (2012-04-29)
===========================
More stability fixes for UXA and support for another variant of IvyBridge.

View File

@ -23,7 +23,7 @@
# Initialize Autoconf
AC_PREREQ([2.60])
AC_INIT([xf86-video-intel],
[2.19.0],
[2.20.0],
[https://bugs.freedesktop.org/enter_bug.cgi?product=xorg],
[xf86-video-intel])
AC_CONFIG_SRCDIR([Makefile.am])