summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXavier Bachelot <xavier@bachelot.org>2013-03-27 22:53:53 +0100
committerXavier Bachelot <xavier@bachelot.org>2013-03-27 22:53:53 +0100
commit9bc4026a4069c1ab5b595315dac4a03d1b65129a (patch)
tree6075ddea485eb213fa92dff416635536663a208f
parent9355bc487e12aa7af2edd13dbfcaf9c8752ae954 (diff)
bump version to 0.3.2release_0_3_2
-rw-r--r--NEWS14
-rw-r--r--configure.ac2
2 files changed, 15 insertions, 1 deletions
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])