From 4af727597dc3f1fbabd879f457d39ccf76e55cef Mon Sep 17 00:00:00 2001 From: Alan Coopersmith Date: Mon, 19 Nov 2012 21:22:23 -0800 Subject: xscope 1.4 Signed-off-by: Alan Coopersmith --- NEWS | 24 +++++++++++++++++++++++- configure.ac | 2 +- 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]) -- cgit v1.2.3