Changelog for
xscope-1.4.1-lp152.3.5.x86_64.rpm :
* Tue Jun 10 2014 sndirschAATTsuse.com- Update to version 1.4.1
* This version corrects several bugs which caused xscope to incorrectly decode some protocol replies or events, and fixes a build issue on Solaris.
* Sat Jan 19 2013 zaitorAATTopensuse.org- Update to version 1.4: + 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: + 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.
* Sat Apr 14 2012 dimstarAATTopensuse.org- Update to version 1.3.1: + Add const attributes to clear gcc -Wwrite-strings warnings + Add Intel copyright to COPYING for glx additions in xscope 1.3 + Allocate buffers dynamically as needed instead of as part of fdinfo struct + Call realloc() instead of open coding it + Check the right return value for malloc failure + Clean up existing malloc calls + Ensure ScopeHost global is initialized when built with USE_XTRANS + File descriptors should be stored in ints not shorts + Fix builds of scope.c with Solaris Studio compilers + Make CS dynamically allocated + Make FDinfo dynamically allocated + Make ReplyQ dynamically allocated + Mark panic() as _X_NORETURN + Remove extra definition of ScopeEnabled from x11.h + Remove StaticMaxFD now that all uses now allocate dynamically + Remove unused variable server_client from print_lbx.c + Stop wrapping malloc & free + Store ClientNumber as int instead of converting back & forth to long + Use calloc() instead of malloc(); bzero(); + Use strdup instead of malloc(strlen+1); strcpy(); + Build system fixes- Add pkgconfig(xproto) BuildRequires: New upstream dependency.
* Fri Apr 13 2012 vuntzAATTopensuse.org- Split xscope from xorg-x11. Initial version: 1.3.