summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS7
-rw-r--r--configure.ac2
2 files changed, 8 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 632ba06..3b11a26 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,10 @@
+Geode 2.11.16 (2014-07-17)
+==========================
+No user-visible change:
+
+ * This release restores compatibility with xserver-1.15 and newer
+ by adding a missing xf86Modes.h include to src/geode_dcon.c
+
Geode 2.11.15 (2013-10-09)
==========================
No user-visible change:
diff --git a/configure.ac b/configure.ac
index f11443d..c8b7631 100644
--- a/configure.ac
+++ b/configure.ac
@@ -23,7 +23,7 @@
# Initialize Autoconf
AC_PREREQ(2.60)
AC_INIT([xf86-video-geode],
- [2.11.15],
+ [2.11.16],
[https://bugs.freedesktop.org/enter_bug.cgi?product=xorg&component=Driver%2Fgeode],
[xf86-video-geode],
[http://www.x.org/wiki/GeodeDriver])