Fixed an issue with the linker version script. (#483)
authorBill Zissimopoulos <billziss@navimatics.com>
Thu, 2 Jan 2020 11:06:18 +0000 (03:06 -0800)
committerNikolaus Rath <Nikolaus@rath.org>
Thu, 2 Jan 2020 11:06:18 +0000 (11:06 +0000)
Fixes #467.

ChangeLog.rst
lib/fuse_versionscript

index 1ca26f4a72074751587b602a470da9bccd14ef37..284015d4332aabcb70066357cafbc3c541ba16cb 100644 (file)
@@ -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)
 ==========================
index 160f11dab229d50baea2b591e040374cad8f3f74..235abf411f6966c6710dc47fdd8d2df3d66c456d 100644 (file)
@@ -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