| AArch64 | |
| ppc64le | |
| s390x | |
| x86-64 |
- Update to version 1.0.9 * Fix spelling/wording issues * gitlab CI: add a basic build test * gitlab CI: stop requiring Signed-off-by in commits * Remove unused macros * Handle -Wcomma warnings from clang * Remove unnecessary casts from malloc() and free() calls * Variable scope reduction as recommended by cppcheck * Delete commented-out local copy of list function prototypes * list.c: Stop building functions that are never called * Make -help & -version work without requiring an open display
- Update to version 1.0.8
* It fixes bugs you didn't even know were there and cleans up
code you've never seen!
- Update to version 1.0.7 * 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 * Fix a vs an typo in the man page.
- Update to version 1.0.6:
+ Strip trailing whitespace.
+ Fix some clang warnings about integer size/sign conversions.
+ Quiet gcc warnings about potentially uninitialized variables.
+ Remove unused bitmap_unit variable from ReadRegionsInList().
+ Rename new_list variable to not shadow new_list function.
+ Add printf attributes as suggested by
gcc -Wmissing-format-attribute.
+ Fix gcc warnings about discarding const qualifiers.
+ Optionally enable existing code to call XkbStdBell from
libxkbfile.
+ Move Pixel typedef from xwd.c to wsutils.h.
- Drop xwd-no-xt-dependency.patch: fixed upstream.
- Add pkgconfig(xkbfile) BuildRequires, new dependency.
- Update to version 1.0.5:
+ Mark usage as _X_NORETURN.
+ Dead code removal.
+ Fix LP64 bug.
+ Replace local checks for gcc with _X_NORETURN from xproto
7.0.17.
+ Rewrite parse_long to not fail -Wformat-nonliteral.
+ Man page fixes.
+ Build system fixes.
- Add pkgconfig(xproto) BuildRequires: New upstream dependency.
- Add xwd-no-xt-dependency.patch: Removes need for including
<X11/Intrinsic.h> in multiVis.c just to get the Pixel typedef.
- Split xwd from xorg-x11. Initial version: 1.0.4.