summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Hopf <mhopf@suse.de>2009-04-09 15:11:37 +0200
committerMatthias Hopf <mhopf@suse.de>2009-04-09 15:11:37 +0200
commitcb54f48b212d5ae54e13bbdf24575b6163798c0d (patch)
treed4a36a16f85315dbd0f01c14900e0a26e531e960
parent9d2a508892f16572127d192497bcf505556538b8 (diff)
Bump to 1.2.5. Updated README.1.2.5
-rw-r--r--README12
-rw-r--r--configure.ac2
2 files changed, 13 insertions, 1 deletions
diff --git a/README b/README
index a6f311a..6ca6b20 100644
--- a/README
+++ b/README
@@ -87,6 +87,18 @@ Major Changes
Read ChangeLog for a complete list.
+- Version 1.2.5
+
+ - Added 2D acceleration for R6xx and R7xx.
+ - Added XVideo support for R6xx and R7xx.
+ - Added support for RS880 and RV790.
+ - Added RandR 1.3 mandatory properties.
+ - Refactoring of MC code.
+ - Enable DRI support by default on R5xx and RS6xx.
+ - LUT (color lookup table) fixes.
+ - Tons of quirk table entries and bug fixes.
+ - Fix register accesses for processors that reorder memory writes.
+
- Version 1.2.4
- Added HDMI support.
diff --git a/configure.ac b/configure.ac
index fbbc5b7..c31f10a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,7 +2,7 @@
AC_PREREQ(2.57)
AC_INIT([xf86-video-radeonhd],
- 1.2.4,
+ 1.2.5,
[https://bugs.freedesktop.org/enter_bug.cgi?product=xorg&component=Driver/radeonhd],
xf86-video-radeonhd)