Changelog for
xdpyinfo-1.3.2-14.8.x86_64.rpm :
Fri Apr 24 14:00:00 2015 sndirschAATTsuse.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 14:00:00 2013 zaitorAATTopensuse.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 14:00:00 2012 dimstarAATTopensuse.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 14:00:00 2012 vuntzAATTopensuse.org
- Split xdpyinfo from xorg-x11. Initial version: 1.2.0.