summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorPhilip Withnall <pwithnall@endlessos.org>2021-03-01 13:36:00 +0000
committerPhilip Withnall <pwithnall@endlessos.org>2021-03-01 13:36:00 +0000
commit4e4b35208ab401c631cf6630b70d7049a1b11b1a (patch)
treea218eddccce99e5e0c70ff29a17a461d7b6e9fe2 /NEWS
parent6cc6df230a31bcec0ca0c85193003c10cb78956f (diff)
downloadglib-4e4b35208ab401c631cf6630b70d7049a1b11b1a.tar.gz
2.67.52.67.5
Signed-off-by: Philip Withnall <pwithnall@endlessos.org>
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS47
1 files changed, 47 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index df6b6a217..0d0515e42 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,50 @@
+Overview of changes in GLib 2.67.5
+==================================
+
+* Fix more issues with `glib_typeof` macro from 2.67.3–2.67.4 (work by
+ Iain Lane, Simon McVittie) (#2331, !1975)
+
+* Fix regression with some FD mappings passed to `g_subprocess_launcher_spawnv()`
+ caused by changes for #2097 in GLib 2.67.4 (work by Olivier Fourdan,
+ Philip Withnall) (#2332)
+
+* Fix detection of `str[n]casecmp()` when building with `clang-cl` (work by
+ Aleksandr Mezin) (#2337)
+
+* Use zlib from subproject if configured with `wrap_mode=forcefallback` (work by
+ Seungha Yang) (!1959)
+
+* Bump Visual Studio compilation requirement to VS 2012, and Windows 8 SDK for
+ GLib 2.67.x onwards (work by Chun-wei Fan) (!1970)
+
+* Bugs fixed:
+ - #832 Some tweaks re: GRWLock
+ - #2331 glib 2.67.3: <glib.h> can no longer be included in extern "C" blocks
+ - #2332 Glib 2.67.4 causes gnome-shell to exit when spawning Xwayland on demand
+ - #2333 Missing relation between g_file_info_get_size() and G_FILE_ATTRIBUTE_STANDARD_SIZE attribute in documentation
+ - #2337 Linking fails when building with clang-cl because of str[n]casecmp
+ - !1936 tests: Fix leak of dlopened module in pollable test
+ - !1954 Change SkipAsyncData fields to be gsize (and not gssize)
+ - !1956 The ETag returned by various GFile functions is nullable
+ - !1959 meson: Use subproject zlib if "wrap_mode=forcefallback" was specified
+ - !1961 gkeyfilesettingsbackend: check for errors when creating file monitors
+ - !1970 README.win32.md: Mention about Window 8+ SDK requirement
+ - !1971 gio/tests/pollable.c: Fix build on non-Linux UNIX
+ - !1975 gatomic.h: Make `glib_typeof` API break opt in.
+
+* Translation updates:
+ - Basque
+ - Danish
+ - English (United Kingdom)
+ - Galician
+ - German
+ - Indonesian
+ - Lithuanian
+ - Portuguese
+ - Portuguese (Brazil)
+ - Slovenian
+
+
Overview of changes in GLib 2.67.4
==================================