Signed-off-by: Philip Withnall <withnall@endlessm.com>
This commit is contained in:
Philip Withnall 2019-09-05 17:54:38 +01:00
parent fcae793cb1
commit a1af0be78c
2 changed files with 18 additions and 1 deletions

17
NEWS
View File

@ -1,3 +1,20 @@
Overview of changes in GLib 2.62.0
==================================
* Fix new `GFileInfo` APIs to work when `G_FILE_ATTRIBUTE_TIME_MODIFIED_USEC`
was not queried (!1087)
* Bugs fixed:
- #487 Add valgrind test runs to CI
- !1084 garray: Fix reference to GLIB_SIZEOF_INT
- !1086 glib.supp: make gobject_init() calloc also of the possible kind
- !1087 fileinfo: ignore USEC if not available
* Translation updates:
- Friulian
- Portuguese (Brazil)
Overview of changes in GLib 2.61.3 Overview of changes in GLib 2.61.3
================================== ==================================

View File

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