summaryrefslogtreecommitdiff
path: root/NEWS
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 /NEWS
parenta248f83ea89f5d4df35fcdc1e07ef147f72c9cf6 (diff)
downloadxscope-4af727597dc3f1fbabd879f457d39ccf76e55cef.tar.gz
xscope 1.4
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS24
1 files changed, 23 insertions, 1 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