summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2010-06-03 16:30:16 -0700
committerAlan Coopersmith <alan.coopersmith@oracle.com>2010-06-03 16:30:16 -0700
commit79b7392f981798941b9fba368c2bf0aeeb7a9ade (patch)
treead950639027be7c4de25777bbc0f34658ef9f649
parent3e7bbf02cda54f13307acedfa9c795ac73caf177 (diff)
downloadxlsatoms-79b7392f981798941b9fba368c2bf0aeeb7a9ade.tar.gz
xlsatoms-79b7392f981798941b9fba368c2bf0aeeb7a9ade.tar.bz2
xlsatoms-79b7392f981798941b9fba368c2bf0aeeb7a9ade.zip
xlsatoms 1.1.0xlsatoms-1.1.0
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r--README3
-rw-r--r--configure.ac4
2 files changed, 6 insertions, 1 deletions
diff --git a/README b/README
index 2f56c24..7ea6c53 100644
--- a/README
+++ b/README
@@ -1,5 +1,8 @@
xlsatoms lists the interned atoms defined on an X11 server
+Version 1.1 and later of xlsatoms use (and require) libxcb instead
+of libX11, for less latency when communicating with the X server.
+
All questions regarding this software should be directed at the
Xorg mailing list:
diff --git a/configure.ac b/configure.ac
index 0bb5d27..b947525 100644
--- a/configure.ac
+++ b/configure.ac
@@ -22,7 +22,9 @@ dnl
dnl Process this file with autoconf to create configure.
AC_PREREQ([2.57])
-AC_INIT(xlsatoms, [1.0.2], [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg],xlsatoms)
+AC_INIT(xlsatoms, [1.1.0],
+ [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg],
+ xlsatoms)
AM_INIT_AUTOMAKE([foreign dist-bzip2])
AM_MAINTAINER_MODE