summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Hopf <mhopf@suse.de>2008-04-10 21:20:42 +0200
committerMatthias Hopf <mhopf@suse.de>2008-04-10 21:20:56 +0200
commit9d131f9035b3b0ff7755dda708e16326aa156e83 (patch)
tree43c4c0e8cab6800744123370a31a146188bfb6fd
parent7560240b9935d86570be0ea46f85a6f5c9630cf9 (diff)
Bump to 1.2.0. Add changes to README.1.2.0
-rw-r--r--README14
-rw-r--r--configure.ac2
2 files changed, 15 insertions, 1 deletions
diff --git a/README b/README
index 8c5739e..3310232 100644
--- a/README
+++ b/README
@@ -33,6 +33,20 @@ Major Changes
Read ChangeLog for a complete list.
+- Version 1.2.0
+
+ - Added support for RV620, RV635, and R680.
+ - Added 2D acceleration for R5xx (including RS6xx), both XAA and EXA.
+ - Added support for DDIA block (second digital output) on RS690.
+ - Added support for interlaced modes
+ - Added additional layers for splitting outputs into encoders and
+ transmitters as needed for new hardware.
+ - Added support for DragonFly BSD.
+ - Improved RandR corner cases.
+ - Improved handling of secondary cards.
+ - Implemented foundation work for future TV support.
+ - Huge number of bugfixes and minor updates.
+
- Version 1.1.0
- Added Support for RS600, preliminary RV670.
diff --git a/configure.ac b/configure.ac
index 2cce985..7ca71c8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,7 +2,7 @@
AC_PREREQ(2.57)
AC_INIT([xf86-video-radeonhd],
- 1.1.0,
+ 1.2.0,
[https://bugs.freedesktop.org/enter_bug.cgi?product=xorg&component=Driver/radeonhd],
xf86-video-radeonhd)