From 0cb2db32e73cb06716ea797374c42e99d782643b Mon Sep 17 00:00:00 2001 From: Miklos Szeredi Date: Thu, 25 Jul 2013 16:54:42 +0200 Subject: libfuse: fuse -> fuse3 Allow 2.X and 3.X to coexist. Includes are now stored under /usr/include/fuse3 and library is named libfuse3.*. Invoke pkg-config with "fuse3" as the first argument to build with version 3 of the library. --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index e4b11aa..616e02f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2013-07-25 Miklos Szeredi + + * libfuse: fuse -> fuse3. Allow 2.X and 3.X to coexist. Includes + are now stored under /usr/include/fuse3 and library is named + libfuse3.*. Invoke pkg-config with "fuse3" as the first argument + to build with version 3 of the library. + 2013-07-24 Miklos Szeredi * libfuse: remove "-D_FILE_OFFSET_BITS=64" from fuse.pc, add -- cgit v1.2.3