Signed-off-by: Philip Withnall <pwithnall@endlessos.org>
This commit is contained in:
Philip Withnall 2022-03-17 13:58:37 +00:00
parent 176df2ab7a
commit b06a9300c8
2 changed files with 19 additions and 1 deletions

18
NEWS
View File

@ -1,3 +1,21 @@
Overview of changes in GLib 2.70.5
==================================
* Bugs fixed:
- #2620 g_time_zone_new_offset() assertion failure if offset >= 25 hours
- !2537 Backport !2451 “glib: fix buffer overflow in g_canonicalize_filename()” to glib-2-70
- !2555 Backport !2554 “gtimezone: Fix assertion failure when called with a huge offset” to glib-2-70
* Translation updates:
- Catalan
- German
- Hungarian
- Lithuanian
- Romanian
- Serbian
- Turkish
Overview of changes in GLib 2.70.4
==================================

View File

@ -1,5 +1,5 @@
project('glib', 'c', 'cpp',
version : '2.70.4',
version : '2.70.5',
# NOTE: We keep this pinned at 0.49 because that's what Debian 10 ships
meson_version : '>= 0.49.2',
default_options : [