summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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])