98 lines
4.1 KiB
Plaintext
98 lines
4.1 KiB
Plaintext
|
|
-------------------------------------------------------------------
|
||
|
|
Sun Mar 9 04:10:36 UTC 2025 - Stefan Dirsch <sndirsch@suse.com>
|
||
|
|
|
||
|
|
- Updat to version 1.4.5
|
||
|
|
Support for using inet_ntop() was originally added to support IPv6, and
|
||
|
|
only used for IPv6 addresses. Two decades later, this interface is
|
||
|
|
ubiquitous and OS'es have starting marking the old interfaces as deprecated,
|
||
|
|
so this release changes to use the modern interface whenever we can now.
|
||
|
|
(Note that code included from xtrans will only use the modern interfaces
|
||
|
|
when IPv6 is disabled if building against xtrans 1.6.0 or later.)
|
||
|
|
|
||
|
|
-------------------------------------------------------------------
|
||
|
|
Sat Jun 10 10:57:13 UTC 2023 - Stefan Dirsch <sndirsch@suse.com>
|
||
|
|
|
||
|
|
- Update to version 1.4.4
|
||
|
|
* This release fixes some minor bugs and adds support for decoding
|
||
|
|
the DAMAGE extension.
|
||
|
|
|
||
|
|
-------------------------------------------------------------------
|
||
|
|
Mon Jul 11 13:24:24 UTC 2022 - Stefan Dirsch <sndirsch@suse.com>
|
||
|
|
|
||
|
|
- Update to version 1.4.3
|
||
|
|
* On OpenBSD SO_PEERCRED uses struct sockpeercred
|
||
|
|
* Remove/comment out unused variables.
|
||
|
|
* Match format strings with arguments.
|
||
|
|
* ifdef out unused static functions
|
||
|
|
* Use correct argument type for ctype(3) functions.
|
||
|
|
* Increase buffer length to avoid truncation.
|
||
|
|
* Add casts to fix signedness change warnings.
|
||
|
|
* Mark MainLoop as _X_NORETURN.
|
||
|
|
|
||
|
|
-------------------------------------------------------------------
|
||
|
|
Tue Dec 7 12:49:49 UTC 2021 - Stefan Dirsch <sndirsch@suse.com>
|
||
|
|
|
||
|
|
- Update to version 1.4.2
|
||
|
|
* This version adds support for printing the process IDs and
|
||
|
|
names of local clients and servers on systems supporting /proc
|
||
|
|
and either SO_PEERCRED or getpeerucred().
|
||
|
|
|
||
|
|
-------------------------------------------------------------------
|
||
|
|
Tue Jun 10 15:35:28 UTC 2014 - sndirsch@suse.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 09:14:12 UTC 2013 - zaitor@opensuse.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 16:12:19 UTC 2012 - dimstar@opensuse.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 08:46:08 UTC 2012 - vuntz@opensuse.org
|
||
|
|
|
||
|
|
- Split xscope from xorg-x11. Initial version: 1.3.
|
||
|
|
|