diff options
-rw-r--r-- | NEWS | 14 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 15 insertions, 1 deletions
@@ -1,3 +1,17 @@ +openchrome 0.3.2 (27/03/2013) +----------------------------- + +This is a bugfix release. +- EXA fixes. Compositing is now enabled again. +- TV out fixes and enhancements. +- Fix memory detection on P4M800. +- Fix for lockup when probing some I2C bus on P4M900. +- VGA out probing with Vblank. +- Fix building with autoconf 1.13.1. +- Fix for X server 1.14. +- Various bug fixes and improvements. + + openchrome 0.3.1 (04/09/2012) ----------------------------- diff --git a/configure.ac b/configure.ac index 3b07214..238e3af 100644 --- a/configure.ac +++ b/configure.ac @@ -23,7 +23,7 @@ # Initialize Autoconf AC_PREREQ(2.57) AC_INIT([xf86-video-openchrome], - [0.3.1], + [0.3.2], [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg&component=Driver/openchrome], [xf86-video-openchrome]) |