xlsatoms 1.1.0 xlsatoms-1.1.0
authorAlan Coopersmith <alan.coopersmith@oracle.com>
Thu, 3 Jun 2010 23:30:16 +0000 (16:30 -0700)
committerAlan Coopersmith <alan.coopersmith@oracle.com>
Thu, 3 Jun 2010 23:30:16 +0000 (16:30 -0700)
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
README
configure.ac

diff --git a/README b/README
index 2f56c24..7ea6c53 100644 (file)
--- 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:
 
index 0bb5d27..b947525 100644 (file)
@@ -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