summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRob Clark <robdclark@gmail.com>2013-01-11 11:07:42 -0600
committerRob Clark <robdclark@gmail.com>2013-01-11 11:07:42 -0600
commit9ef2ee29ae909792341878eb39e727a530ee810d (patch)
tree8b18e3d272022d00f0e9c2ac83bdc91a332add3f
parent5dac8511fdd66698133e441f7b198ed1eae72dcd (diff)
NEWS: Bump version to 0.4.3xf86-video-omap-0.4.3
Signed-off-by: Rob Clark <robdclark@gmail.com>
-rw-r--r--NEWS11
-rw-r--r--configure.ac2
2 files changed, 12 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 0299424..40535ab 100644
--- a/NEWS
+++ b/NEWS
@@ -31,3 +31,14 @@ Release 0.4.2 (2012-10-15)
* fix 'make dist' issue that would result in distribution tarballs
missing the header files
+Release 0.4.3 (2012-01-11)
+==========================
+
+* DRI2: Fix some potential leaks
+
+* Fix modesetting issue on kernels prior to rotation support
+
+* Remove unnecessary DRI1 check in configure.ac
+
+* DRI2: Fix potential triple-buffer loop in SwapComplete
+
diff --git a/configure.ac b/configure.ac
index 180e88c..534ecdc 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.2],
+ [0.4.3],
[https://bugs.freedesktop.org/enter_bug.cgi],
[xf86-video-omap])
AC_CONFIG_SRCDIR([Makefile.am])