summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilip Withnall <withnall@endlessm.com>2019-05-03 14:30:03 +0100
committerPhilip Withnall <withnall@endlessm.com>2019-05-03 14:30:03 +0100
commita3b5608170c0b4381d0217ea99325ec7fcecb7f6 (patch)
tree331a23b8edbc833b06d676a09f994cb02e10b06a
parent47e06aedc17f4cd60708d49b42f08a99cb3a6428 (diff)
Version 2.60.22.60.2
Signed-off-by: Philip Withnall <withnall@endlessm.com>
-rw-r--r--NEWS16
-rw-r--r--meson.build2
2 files changed, 17 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index f8ff8575e..41e6aeb5b 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,19 @@
+Overview of changes in GLib 2.60.2
+==================================
+
+* Fix crash when displaying notifications on macOS (!786)
+
+* Improve network status detection with NetworkManager (!781)
+
+* Bugs fixed:
+ - !790 glib/gconstructor.h: Include stdlib.h for MSVC builds
+ - !793 Backport !786: “cocoanotificationbackend: do not release readonly property” to glib-2-60
+ - !803 Backport !781 “gnetworkmonitornm: Fix network available detection” to glib-2-60
+
+* Translation updates:
+ - Catalan
+
+
Overview of changes in GLib 2.60.1
==================================
diff --git a/meson.build b/meson.build
index fffd25478..b57b2d605 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('glib', 'c', 'cpp',
- version : '2.60.1',
+ version : '2.60.2',
meson_version : '>= 0.48.0',
default_options : [
'buildtype=debugoptimized',