File go-go-fuse.changes of Package go-go-fuse
-------------------------------------------------------------------
Thu Sep 18 09:56:26 UTC 2014 - i@marguerite.su
- update version 0.0.0+git20140812.8c85ded
- remove examples, they install to /usr/bin and not real stuff.
so go-go-fuse-tools is unneeded.
- don't run tests. it need fuse kernel module.
-------------------------------------------------------------------
Fri Oct 11 09:02:26 UTC 2013 - speilicke@suse.com
- Split binaries into tools sub-package so that the Go FUSE bindings
don't have to conflict with unionfs-fuse
-------------------------------------------------------------------
Wed Sep 25 14:28:42 UTC 2013 - speilicke@suse.com
- Conflict with unionfs-fuse, both are userspace implementations
providing /usr/bin/unionfs
-------------------------------------------------------------------
Tue Aug 13 14:38:20 UTC 2013 - speilicke@suse.com
- Fix spec / changes file names
-------------------------------------------------------------------
Tue Aug 13 14:32:55 UTC 2013 - speilicke@suse.com
- Update to version 0.0.0+git20130725.5edbae8:
+ Upstream provides no changelog
- Add _service file
- Renamed to go-go-fuse (from go-fuse)
-------------------------------------------------------------------
Tue Aug 13 08:13:41 UTC 2013 - speilicke@suse.com
- Use %{go_exclusivearch} macro
-------------------------------------------------------------------
Sun Jun 30 23:42:56 UTC 2013 - graham@andtech.eu
- fuse/nodefs: more doc cleanups.
- fuse/nodefs: hide mountRoot method.
- fuse/nodefs: more documentation.
- fuse/nodefs: elucidate locking constraints.
- fuse: for readdirplus, use lookup inode number in the DirEntry inode field.
- fuse: drop superfluous type check.
- fuse: hide ReadResultData and ReadResultFd types.
- fuse: cleanup DirEntryList.
- fuse/nodefs: drop rawDir interface
- fuse: fix offset of readdirplus lookup entries
- fuse/nodefs: provide more diagnostics in case of underflow.
- fuse: drop RawFsInit method; expose Notify functions directly in Server.
- fuse: support readdirplus, combines readdir and lookup/getattr.
- fuse: Add MountOptions.SingleThreaded.
- Run gofmt.
- fuse: drop the serve.MountPoint method.
- Document more methods of the Serve type.
- fuse: drop Server.ThreadSanitizerSync, and switch on -race tests in all.bash.
- fuse/test: drop ThreadSanitizerSync from fsetattr_test.go
- Have minimum version at 12.
- In pathfs.LockingFileSystem, lock file operations too.
- fuse/test: use channel in NotifyTest to obviate ThreadSanitizerSync.
- unionfs: drop ThreadSanitizerSync from unionfs tests.
- Add loopback_darwin.
- Rename MountState to Server and merge New and Mount functionality in NewServer.
- fuse/nodefs: hide MemNodeFs type, document NewMemNodeFs().
- fuse: Split off node FS code into fuse/nodefs/ package.
- Fix files_linux.go to work on 386
- fuse: Hide MountState.AllocOut
- unionfs: drop unused function IsDir.
- unionfs: hide types AutoUnionFs, UnionFs, DirCache, CachingFileSystem
- Fix zipfs and unionfs for pathfs.NewDefaultFileSystem() API change.
- Hide Writev syscall, remove Linkat syscall.
- fuse: reduce LatencyMap to an interface, move implementation to benchmark/
- Use XAttr functions provided by syscall package.
- Fix return types of NewDataFile and NewDevNullFile.
- fuse/pathfs: Return FileSystem in NewLoopbackFileSystem.
- Hide pathfs.DefaultFileSystem to reduce API clutter.
- Hide DefaultNodeFileSystem and DefaultFsNode to reduce API clutter.
- Hide DefaultRawFileSystem type to reduce API clutter.
- Add untested Utimens implementation for loopbackFile.
- Hide ReadOnlyFile to reduce API clutter.
- Hide LoopbackFile, DefaultFile, DevNullFile, DataFile types to reduce API clutter.
- Hide ReadOnlyFileSystem type to reduce API clutter.
- Hide LoopBackFileSystem type to reduce API clutter.
- Hide PrefixFileSystem type.
- fuse: remove HandleMap and Handled from the API.
- Add new packages to all.bash.
- fuse: Hide the RawFileSystem implementation of FileSystemConnector behind the RawFS() method.
- fuse/test: update for Debug convention
- Hide Debug public members behind SetDebug method.
- Hide bufferpool implementations to reduce API clutter.
- Remove the LockingFileSystem and LockingRawFileSystem types from the public API.
- Move path filesystems to a separate package.
- Move loopback test and friends to separate package test/
- Move FileSystemConnector.generation to be 64-bit aligned.
- fuse: rename test file to misc_linux_test, add build directive.
- fuse: in TestDeleteNotify , don't write stray '*' on output.
- fuse: stop spamming stderr for failing fusermount.
- fuse: capture fusermount stderr in error return.
- fuse: call OnUnmount() for unmounting FUSE too
- fuse: add more docs to api.go
- all: run gofmt.
- unionfs: skip rm -rf test if rm is older than v. 8.0
- benchmark: Drop CheckSuccess calls.
- fuse: cleanup all temp directories.
- fuse: be more verbose in statfs test.
- fuse: fix race condition in unmount.
- fuse: fix dud assignment.
- fuse: Move comment in handle.go
-------------------------------------------------------------------
Mon Mar 18 13:12:16 UTC 2013 - graham@andtech.eu
- Update to latest (f7f8b1595 - 25.03.13)
-------------------------------------------------------------------
Sat Sep 29 16:37:02 UTC 2012 - kkhere.geo@gmail.com
- Initial package