summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@sun.com>2009-10-01 00:24:19 -0700
committerAlan Coopersmith <alan.coopersmith@sun.com>2009-10-01 00:24:19 -0700
commit5f98e638ff394d99ef22cb9e7d0c8c4abf89de39 (patch)
treee2d1a01a997a79b7efbaf86676476db9e7682f94
parent186e9134da5d440ae2f2194164a14f52c05ba150 (diff)
xscope 1.2xscope-1.2
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
-rw-r--r--NEWS43
-rw-r--r--configure.ac2
2 files changed, 44 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index e69de29..6ce3c4f 100644
--- a/NEWS
+++ b/NEWS
@@ -0,0 +1,43 @@
+xscope 1.2 is 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
+ - TCP/IPv4 socket support
+
+Features from Keith Packard's version:
+
+ - Interactive debugging mode with breakpoints & single stepping for
+ core protocol
+ - X11 extension protocol decoding for:
+ BIGREQUESTS NCD-WinCenterPro
+ LBX RANDR 1.0
+ MIT-SHM RENDER 0.4
+ - Decoding of bigrequest-encoded requests
+ - NAS audio protocol decoding
+ - Unix domain socket support
+ - -S option to toggle output on SIGUSR1
+ - -t option to terminate when all clients close
+ - xstats program to generate statistics from xscope logs
+ (not built by default)
+
+Features from Solaris version:
+
+ - SVR4 platform support
+ - Use of xtrans to get all normally supported transports, including IPv6
+ - IPv6 address decoding in hosts requests
+ - -r option to dump raw packet data
+
+New features in this release:
+
+ - Support for setting breakpoints on X11 extension requests
+ - Decoding of GenericEvents & ServerInterpreted host addresses
+ - Update RENDER extension decoding to protocol version 0.11
+
+Removed features:
+
+ - X11 extension protocol decoding for PEX extension
+ - DECnet support
diff --git a/configure.ac b/configure.ac
index 8560d22..c152345 100644
--- a/configure.ac
+++ b/configure.ac
@@ -31,7 +31,7 @@ dnl
dnl Process this file with autoconf to create configure.
AC_PREREQ([2.57])
-AC_INIT(xscope,[1.1], [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg],xscope)
+AC_INIT(xscope,[1.2], [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg],xscope)
AM_INIT_AUTOMAKE([dist-bzip2])
AM_MAINTAINER_MODE