diff options
author | Nikolaus Rath <Nikolaus@rath.org> | 2020-01-02 11:08:33 +0000 |
---|---|---|
committer | Nikolaus Rath <Nikolaus@rath.org> | 2020-01-02 11:08:33 +0000 |
commit | 6f81ca264a60947383768461ac7a827eef23bd28 (patch) | |
tree | cf13ab0d7117bd9dee4aaeaf84c2db3f200c35cc | |
parent | 50fe9f7c818628dc5dd69218c851a48fa1f07987 (diff) | |
download | libfuse-6f81ca264a60947383768461ac7a827eef23bd28.tar.gz |
Fixed up ChangeLog.rst
Last two changes were not part of the released version.
-rw-r--r-- | ChangeLog.rst | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/ChangeLog.rst b/ChangeLog.rst index a56f854..956c910 100644 --- a/ChangeLog.rst +++ b/ChangeLog.rst @@ -1,3 +1,9 @@ +Unreleased Changes +================== + +* Fixed memory leak in fuse_session_new(). +* Fixed an issue with the linker version script. + libfuse 3.10.0 (2019-12-14) ========================== @@ -5,9 +11,6 @@ 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 memory leak in fuse_session_new(). -* Fixed an issue with the linker version script. - libfuse 3.9.0 (2019-12-14) ========================== |