xmodmap/xmodmap.changes
Stefan Dirsch 8bb181da53 - Update to version 1.0.11
* gitlab CI: add a basic build test
  * Build xz tarballs instead of bzip2
  * handle.c: avoid leaks when realloc() fails
  * PrintModifierMapping: stop leaking the map returned by 
    XGetKeyboardMapping Fix warning about number of mouse buttons

OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xmodmap?expand=0&rev=18
2022-07-11 13:00:53 +00:00

90 lines
3.3 KiB
Plaintext

-------------------------------------------------------------------
Mon Jul 11 12:55:19 UTC 2022 - Stefan Dirsch <sndirsch@suse.com>
- Update to version 1.0.11
* gitlab CI: add a basic build test
* Build xz tarballs instead of bzip2
* handle.c: avoid leaks when realloc() fails
* PrintModifierMapping: stop leaking the map returned by
XGetKeyboardMapping Fix warning about number of mouse buttons
-------------------------------------------------------------------
Sat Apr 17 16:39:15 UTC 2021 - Dirk Müller <dmueller@suse.com>
- modernize spec-file (move license to licensedir)
-------------------------------------------------------------------
Wed Sep 9 15:57:08 UTC 2020 - Stefan Dirsch <sndirsch@suse.com>
- reenabled move to /usr/etc/X11 for Tumbleweed (boo#1173053)
-------------------------------------------------------------------
Tue Sep 8 09:51:56 UTC 2020 - Stefan Dirsch <sndirsch@suse.com>
- reverted move to /usr/etc/X11 for now (boo#1173053, comment#3)
-------------------------------------------------------------------
Sat Sep 5 01:22:15 UTC 2020 - Stefan Dirsch <sndirsch@suse.com>
- moved Xmodmap files to /usr/etc/X11 (boo#1173053)
-------------------------------------------------------------------
Thu Feb 21 11:14:12 UTC 2019 - sndirsch@suse.com
- Update to version 1.0.10
* This release provides a man page update and some small build
fixes & janitorial cleanups.
-------------------------------------------------------------------
Fri Apr 24 15:09:54 UTC 2015 - sndirsch@suse.com
- Update to version 1.0.9:
* configure: Drop AM_MAINTAINER_MODE
* autogen.sh: Honor NOCONFIGURE=1
* Add -version option to print program version
* Print which option was in error along with usage message
* Avoid null pointer use if malloc() fails
* Remove unneeded casts on malloc, realloc, and free calls
-------------------------------------------------------------------
Thu Sep 12 19:37:37 UTC 2013 - zaitor@opensuse.org
- Update to version 1.0.8:
+ Add missing copyright dates from xmodmap.man to COPYING.
+ Allow printing -help & -grammar messages without a valid
DISPLAY.
+ Error in manpage example about swapping Control_L/Caps_Lock
keys (deb#641588).
+ Include X11/Xwindows.h on WIN32.
+ Include config.h before stdio.h & other system headers
(fdo#48696).
- Drop xmodmap-includes.patch, fixed upstream.
-------------------------------------------------------------------
Mon Apr 23 07:02:02 UTC 2012 - vuntz@opensuse.org
- Update to version 1.0.7:
+ Build fixes.
-------------------------------------------------------------------
Sat Apr 14 20:30:52 UTC 2012 - dimstar@opensuse.org
- Update to version 1.0.6:
+ Replace chk_malloc + sprintf with asprintf.
+ Free copy of input line at end of process_line instead of
leaking it.
+ Fix gcc -Wwrite-strings warnings.
+ Add missing _X_NORETURN to functions that need it.
+ Include strings.h for strcasecmp.
+ Improve error handling in copy_to_scratch.
+ Build system fixes.
- Add pkgconfig(xproto) BuildRequires: new dependency.
- Add xmodmap-includes.patch: Fix build: as asprintf is only
defined when building as _GNU_SOURCE.
-------------------------------------------------------------------
Fri Apr 13 08:46:08 UTC 2012 - vuntz@opensuse.org
- Split xmodmap from xorg-x11. Initial version: 1.0.5.