301 lines
10 KiB
Plaintext
301 lines
10 KiB
Plaintext
-------------------------------------------------------------------
|
|
Tue Nov 16 16:16:04 CET 2010 - mszeredi@suse.cz
|
|
|
|
- Fix symlink attack for mount and umount [bnc#651598]
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Oct 27 15:34:16 CEST 2010 - mszeredi@suse.cz
|
|
|
|
- Remove /etc/init.d/boot.fuse [bnc#648843]
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Sep 28 11:52:41 CEST 2010 - mszeredi@suse.cz
|
|
|
|
- update to 2.8.5
|
|
* fix option escaping for fusermount [bnc#641480]
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Apr 28 09:26:51 CEST 2010 - mszeredi@suse.cz
|
|
|
|
- keep examples and internal docs in devel package (from jnweiger)
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Apr 26 15:39:52 CEST 2010 - mszeredi@suse.cz
|
|
|
|
- update to 2.8.4
|
|
* fix checking for symlinks in umount from /tmp
|
|
* fix umounting if /tmp is a symlink
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Feb 2 13:08:09 CET 2010 - mszeredi@suse.cz
|
|
|
|
- update to 2.8.3
|
|
* fix unmounting with util-linux version >= 2.17
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Jan 27 10:06:13 CET 2010 - mszeredi@suse.cz
|
|
|
|
- update to 2.8.2
|
|
* fix unmount race (CVE-2009-3297)
|
|
* fix deadlock with "audit" subsystem on mount (also requires
|
|
util-linux-ng version >=2.17)
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Jan 6 15:14:33 CET 2010 - jengelh@medozas.de
|
|
|
|
- package baselibs.conf
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Dec 16 12:11:13 UTC 2009 - kruber@zib.de
|
|
|
|
- update to 2.8.1:
|
|
* fix missing versioned symbol fuse_get_context@FUSE_2.2
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Sep 6 22:30:08 UTC 2009 - pascal.bleser@opensuse.org
|
|
|
|
- update to 2.8.0:
|
|
* more scalable directory tree locking
|
|
* atomic open(O_TRUNC) support
|
|
* support big write requests on kernels 2.6.26 and newer
|
|
* out-of-tree fuse module removed
|
|
* better NFS exporting support
|
|
* new ioctl and poll requests
|
|
* new CUSE (Character Device in Userspace) interface
|
|
* allow umask processing in userspace
|
|
* added cache invalidation notifications
|
|
* bugfixes and small improvements
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Jul 30 10:30:41 CEST 2009 - aj@suse.de
|
|
|
|
- Fix exclude usage.
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Apr 22 01:25:59 CEST 2009 - crrodriguez@suse.de
|
|
|
|
- remove static libraries and "la" files
|
|
- spec file cleanup
|
|
- update to version 2.7.4
|
|
* Fix missing pthread_mutex_destroy in error path of
|
|
fuse_lib_opendir(). Patch by Szabolcs Szakacsits
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Apr 3 14:33:13 CEST 2009 - coolo@suse.de
|
|
|
|
- adding baselibs.conf to build -xxbit
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Dec 1 18:26:59 CET 2008 - ro@suse.de
|
|
|
|
- check for /.buildenv before stop_on_removal
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Dec 17 16:38:26 CET 2007 - mszeredi@suse.de
|
|
|
|
- Update to version 2.7.2
|
|
* Fix a symbol versioning mistake
|
|
* Fix a deadlock on termination, if umount is synchronous
|
|
* Fix umounting if /etc/mtab is a symlink
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Nov 23 13:47:38 CET 2007 - mszeredi@suse.de
|
|
|
|
- Update to version 2.7.1
|
|
* Add missing context initialization in fuse_fs_chmod()
|
|
* Fix a fuse_req leak in do_forget()
|
|
* Work around hotplug issue
|
|
* Reset args->argc in fuse_opt_free_args()
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Sep 2 07:40:59 CEST 2007 - aj@suse.de
|
|
|
|
- Fix building.
|
|
- Rename rpmlintrc to fuse.rpmlintrc and add it as source.
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Aug 31 20:01:07 CEST 2007 - mszeredi@suse.de
|
|
|
|
- fix location of COPYING files (#306681)
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Aug 10 13:41:37 CEST 2007 - bk@suse.de
|
|
|
|
- branch off libfuse2 to avoid having to start fuse on boot (#285101)
|
|
- Add "Supplements: filesystem(fuse)" in case someone looks for fuse
|
|
- libulockmgr and ulockmgr_server are separate from fuse (#285101)
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Jul 13 18:19:50 CEST 2007 - mszeredi@suse.de
|
|
|
|
- conditionally add udev rule if building with 10.2 or earlier
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Jul 5 19:16:52 CEST 2007 - bk@suse.de
|
|
|
|
- update to new major release 2.7.0:
|
|
* Support for stacking filesystem modules
|
|
* New module for converting filename character sets
|
|
* "setuid=USER" allows to do "su - USER" for the filesystem
|
|
* fs subtype has been added to libfuse and the mount commands
|
|
* Several problems have been addressed, e.g. mount.fuse is rewritten
|
|
the multithreaded loop uses a semaphore instead of signals,
|
|
improved locking and O_APPEND is fixed in direct IO mode
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Jul 3 12:44:37 CEST 2007 - bk@suse.de
|
|
|
|
- move libs and programs to /lib and /bin, recommended for ntfs-3g
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Jun 18 16:52:34 CEST 2007 - dmueller@suse.de
|
|
|
|
- fix boot.fuse to start after boot.localfs
|
|
|
|
-------------------------------------------------------------------
|
|
Fri May 4 10:55:05 CEST 2007 - mszeredi@suse.de
|
|
|
|
- fix build error
|
|
|
|
-------------------------------------------------------------------
|
|
Wed May 2 14:02:28 CEST 2007 - mszeredi@suse.de
|
|
|
|
- updated to version 2.6.5
|
|
* mount.fuse script fixes
|
|
* fix exiting on umount for filesystems which block SIGHUP
|
|
- udev rule for fuse device is now in udev package
|
|
- don't remove fuse module in the init-script
|
|
- use 'fusectl' as the filesystem source
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Feb 9 01:08:24 CET 2007 - ro@suse.de
|
|
|
|
- change fillup_and_insserv to insserv_force_if_yast in post-script
|
|
(there is no sysconfig file involved here)
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Feb 7 16:43:36 CET 2007 - mszeredi@suse.cz
|
|
|
|
- added init script which loads the fuse module and mounts the control
|
|
filesystem (#223663)
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Feb 5 18:25:50 CET 2007 - mszeredi@suse.cz
|
|
|
|
- updated to version 2.6.3:
|
|
* fix regression causing an abort during heavy filesystem use
|
|
* update author's email
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Jan 30 15:56:22 CET 2007 - tiwai@suse.de
|
|
|
|
- updated to version 2.6.2:
|
|
* fix 64bit compile problems
|
|
* fix fuse_teardown problem
|
|
* fix unaligned access in file descriptor in libfuse
|
|
* fix detection of fuseblk
|
|
* fix use after free in fuse_flush
|
|
* fix compatible API for opts == NULL
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Jan 18 16:39:47 CET 2007 - tiwai@suse.de
|
|
|
|
- fix compat API (#233870)
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Dec 19 16:39:13 CET 2006 - tiwai@suse.de
|
|
|
|
- updated to version 2.6.1:
|
|
* improved fusermout help texts
|
|
* fix automake problems
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Oct 23 00:03:16 CEST 2006 - cthiel@suse.de
|
|
|
|
- update to version 2.6.0
|
|
* Improved read characteristics (asynchronous reads)
|
|
* Support for aborting filesystem connection
|
|
* POSIX file locking support
|
|
* Request interruption support
|
|
* Building module for Linux kernels earlier than 2.6.9 not supported
|
|
* Allow block device based filesystems to support swap files
|
|
* Several bugs fixed, including a rare system hang on SMP
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Aug 21 09:22:17 CEST 2006 - cthiel@suse.de
|
|
|
|
- fix requirements of -devel package, to require fuse by version (#200496)
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Aug 8 18:20:43 CEST 2006 - tiwai@suse.de
|
|
|
|
- fixed a syntax error in udev rules.
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Jul 3 17:11:20 CEST 2006 - cthiel@suse.de
|
|
|
|
- fix build
|
|
|
|
-------------------------------------------------------------------
|
|
Mon May 15 13:01:24 CEST 2006 - tiwai@suse.de
|
|
|
|
- updated to version 2.5.3.
|
|
* Add missing rwlock initialization
|
|
* Fix negative entry handling.
|
|
* Fix race between RELEASE and UNLINK, which might leave
|
|
.fuse_hidden* files around
|
|
* libfuse: fix use-after-free bug in interruptred reply_entry().
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Feb 3 14:01:19 CET 2006 - cthiel@suse.de
|
|
|
|
- update to version 2.5.2
|
|
* lib: if "fsname=" option was given, pass it to fusermount
|
|
* fuse_opt: fix memory leak in handling "--" option
|
|
* fuse_opt.h: fix incompatibility with C++ compilers by renaming
|
|
'template' structure member to 'templ'
|
|
* fuse.h: fix compatibility bugs.
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Jan 25 21:36:04 CET 2006 - mls@suse.de
|
|
|
|
- converted neededforbuild to BuildRequires
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Jan 14 19:58:20 CET 2006 - cthiel@suse.de
|
|
|
|
- update to version 2.5.0
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Nov 23 14:22:41 CET 2005 - cthiel@suse.de
|
|
|
|
- update to version 2.4.2
|
|
- changed permission of /usr/bin/fusermount to 4755
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Oct 28 23:19:26 CEST 2005 - cthiel@suse.de
|
|
|
|
- readded -fno-strict-aliasing
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Oct 28 14:11:00 CEST 2005 - cthiel@suse.de
|
|
|
|
- update to version 2.4.1
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Sep 30 18:47:08 CEST 2005 - tiwai@suse.de
|
|
|
|
- fixed CFLAGS to pass RPM_OPT_FLAGS.
|
|
- added -fno-strict-aliasing.
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Jun 8 19:52:10 CEST 2005 - tiwai@suse.de
|
|
|
|
- updated to version 2.3.0.
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Feb 3 15:51:37 CET 2004 - adrian@suse.de
|
|
|
|
- initial package of version 1.1-pre2
|
|
|