summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin-Éric Racine <martin-eric.racine@iki.fi>2016-02-03 20:38:37 +0200
committerMartin-Éric Racine <martin-eric.racine@iki.fi>2016-02-03 20:38:37 +0200
commit9b04a4df4239e7e9414402f8522cb31728481a27 (patch)
tree57cd9aadcc72ec9c71a2a83fe998d15497c8278c
parentcecdf5085739649dc3b52e343c246f6c3c1dda4d (diff)
This release restores compatibility with xserver-1.18 and newer. Conditional support for the Geode MSR device on FreeBSD is merged. GX acceleration and compositing is upgraded to current standards. LX switching to VT and back is restored. Farewell blanks screens! VALIDATION PLATFORM * Debian (X server 1.18.0) on FIC ION603A (Geode LX800). Signed-off-by: Martin-Éric Racine <martin-eric.racine@iki.fi>
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index a819ccb..fb87ae1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -23,7 +23,7 @@
# Initialize Autoconf
AC_PREREQ(2.60)
AC_INIT([xf86-video-geode],
- [2.11.17],
+ [2.11.18],
[https://bugs.freedesktop.org/enter_bug.cgi?product=xorg&component=Driver%2Fgeode],
[xf86-video-geode],
[http://www.x.org/wiki/GeodeDriver])