summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2012-11-19 21:22:23 -0800
committerAlan Coopersmith <alan.coopersmith@oracle.com>2012-11-19 21:22:23 -0800
commit4af727597dc3f1fbabd879f457d39ccf76e55cef (patch)
tree51e657921bfce69382854d4094a3ebfcc4a50324
parenta248f83ea89f5d4df35fcdc1e07ef147f72c9cf6 (diff)
downloadxscope-4af727597dc3f1fbabd879f457d39ccf76e55cef.tar.gz
xscope 1.4
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r--NEWS24
-rw-r--r--configure.ac2
2 files changed, 24 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 6ce3c4f..0ab5f5c 100644
--- a/NEWS
+++ b/NEWS
@@ -1,8 +1,30 @@
-xscope 1.2 is the grand unification release of xscope, finishing the
+xscope 1.4 adds new features and decoding support.
+
+- RANDR decoding updated from just 0.x protocol to handle 1.0 - 1.4
+- Atoms recorded from InternAtom & GetAtomName to use for display in
+ other requests referencing the atoms
+- Property requests now also show these property types in a more natural
+ format instead of as just lists of bytes:
+ UTF8_STRING, atoms, cardinals, integers, and windows
+- new -I command line flag to enter interactive mode immediately at startup
+- experimental support for reading a previously recorded file.
+ If you run "xscope -r -v0 > xscope.raw", then you can later run
+ "xscope -f xscope.raw" to decode the data.
+
+------------------------------------------------------------------------------
+
+xscope 1.3 added basic support for decoding GLX extension requests
+and improved transport layer selection/fallback.
+
+------------------------------------------------------------------------------
+
+xscope 1.2 was the grand unification release of xscope, finishing the
three way merge of the MIT-licensed version from the original author,
James Peterson of MCC, the extensions from Keith Packard, and the fork
Sun Microsystems maintained in Solaris releases.
+
+
Features from James Peterson's version:
- Core X11 protocol decoding
diff --git a/configure.ac b/configure.ac
index 67b33f1..cfb6a6d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -24,7 +24,7 @@ dnl Process this file with autoconf to create configure.
# Initialize Autoconf
AC_PREREQ([2.60])
-AC_INIT([xscope], [1.3.99.901],
+AC_INIT([xscope], [1.4],
[https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], [xscope])
AC_CONFIG_SRCDIR([Makefile.am])
AC_CONFIG_HEADERS([config.h])