aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog.rst1
-rw-r--r--lib/fuse_versionscript2
2 files changed, 2 insertions, 1 deletions
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