summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRob Clark <robdclark@gmail.com>2015-10-08 14:54:54 -0400
committerRob Clark <robdclark@gmail.com>2015-10-08 14:56:24 -0400
commit520c708d515698dbd26eb563309a8c24fe012795 (patch)
treeb47e8f3e985a2110d4b55caf3694248cce7703eb
parent8008da3ba97bf35a1ddd617401dcea48f4b1834f (diff)
NEWS: Bump version to 1.4.0xf86-video-freedreno-1.4.0
Signed-off-by: Rob Clark <robdclark@gmail.com>
-rw-r--r--NEWS10
-rw-r--r--configure.ac2
2 files changed, 11 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 6a2bfd2..03714dc 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,13 @@
+Release 1.4.0 (2015-10-08)
+==========================
+
+ * Couple bug fixes
+
+ * Add output name for DSI (so doesn't show up as "Unknown")
+
+NOTE: if you have a new enough xserver to use xf86-video-modesetting
+with glamor, you probably should.
+
Release 1.3.0 (2014-10-04)
==========================
diff --git a/configure.ac b/configure.ac
index 3aac56e..6811e14 100644
--- a/configure.ac
+++ b/configure.ac
@@ -22,7 +22,7 @@
AC_PREREQ(2.57)
AC_INIT([xf86-video-freedreno],
- [1.3.0],
+ [1.4.0],
[https://bugs.freedesktop.org/enter_bug.cgi],
[xf86-video-freedreno])