summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Hopf <mhopf@suse.de>2007-12-21 16:43:05 +0100
committerMatthias Hopf <mhopf@suse.de>2007-12-21 16:54:22 +0100
commitf213db06140226c843c9649cfaaea4b3d130ba16 (patch)
treeccbfaadb44a27081056fbf5c17ab88136380bfd3
parentc036b81933391ea41b78c4ba20bde01a1939433f (diff)
Bump to 1.1.0. Add changes to README.1.1.0
-rw-r--r--README19
-rw-r--r--configure.ac2
2 files changed, 17 insertions, 4 deletions
diff --git a/README b/README
index c42645c..8c5739e 100644
--- a/README
+++ b/README
@@ -28,8 +28,21 @@ This README file contains the following sections:
-Recent Changes
-==============
+Major Changes
+=============
+
+Read ChangeLog for a complete list.
+
+- Version 1.1.0
+
+ - Added Support for RS600, preliminary RV670.
+ - Allow panning in RandR mode.
+ - Preliminary (read: untested) support for HDMI connectors.
+ - Lots of bugfixes, e.g.
+ - Better monitor detection.
+ - Gamma + palette fixes.
+ - Mode stability + textmode restore.
+ - RandR mode selection fixes.
- Version 1.0.0
@@ -50,7 +63,7 @@ More Resources
The official radeonhd wiki:
http://wiki.x.org/wiki/radeonhd
-
+
The mailing list on radeonhd:
http://lists.opensuse.org/radeonhd/
diff --git a/configure.ac b/configure.ac
index 85e3cf7..db0432c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,7 +2,7 @@
AC_PREREQ(2.57)
AC_INIT([xf86-video-radeonhd],
- 1.0.0,
+ 1.1.0,
[https://bugs.freedesktop.org/enter_bug.cgi?product=xorg&component=Driver/radeonhd],
xf86-video-radeonhd)