mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-14 08:16:24 +01:00
2.60.1
Signed-off-by: Philip Withnall <withnall@endlessm.com>
This commit is contained in:
parent
084f639c28
commit
527022ae14
21
NEWS
21
NEWS
@ -1,3 +1,24 @@
|
|||||||
|
Overview of changes in GLib 2.60.1
|
||||||
|
==================================
|
||||||
|
|
||||||
|
* Fix documentation for `gdbus-tool wait` to use correct units
|
||||||
|
|
||||||
|
* Bugs fixed:
|
||||||
|
- #1709 GResource generation test incompatible with stable LLVM on Linux
|
||||||
|
- #1725 gosxappinfo.h is not installed on macOS
|
||||||
|
- #1737 gdbus-tool wait command timeout argument incorrect unit reference
|
||||||
|
- !711 socket: Fix annotation for flags in g_socket_receive_message
|
||||||
|
- !722 Backport codegen: Fix use of uninitialised variable from !721 to glib-2-60
|
||||||
|
- !727 Backport !719 “Handle an UNKNOWN NetworkManager connectivity as NONE” to glib-2-60
|
||||||
|
- !729 Backport !728 “gsocket: Remove (type) annotation from flags arguments” to glib-2-60
|
||||||
|
- !758 gdbusaddress, win32: backport using cwd for running rundll32
|
||||||
|
- !775 meson: Hotfix for iconv detection on macOS
|
||||||
|
|
||||||
|
* Translation updates:
|
||||||
|
- Basque
|
||||||
|
- Dutch
|
||||||
|
|
||||||
|
|
||||||
Overview of changes in GLib 2.60.0
|
Overview of changes in GLib 2.60.0
|
||||||
==================================
|
==================================
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
project('glib', 'c', 'cpp',
|
project('glib', 'c', 'cpp',
|
||||||
version : '2.60.0',
|
version : '2.60.1',
|
||||||
meson_version : '>= 0.48.0',
|
meson_version : '>= 0.48.0',
|
||||||
default_options : [
|
default_options : [
|
||||||
'buildtype=debugoptimized',
|
'buildtype=debugoptimized',
|
||||||
|
Loading…
Reference in New Issue
Block a user