summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS12
-rw-r--r--configure.ac2
2 files changed, 13 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 3a5a634..64977d4 100644
--- a/NEWS
+++ b/NEWS
@@ -13,3 +13,15 @@ Release 0.4.0 (2012-06-20)
* DRI2: Implement support for triple buffering.
+Release 0.4.1 (2012-10-06)
+==========================
+
+* xrandr rotation support.
+
+* Support for PlatformProbe for latest xserver.
+
+* DRI2: fix issue w/ flipping multiple drawables.
+
+* Various other fixes, including updates to build with latest
+ xserver.
+
diff --git a/configure.ac b/configure.ac
index 50e33e4..b1fc8a7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -5,7 +5,7 @@ AC_PREREQ(2.60)
# XXX bug URL should be https://bugs.freedesktop.org/enter_bug.cgi?product=xorg
# but this makes autoheader choke..
AC_INIT([xf86-video-omap],
- [0.4.0],
+ [0.4.1],
[https://bugs.freedesktop.org/enter_bug.cgi],
[xf86-video-omap])
AC_CONFIG_SRCDIR([Makefile.am])