mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-24 22:46:15 +01:00
NEWS: Add an entry for multiarch trigger executables
This commit is contained in:
parent
0c087d121f
commit
552328b8c9
9
NEWS
9
NEWS
@ -30,6 +30,15 @@ Overview of changes in GLib 2.73.2, 12-07-2022
|
||||
* Use waitid() on pidfds rather than a global SIGCHLD handler (work by Philip
|
||||
Withnall) (!2408)
|
||||
|
||||
* Executables that are invoked when installing other software, typically
|
||||
from packaging system triggers, can now be installed into
|
||||
architecture-dependent locations. Unix OS distributors who install
|
||||
GLib for more than one architecture in parallel (multiarch or multilib
|
||||
installations) should consider building with -Dmultiarch=true, installing
|
||||
the bin/glib-compile-schemas and bin/gio-querymodules symbolic links in
|
||||
packages for the primary architecture, and omitting those symlinks from
|
||||
packages for secondary architectures. (work by Simon McVittie) (!2818)
|
||||
|
||||
* Bugs fixed:
|
||||
- #1434 Move tests/* into */tests/
|
||||
- #2216 Chain signal handlers for SIGCHLD
|
||||
|
Loading…
Reference in New Issue
Block a user