diff options
-rw-r--r-- | METADATA | 4 | ||||
-rw-r--r-- | README.md | 2 | ||||
-rw-r--r-- | meson.build | 2 |
3 files changed, 4 insertions, 4 deletions
@@ -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 } @@ -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' ]) |