summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilip Withnall <pwithnall@endlessos.org>2022-05-30 14:26:47 +0100
committerPhilip Withnall <pwithnall@endlessos.org>2022-05-30 14:26:47 +0100
commita2e950a0210012bd5aa29a6617dfb9d3c8b7a867 (patch)
treec26cf1816ab0c9342d87dd6e39ac6672bf6e61d3
parent60bd2510f2f99939837e37bbbcf152c6090544b5 (diff)
2.72.22.72.2
Signed-off-by: Philip Withnall <pwithnall@endlessos.org>
-rw-r--r--NEWS24
-rw-r--r--meson.build2
2 files changed, 25 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 888ca9b88..a9a8ba2b2 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,27 @@
+Overview of changes in GLib 2.72.2
+==================================
+
+* Bugs fixed:
+ - #2640 UWP warnings about extensions and verbs with glib 2.72.1
+ - !2605 Backport !2449 and !2600 mingw test fixes to glib-2-72
+ - !2616 Backport !2615 “Meson: Fix gio-windows-2.0 override name” to glib-2-72
+ - !2629 Backport !2626, !2627 minor leak fixes to glib-2-72
+ - !2643 Backport !2642 “meson: Check rres.compiled() before calling rres.returncode()” to glib-2-72
+ - !2644 Backport !2631 “Cast to guintptr instead of subtracting by null” to glib-2-72
+ - !2662 Backport !2654 “gtask: use g_strconcat() in g_task_return() only if needed” to glib-2-72
+ - !2691 Backport !2661 “win32appinfo: change log level from warning to debug” to glib-2-72
+
+* Translation updates:
+ - Croatian
+ - Danish
+ - English (United Kingdom)
+ - French
+ - Galician
+ - German
+ - Nepali
+ - Portuguese (Brazil)
+
+
Overview of changes in GLib 2.72.1
==================================
diff --git a/meson.build b/meson.build
index 6327f2daa..882049c1a 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('glib', 'c', 'cpp',
- version : '2.72.1',
+ version : '2.72.2',
# NOTE: We keep this pinned at 0.52 because that's what Debian Stable ships
meson_version : '>= 0.52.0',
default_options : [