diff options
author | Xavier Bachelot <xavier@bachelot.org> | 2013-03-27 22:53:53 +0100 |
---|---|---|
committer | Xavier Bachelot <xavier@bachelot.org> | 2013-03-27 22:53:53 +0100 |
commit | 9bc4026a4069c1ab5b595315dac4a03d1b65129a (patch) | |
tree | 6075ddea485eb213fa92dff416635536663a208f | |
parent | 9355bc487e12aa7af2edd13dbfcaf9c8752ae954 (diff) |
bump version to 0.3.2release_0_3_2
-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]) |