| AArch64 | |
| ppc64le | |
| s390x | |
| x86-64 |
- Update to version 1.1.5 * Update README for gitlab migration * Update configure.ac bug URL for gitlab migration * gitlab CI: add a basic build test * man page: remove out-of-date COPYRIGHT section * gitlab CI: stop requiring Signed-off-by in commits * Variable scope reduction as suggested by cppcheck * Rename shadowed variables * cfgscan: check if character is EOF before calling isalpha or isdigit * xkbevd.c: Update default DFLT_XKB_CONFIG_ROOT path * eventTypeToString: remove unnecessary strcpy to static buffer * Add .git-blame-ignore-revs to hide whitespace commits from git blame * autogen.sh: use quoted string variables * autogen: add default patch prefix * autogen.sh: use exec instead of waiting for configure to finish
- Update to version 1.1.4:
* This minor maintenance release cleans up the code,
configuration, & docs.
- Update to version 1.1.3:
+ Replace local u*alloc wrappers with direct calls to standard
funcs.
+ Check for strdup & strcasecmp in configure before defining our
own.
+ Build system fixes.
- Split xkbevd from xorg-x11. Initial version: 1.1.2.