From: Bill Zissimopoulos Date: Thu, 2 Jan 2020 11:06:18 +0000 (-0800) Subject: Fixed an issue with the linker version script. (#483) X-Git-Tag: fuse-3.9.1~15 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=e3dcc2d550afebf9b4386f71294ab01fc1d6299d;p=qemu-gpiodev%2Flibfuse.git Fixed an issue with the linker version script. (#483) Fixes #467. --- 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