diff options
author | Philip Withnall <pwithnall@endlessos.org> | 2021-03-11 16:52:09 +0000 |
---|---|---|
committer | Philip Withnall <pwithnall@endlessos.org> | 2021-03-11 16:52:09 +0000 |
commit | b3384e5797de3226224927190e9f7cd0973ac168 (patch) | |
tree | d853f1287af178dd5529c885d632746eb14288b8 /NEWS | |
parent | cdfa8a627d2877441e7972dabe213482ffa7b758 (diff) | |
download | glib-b3384e5797de3226224927190e9f7cd0973ac168.tar.gz |
2.67.62.67.6
Signed-off-by: Philip Withnall <pwithnall@endlessos.org>
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 41 |
1 files changed, 41 insertions, 0 deletions
@@ -1,3 +1,44 @@ +Overview of changes in GLib 2.67.6 +================================== + +* Fix a security issue when using `g_file_replace()` with + `G_FILE_CREATE_REPLACE_DESTINATION` (#2325) + +* Disallow operations on the empty path with `g_file_new_from_path()` (#2328) + +* Various fixes for GLib when building with clang-cl on Windows (work by + Aleksandr Mezin) (#2341, #2344) + +* Bugs fixed: + - #2325 file-roller symlink attack + - #2327 Teach glib-mkenums about GLIB_AVAILABLE_ENUMERATOR_IN_2_68, and start using it + - #2328 g_file_new_for_path("") yields CWD, which seems wrong + - #2341 glib-genmarshal output is sometimes empty because output file is not closed + - #2344 c_std=c11: gbitlock.c: ‘asm’ undeclared + - !1962 Validate D-Bus machine ID after loading + - !1976 Use the right permissions for directory watching on Win32 + - !1977 gio/tests/{meson.build,pollable.c}: Determine libutil SONAME at build time + - !1980 glib.supp: Add another system thread suppression + +* Translation updates: + - Basque + - Catalan + - Czech + - French + - Galician + - German + - Hungarian + - Indonesian + - Korean + - Latvian + - Portuguese + - Portuguese (Brazil) + - Serbian + - Spanish + - Swedish + - Ukrainian + + Overview of changes in GLib 2.67.5 ================================== |