summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS17
-rw-r--r--configure.ac2
2 files changed, 13 insertions, 6 deletions
diff --git a/NEWS b/NEWS
index bfcd434..088f9f3 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,6 @@
-Geode 2.11.14 (2012-11-??)
+Geode 2.11.14 (2012-11-25)
==========================
-Better compatibility with xserver-1.13, cairo-1.12 and gtk3.
+Better compatibility with xserver-1.13, cairo-1.12 and gtk3:
* Fix building on Xservers without XAA (Maarten Lankhorst)
xserver-1.13 dropped XAA acceleration method, as it does not accel
@@ -37,7 +37,14 @@ Better compatibility with xserver-1.13, cairo-1.12 and gtk3.
drawing area, which in the end is achieved via a negative srcX/srcY.
https://bugs.freedesktop.org/show_bug.cgi?id=51360
- * Various build fixes on exotic or non-target platforms.
+ * Fix builds for exotic and/or non-target platforms (Dave Airlie)
+
+ * Clarify the copyright of older AMD commits (Martin-Éric Racine)
+
+VALIDATION PLATFORMS
+ * Debian (X server 1.7.7) on Artec DBE61 and Hercules EC-800.
+ * Debian (X server 1.12.14) on FIC ION603A.
+ * Fedora (X server 1.13) on OLPC XO-1.
Geode 2.11.13 (2011-12-26)
==========================
@@ -58,8 +65,8 @@ this driver. This can be used to profile the performance during development.
Fixes to keep this driver compilable on recent X servers are also included.
VALIDATION PLATFORMS
-* Debian/stable (X server 1.7.7) on Artec DBE61 and Hercules EC-800.
-* Ubuntu/Precise (X server 1.10.4) on FIC ION603A.
+* Debian (X server 1.7.7) on Artec DBE61 and Hercules EC-800.
+* Ubuntu (X server 1.10.4) on FIC ION603A.
Geode 2.11.12 (2011-02-13)
==========================
diff --git a/configure.ac b/configure.ac
index 94740e7..4e9e83a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -23,7 +23,7 @@
# Initialize Autoconf
AC_PREREQ(2.59)
AC_INIT([xf86-video-geode],
- [2.11.13],
+ [2.11.14],
[https://bugs.freedesktop.org/enter_bug.cgi?product=xorg&component=Driver%2Fgeode],
[xf86-video-geode],
[http://www.x.org/wiki/GeodeDriver])