| AArch64 | |
| ppc64le | |
| s390x | |
| x86-64 |
- Update to version 1.1.6
* This release adds an option, disabled by default, to use libxcb-errors to
improve the reporting of any X protocol error messages that may occur.
To enable it, pass --with-xcb-errors to configure.
- Update to version 1.1.5 * Clear -Wsign-compare warnings from gcc 7.3 * In Find_Client, if (win == XCB_WINDOW_NONE), roots should be freed. * Update configure.ac bug URL for gitlab migration * Improve manpage and -h option * Update README for gitlab migration
- Update to version 1.1.4 * autogen.sh changes * configure: Drop AM_MAINTAINER_MODE * Print which option was in error along with usage message * Add -version option to print program version * xwininfo: do not segfault on IO error
- Update to version 1.1.3:
+ Quiet some clang warnings about implicit int <-> size_t
conversions.
+ xwininfo: report the Visual class of the selected Window.
+ Print more detailed error messages when xcb_connect fails.
+ fdo#53242 - xwininfo segfaults on invalid screen.
+ Get rid of a number of warnings.
+ Remove dead code (size_t is always >= 0).
+ configure.ac: regroup statements and comment.
+ Use format string literals instead of variables to print atom
names.
+ Refactor atom name printing into a new Display_Atom_Name
function.
+ Use format string literals instead of variables to print window
ids.
+ Move leading ": " out from buffer to the error string printer.
+ Add const attributes to fix gcc -Wwrite-strings warnings.
+ Strip trailing whitespace.
- Update to version 1.1.2: + When matching window names, ensure name lengths match too + Fix for invalid free if window has a _NET_WM_NAME property + Update to xcb-icccm 0.3.8 API (Disabled by default) + Build fixes. + Man page fixes. + Build system fixes.
- Split xwininfo from xorg-x11. Initial version: 1.1.1.