Package Release Info

xwininfo-1.1.6-bp160.1.12

Update Info: Base Release
Available in Package Hub : 16.0

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

xwininfo

Change Logs

* Mon Apr 10 2023 Stefan Dirsch <sndirsch@suse.com>
- 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.
* Mon Jul 15 2019 Stefan Dirsch <sndirsch@suse.com>
- 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
* Thu Apr 05 2018 sndirsch@suse.com
- 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
* Mon May 20 2013 zaitor@opensuse.org
- 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.
* Sat Apr 14 2012 dimstar@opensuse.org
- 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.
* Fri Apr 13 2012 vuntz@opensuse.org
- Split xwininfo from xorg-x11. Initial version: 1.1.1.