summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilip Withnall <withnall@endlessm.com>2019-09-05 17:54:38 +0100
committerPhilip Withnall <withnall@endlessm.com>2019-09-05 17:54:38 +0100
commita1af0be78c6cb3bce4791a1598a796c3e912019f (patch)
tree57bc64571c348bd1de099b2034e2eb1d7e1fe993
parentfcae793cb1b8140290b3560b2bdf9bdf82f8600a (diff)
downloadglib-a1af0be78c6cb3bce4791a1598a796c3e912019f.tar.gz
2.62.02.62.0
Signed-off-by: Philip Withnall <withnall@endlessm.com>
-rw-r--r--NEWS17
-rw-r--r--meson.build2
2 files changed, 18 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index f7b35cc59..5dbf7b068 100644
--- a/NEWS
+++ b/NEWS
@@ -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
==================================
diff --git a/meson.build b/meson.build
index 0d6b11965..717d1bccb 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
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
meson_version : '>= 0.49.2',
default_options : [