diff options
author | Martin-Éric Racine <martin-eric.racine@iki.fi> | 2012-11-25 11:12:58 +0200 |
---|---|---|
committer | Martin-Éric Racine <martin-eric.racine@iki.fi> | 2012-11-25 11:12:58 +0200 |
commit | a96a4e28a079499b18b441f0b6c05c50dd86ead6 (patch) | |
tree | f60305cb8b936ca9c2eca50bb3a908ecddcf77e2 /configure.ac | |
parent | cec433840fde8be3ee6b8ce916b416f44d15a794 (diff) |
Geode 2.11.14xf86-video-geode-2.11.14
This release restores compatibility with xserver-1.13, cairo-1.12 and gtk-3:
* Fix building with new xserver-1.13 (Maarten Lankhorst)
+ Implement xserver-1.13 API changes.
+ Make XAA support optional (dropped as of xserver-1.13).
* Implement solid source pictures acceleration for cairo-1.12 (Mart Raudsepp)
* Fix EXA Composite implementation in the LX component (Mart Raudsepp)
Restores icon and text rendering for GNOME 3 fallback mode.
This release also improves compatibility with non-Linux/non-32-bit hardware:
* Fix compiling on 64-bit hosts (Dave Airlie)
* Fix compiling on non-Linux platforms (Martin-Éric Racine)
VALIDATION PLATFORMS
* Debian (X server 1.7.7) on Artec DBE61.
* Debian (X server 1.12.14) on FIC ION603A.
* Fedora (X server 1.13) on OLPC XO-1.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
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]) |