summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHaibo Huang <hhb@google.com>2019-11-13 13:18:27 -0800
committerandroid-build-merger <android-build-merger@google.com>2019-11-13 13:18:27 -0800
commit1614f394fb59a7e1f0669fd1adfc385e3384023c (patch)
treec18c93e0e95c04f88d9cc750ba513ba7f388965d
parentc4a783b4356f5340de28e5f5f54b7e6f5a8164f8 (diff)
parent4db6b5519adceb891de3e05324565faa24e56e2d (diff)
Merge tag 'fuse-3.8.0' into HEAD am: 898c253bc0 am: 54ee84ad31
am: 4db6b5519a Change-Id: I3ce12039ca60645aba738e116214a49f5c1097a8
-rw-r--r--METADATA4
-rw-r--r--README.md2
-rw-r--r--meson.build2
3 files changed, 4 insertions, 4 deletions
diff --git a/METADATA b/METADATA
index 9a45a95..78a08d4 100644
--- a/METADATA
+++ b/METADATA
@@ -12,7 +12,7 @@ third_party {
type: GIT
value: "https://github.com/libfuse/libfuse.git"
}
- version: "fuse-3.6.2"
- last_upgrade_date { year: 2019 month: 7 day: 19 }
+ version: "fuse-3.8.0"
+ last_upgrade_date { year: 2019 month: 11 day: 6 }
license_type: RESTRICTED_IF_STATICALLY_LINKED
}
diff --git a/README.md b/README.md
index 8fd40f5..f0f48c4 100644
--- a/README.md
+++ b/README.md
@@ -89,7 +89,7 @@ allow normal users to mount their own filesystem implementations.
To limit the harm that malicious users can do this way, *fusermount3*
enforces the following limitations:
- - The user can only mount on a mountpoint for which he has write
+ - The user can only mount on a mountpoint for which they have write
permission
- The mountpoint must not be a sticky directory which isn't owned by
diff --git a/meson.build b/meson.build
index f101d82..0f1a77f 100644
--- a/meson.build
+++ b/meson.build
@@ -1,4 +1,4 @@
-project('libfuse3', ['cpp', 'c'], version: '3.6.2',
+project('libfuse3', ['cpp', 'c'], version: '3.8.0',
meson_version: '>= 0.42',
default_options: [ 'buildtype=debugoptimized' ])