summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOndrej Holy <oholy@redhat.com>2021-02-12 15:16:43 +0100
committerOndrej Holy <oholy@redhat.com>2021-02-12 15:20:13 +0100
commitccc7d1fc352f4fa3289b85f3338e5d7ce2f884c1 (patch)
treebc84572df98fb6ca01776d634009e23bd31c5802
parent910416f53dbcfb487033f703834b260ed92a22c1 (diff)
downloadgvfs-ccc7d1fc352f4fa3289b85f3338e5d7ce2f884c1.tar.gz
Update NEWS for 1.47.90 release1.47.90
-rw-r--r--NEWS9
-rw-r--r--meson.build2
2 files changed, 10 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 42667886..67595e5a 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,12 @@
+Major changes in 1.47.90
+========================
+* google: Add Shared drives folder
+* google: Add Shared with me folder
+* google: Improve performance for folders with large number of files
+* daemon: Set filesystem::use-preview explicitly and consistently
+* daemon: Unify and shorten strings for prompt dialog titles
+* Translation updates
+
Major changes in 1.47.1
=======================
* mtp: Fix crashes when storage descriptions are not provided
diff --git a/meson.build b/meson.build
index 14a18c16..0a0dc0ee 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
project(
'gvfs', 'c',
- version: '1.47.2',
+ version: '1.47.90',
license: 'LGPL2+',
default_options: 'buildtype=debugoptimized',
meson_version: '>= 0.53.0',