Opened 2 years ago
Closed 2 years ago
#17196 closed enhancement (fixed)
libXmu-1.1.4 (Xorg library)
Reported by: | Bruce Dubbs | Owned by: | pierre |
---|---|---|---|
Priority: | normal | Milestone: | 11.3 |
Component: | BOOK | Version: | git |
Severity: | normal | Keywords: | |
Cc: |
Description ¶
Change History (3)
comment:1 by , 2 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:2 by , 2 years ago
This release includes two notable changes to XmuConvertStandardSelection():
1) It no longer supports XA_IP_ADDRESS, which only supported IPv4 addresses and simply provided the output of gethostbyname() on the local hostname.
2) XA_OWNER_OS no longer reports "BSD" for any Unix-like OS (including Linux) that it hadn't been coded to handle, instead relying on uname() where available to provide the OS name.
The lack of bug reports about the previously misleading output for these suggests they're not widely used, with codesearch.debian.net only finding matches in libXmu and the rust bindings to libXmu, and not any consumers of these interfaces.
Alan Coopersmith (19):
- Build xz tarballs instead of bzip2
- Fix spelling/wording issues
- gitlab CI: add a basic build test
- COPYING: correct source file path names
- Remove unnnecessary casts from *alloc() and free() calls
- Import reallocarray() from libX11 (originally from OpenBSD)
- Convert code to use Xmumallocarray() & reallocarray()
- XmuGetHostname: Drop support for ancient USG systems
- get_os_name: Use autoconf to detect uname() support
- More typo fixes
- Use memcpy instead of memmove when buffers are known not to overlap
- Use _CONST_X_STRING to make libXt declare String as const char *
- Clear some more -Wdiscarded-qualifiers warnings
- Handle -Wsign-compare warnings
- Handle -Wmissing-field-initializers warnings
- _XEditResGet32: Fix casts to avoid unexpected sign extension in 64-bit
- Add simple test cases for _XEditRes{Put,Get}* functions
- Add .git-blame-ignore-revs to hide whitespace commits from git blame
- libXmu 1.1.4
Matthieu Herrb (3):
- Unifdef SYSVNET
- Fix OWNER_OS in XmuConvertStandardSelection() on Linux
- Remove support for XA_IP_ADDRESS
Will try to update the graphical stack (and a few other packages that I know well)