Opened 12 months ago
Closed 12 months ago
#19233 closed enhancement (fixed)
libxkbfile-1.1.3 (Xorg Library)
Reported by: | Douglas R. Reno | Owned by: | Bruce Dubbs |
---|---|---|---|
Priority: | normal | Milestone: | 12.1 |
Component: | BOOK | Version: | git |
Severity: | normal | Keywords: | |
Cc: |
Description
New point version
libxkbfile is used by the X servers and utilities to parse the XKB configuration data files. This release adds support for building with meson as well as autoconf. Please test building with meson and report any issues you hit to our gitlab issue tracker at: https://gitlab.freedesktop.org/xorg/lib/libxkbfile/-/issues as we plan on removing the autoconf build support in a future release. Alan Coopersmith (13): configure: Use LT_INIT from libtool 2 instead of deprecated AC_PROG_LIBTOOL Set close-on-exec when opening files _XkbMakeAtom: remove check for impossible case _XkbInitAtoms: check for malloc() failure XkbChangeAtomDisplay: stop leaking atom name XkbCFReportError: avoid -Wformat-nonliteral warning XkbWriteCFile: stop leaking header file ifdef name DefaultParser: avoid -Wimplicit-fallthrough warnings xkbtext.c: Add tbGetBufferString helper function XkbIndentText: Fix -Wsign-compare warning Fix -Wsign-compare warnings in xkbtext.c & xkmread.c Add a meson build system libxkbfile 1.1.3 git tag: libxkbfile-1.1.3
Change History (2)
comment:1 by , 12 months ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:2 by , 12 months ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
Fixed at commit ee92a077.