* Assume target platforms have strcasecmp now * Remove detectableRepeat variable * evargs.c: Use standard strchr() instead of deprecated index() * evargs.c: constify pointer arguments that aren't modified * Accept --help & --version as aliases to -help & -version * Use _stricmp() instead of strcasecmp() on Windows OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xkbevd?expand=0&rev=9
53 lines
2.1 KiB
Plaintext
53 lines
2.1 KiB
Plaintext
-------------------------------------------------------------------
|
|
Thu Dec 5 02:56:19 UTC 2024 - Stefan Dirsch <sndirsch@suse.com>
|
|
|
|
- update to version 1.1.6
|
|
* Assume target platforms have strcasecmp now
|
|
* Remove detectableRepeat variable
|
|
* evargs.c: Use standard strchr() instead of deprecated index()
|
|
* evargs.c: constify pointer arguments that aren't modified
|
|
* Accept --help & --version as aliases to -help & -version
|
|
* Use _stricmp() instead of strcasecmp() on Windows
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Nov 13 20:12:09 UTC 2022 - Stefan Dirsch <sndirsch@suse.com>
|
|
|
|
- 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
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Apr 24 14:54:44 UTC 2015 - sndirsch@suse.com
|
|
|
|
- Update to version 1.1.4:
|
|
* This minor maintenance release cleans up the code,
|
|
configuration, & docs.
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Apr 14 20:47:26 UTC 2012 - dimstar@opensuse.org
|
|
|
|
- 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.
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Apr 13 08:46:08 UTC 2012 - vuntz@opensuse.org
|
|
|
|
- Split xkbevd from xorg-x11. Initial version: 1.1.2.
|
|
|