NEWS | 14 ++++++++++++++ configure.ac | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-)
New commits: commit 9bc4026a4069c1ab5b595315dac4a03d1b65129a Author: Xavier Bachelot <[email protected]> Date: Wed Mar 27 22:53:53 2013 +0100 bump version to 0.3.2 diff --git a/NEWS b/NEWS index 32acfcd..917aea0 100644 --- a/NEWS +++ b/NEWS @@ -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]) _______________________________________________ Openchrome-devel mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/openchrome-devel
