summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilip Withnall <withnall@endlessm.com>2019-04-15 11:47:26 +0100
committerPhilip Withnall <withnall@endlessm.com>2019-04-15 11:47:26 +0100
commit527022ae143c0ef154edaba449bedd430f382d86 (patch)
treedaf536f06a3d99bf28c4d5bfa02046ec965839ce
parent084f639c28497b0d50c94f16dc865e8833936822 (diff)
downloadglib-527022ae143c0ef154edaba449bedd430f382d86.tar.gz
2.60.12.60.1
Signed-off-by: Philip Withnall <withnall@endlessm.com>
-rw-r--r--NEWS21
-rw-r--r--meson.build2
2 files changed, 22 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 1f84a1649..f8ff8575e 100644
--- a/NEWS
+++ b/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
==================================
diff --git a/meson.build b/meson.build
index 682a0e8fd..fffd25478 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('glib', 'c', 'cpp',
- version : '2.60.0',
+ version : '2.60.1',
meson_version : '>= 0.48.0',
default_options : [
'buildtype=debugoptimized',