xdpyinfo/xdpyinfo.changes

79 lines
3.3 KiB
Plaintext

-------------------------------------------------------------------
Fri Apr 28 06:27:30 UTC 2023 - Stefan Dirsch <sndirsch@suse.com>
- Update to version 1.3.4
* This release stops compiling support for the XF86-Misc extension by
default, and thus stops linking with the deprecated libXxf86misc
library by default. This support can still be enabled for now by
passing --with-xf86misc to the configure script, but as the server
side of this extension was removed in the xserver-1.6.0 release in 2008
there is little reason to do so, and the support may be removed entirely
in a future release of xdpyinfo.
- we have xorg-server >= 1.6 since sle11-sp1, so we are on the safe
side with our customers
-------------------------------------------------------------------
Fri Apr 8 09:46:26 UTC 2022 - Stefan Dirsch <sndirsch@suse.com>
- Update to version 1.3.3:
* This release includes a pair of changes to align with the
xserver-21.x release series - it prints the version without
the leading "1." for 21.x xservers, and it changes the default
for building DMX support from --with-dmx to --without-dmx as
DMX is no longer included in the 21.x xservers.
(The DMX support in xdpyinfo is not removed in this release,
and can be enabled at build time with the --with-dmx flag to
configure, but may be fully removed in a future release of
xdpyinfo.)
-------------------------------------------------------------------
Mon Jun 24 14:00:50 UTC 2019 - Stefan Dirsch <sndirsch@suse.com>
- no longer require legacy extension xf86miscproto; no longer
provided by xorgproto-2019.1 by default
-------------------------------------------------------------------
Fri Apr 24 14:24:35 UTC 2015 - sndirsch@suse.com
- Update to version 1.3.2:
* Print which option was in error along with usage message
* Sprinkle consts in StrCmp to quiet cast warnings
* config: Add missing AC_CONFIG_SRCDIR
* configure: Drop AM_MAINTAINER_MODE
* autogen.sh: Honor NOCONFIGURE=1
* Mark required arguments to Xlib error handler as unused
* Delete unused NULLSTR macro
-------------------------------------------------------------------
Sun Jun 23 18:07:41 UTC 2013 - zaitor@opensuse.org
- Update to version 1.3.1:
+ Mark num_known_extensions as a const, since the size is fixed
at compile time.
+ Convert sprintf calls to snprintf.
+ Rename i & count in inner loop to avoid shadowing same named
vars in outer loop.
+ Add xrandr to SEE ALSO section of man page.
+ Add -version option to print version number.
+ Combine usage messages into a single string.
+ Declare 'len' as size_t to avoid unneccessary back-and-forth
conversions, fixes clang warnings.
+ Mark usage() as _X_NORETURN.
+ Include Xwindows.h on WIN32 to avoid type clashes.
+ Add pkgconfig(xproto) BuildRequires: new dependency.
-------------------------------------------------------------------
Sat Apr 14 22:47:46 UTC 2012 - dimstar@opensuse.org
- Update to version 1.3.0:
+ Use xcb for -queryExt instead of a round-trip per extension
+ Build system fixes.
- Add pkgconfig(x11-xcb) and pkgconfig(xcb) BuildRequires: new
dependencies.
-------------------------------------------------------------------
Fri Apr 13 08:46:08 UTC 2012 - vuntz@opensuse.org
- Split xdpyinfo from xorg-x11. Initial version: 1.2.0.