summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin-Éric Racine <martin-eric.racine@iki.fi>2013-10-09 14:48:45 +0300
committerMartin-Éric Racine <martin-eric.racine@iki.fi>2013-10-09 14:48:45 +0300
commitc2d956a1e9bba7fa7877544f8e036ae78faa441f (patch)
treeca46f9369cc4b17e5fa80d8941f0dabb6c360c4a
parent69a8eedfe62d0df9037d86b47f2a6e34ba3c40a8 (diff)
This release restores compatibility with xserver-1.14 by removing mibstore.h includes and miInitializeBackingStore() functions. Since Nov.2010 (commit c4c4676) the only purpose of mibstore.h was to define an empty function for backward compatibility. Build helpers migrate to contemporary [build-aux] and [m4]. VALIDATION PLATFORM * Debian (X server 1.14.3) on FIC ION603A (Geode LX800). Signed-off-by: Martin-Éric Racine <martin-eric.racine@iki.fi>
-rw-r--r--NEWS11
-rw-r--r--TODO1
-rw-r--r--configure.ac2
3 files changed, 12 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 088f9f3..632ba06 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,14 @@
+Geode 2.11.15 (2013-10-09)
+==========================
+No user-visible change:
+
+ * This release restores compatibility with xserver-1.14 by removing
+ mibstore.h includes and miInitializeBackingStore() functions.
+ Since Nov.2010 (commit c4c4676) the only purpose of mibstore.h
+ was to define an empty function for backward compatibility.
+
+ * Build helpers migrate to contemporary [build-aux] and [m4].
+
Geode 2.11.14 (2012-11-25)
==========================
Better compatibility with xserver-1.13, cairo-1.12 and gtk3:
diff --git a/TODO b/TODO
index 534aafc..9702c23 100644
--- a/TODO
+++ b/TODO
@@ -8,7 +8,6 @@ GX:
* Fix the options so they are sane (i.e eliminate one of SWCursor or HWCursor)
* TV support
* Fix the rotate text strings (CCW?)
-* Whitespace / indenting
* Don't crash when rotating when playing video
LX:
diff --git a/configure.ac b/configure.ac
index fba86ed..f11443d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -23,7 +23,7 @@
# Initialize Autoconf
AC_PREREQ(2.60)
AC_INIT([xf86-video-geode],
- [2.11.14],
+ [2.11.15],
[https://bugs.freedesktop.org/enter_bug.cgi?product=xorg&component=Driver%2Fgeode],
[xf86-video-geode],
[http://www.x.org/wiki/GeodeDriver])