summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRob Clark <rob@ti.com>2012-06-20 08:17:08 -0500
committerRob Clark <rob@ti.com>2012-06-20 08:17:08 -0500
commit4d17efef3fab75e3ce3035c59289c48bd9cf77de (patch)
tree4cc5734e15d8ad432b3bcffb7334fd5683034f87
parentce46bb1f32e07d1be6c55114b6f92d97d0636676 (diff)
NEWS: Bump version to 0.4.00.4.0
Signed-off-by: Rob Clark <rob@ti.com>
-rw-r--r--NEWS16
-rw-r--r--configure.ac2
2 files changed, 16 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index a099036..3a5a634 100644
--- a/NEWS
+++ b/NEWS
@@ -1 +1,15 @@
-TBD
+Release 0.3.0 (2012-04-21)
+==========================
+First Release
+
+Release 0.4.0 (2012-06-20)
+==========================
+
+* Port to compat-api so driver will build against latest xserver
+ from git as well as past releases.
+
+* DRI2: Fix issue with flipping that would result in deleting kms
+ fb_id while it was being scanned out.
+
+* DRI2: Implement support for triple buffering.
+
diff --git a/configure.ac b/configure.ac
index 3851efd..14052e3 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.0.1],
+ [0.4.0],
[https://bugs.freedesktop.org/enter_bug.cgi],
[xf86-video-omap])
AC_CONFIG_SRCDIR([Makefile.am])