aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog93
1 files changed, 91 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 1b71fd4..753aaab 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,9 +3,31 @@
* libfuse: Add missing includes. This allows compiling fuse with
musl. Patch by Daniel Thau
-2013-07-01 Miklos Szeredi <miklos@szeredi.hu>
+2013-07-26 Miklos Szeredi <miklos@szeredi.hu>
- * Released 2.9.3
+ * Print help on stdout instead of stderr
+
+2013-07-25 Miklos Szeredi <miklos@szeredi.hu>
+
+ * 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.
+
+ * ulockmgr: strip ulockmgr support from this source package and
+ distribute it separately. It is not needed for the building of
+ libfuse, only fusexmp_fh. Check ulockmgr library in ./configure
+ and if not disable remote-lock suport in fusexmp_fh.
+
+2013-07-24 Miklos Szeredi <miklos@szeredi.hu>
+
+ * libfuse: remove "-D_FILE_OFFSET_BITS=64" from fuse.pc, add
+ AC_SYS_LARGEFILE to your configure.ac instead.
+
+2013-06-21 Miklos Szeredi <miklos@szeredi.hu>
+
+ * libfuse: set FD_CLOEXEC also when receiving device fd from
+ fusermount
2013-06-20 Miklos Szeredi <miklos@szeredi.hu>
@@ -18,6 +40,67 @@
cancelling that same worker. This caused a segmenation
fault. Reported and tested by Anatol Pomozov
+2013-02-20 Miklos Szeredi <miklos@szeredi.hu>
+
+ * libfuse: change the type of fuse_ino_t from 'unsigned long' to
+ 'uint64_t'
+
+ * libfuse: use O_CLOEXEC flag when opening /dev/fuse device.
+ Patch by Richard W.M. Jones
+
+ * libfuse: don't force -D_FILE_OFFSET_BITS=64 in pkgconfig file.
+ Patch by Richard W.M. Jones
+
+2013-02-19 Miklos Szeredi <miklos@szeredi.hu>
+
+ * fuse_daemonize(): chdir to "/" even if not running in the
+ background for consistency. Reported by Vladimir Rutsky
+
+2013-02-18 Miklos Szeredi <miklos@szeredi.hu>
+
+ * fuse_opt_parse(): when storing a newly allocated string for
+ format "%s", free the previous value stored at that location.
+ Reported by Marco Schuster
+
+2013-02-07 Miklos Szeredi <miklos@szeredi.hu>
+
+ * libfuse: add readdirplus support in fuse_lowlevel_ops. Patch by
+ Feng Shuo
+
+ * libfuse: add poll_events to fuse_file_info. Patch by Enke Chen
+
+ * libfuse: fix fs cleanup. Reported by Eric Wong
+
+ * libfuse: pass security context options to kernel. Patch by
+ Dalvik Khertel
+
+ * libfuse: remove deprecated features:
+ - fuse_is_lib_option()
+ - fuse_invalidate()
+ - fuse_set_getcontext_func()
+ - fuse_loop_mt_proc()
+ - fuse_read_cmd()
+ - fuse_process_cmd()
+ - fuse_setup()
+ - fuse_teardown()
+ - fuse_exited()
+ - fuse_lowlevel_is_lib_option()
+ - fuse_operations.getdir()
+ - fuse_operations.utime()
+ - fuse_operations.utime_omit_ok
+
+2013-02-06 Miklos Szeredi <miklos@szeredi.hu>
+
+ * libfuse: set close-on-exec flag on pipe file descriptors. Patch
+ by Eric Wong
+
+ * libfuse: add missing INIT flags
+
+2013-02-05 Miklos Szeredi <miklos@szeredi.hu>
+
+ * libfuse: fix fuse_get_context() in non fuse threads. Reported
+ by Michael Berlin
+
2013-02-04 Miklos Szeredi <miklos@szeredi.hu>
* libfuse: fix crash in unlock_path(). Patch by Ratna Manoj
@@ -62,6 +145,12 @@
2012-07-19 Miklos Szeredi <miklos@szeredi.hu>
+ * Start of 3.0 series. This is going to be a new major version of
+ the library breaking backward compatibility on the binary level as
+ well as the source level.
+
+2012-07-19 Miklos Szeredi <miklos@szeredi.hu>
+
* Released 2.9.1
2012-07-19 Miklos Szeredi <miklos@szeredi.hu>