From e3dcc2d550afebf9b4386f71294ab01fc1d6299d Mon Sep 17 00:00:00 2001 From: Bill Zissimopoulos Date: Thu, 2 Jan 2020 03:06:18 -0800 Subject: [PATCH] Fixed an issue with the linker version script. (#483) Fixes #467. --- ChangeLog.rst | 1 + lib/fuse_versionscript | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/ChangeLog.rst b/ChangeLog.rst index 1ca26f4..284015d 100644 --- a/ChangeLog.rst +++ b/ChangeLog.rst @@ -5,6 +5,7 @@ libfuse 3.10.0 (2019-12-14) Define FUSE_USE_VERSION < 35 to get old ioctl prototype with int commands; define FUSE_USE_VERSION >= 35 to get new ioctl prototype with unsigned int commands. +* Fixed an issue with the linker version script. libfuse 3.9.0 (2019-12-14) ========================== diff --git a/lib/fuse_versionscript b/lib/fuse_versionscript index 160f11d..235abf4 100644 --- a/lib/fuse_versionscript +++ b/lib/fuse_versionscript @@ -165,7 +165,7 @@ FUSE_3.7 { global: fuse_set_log_func; fuse_log; -} FUSE_3.3; +} FUSE_3.4; # Local Variables: # indent-tabs-mode: t -- 2.30.2