File fusecompress.changes of Package fusecompress
-------------------------------------------------------------------
Wed Nov 12 12:07:56 CET 2008 - uli@suse.de
- update -> SVN trunk (r81)
- fix stale cache problem properly (issue #32), add test
- LZO is non-deterministic, do not check compressed data in tc.sh
-------------------------------------------------------------------
Tue Nov 11 16:13:01 CET 2008 - uli@suse.de
- update -> SVN trunk (r78)
- invalidate cache when modifying files (issue #32)
- support liblzma 4.999.5 (issue #31)
-------------------------------------------------------------------
Mon Oct 6 15:31:13 CEST 2008 - uli@suse.de
- update -> SVN trunk (r77)
- stuff memleak by freeing cache arrays (issue #30)
- make do_decompress() handle uncompressed files correctly (issue #28)
- fix segfault (and possibly garbage reads) when reading beyond EOF with
cache_skipped (issue #29)
-------------------------------------------------------------------
Thu Sep 18 14:39:36 CEST 2008 - uli@suse.de
- update -> SVN trunk (r76)
- update README
- make allow_other,suid,dev,noterm default for FSs mounted as root
- limit number of errors reported per file (issue #27)
- added "noterm" option rewiring SIGTERM from "unmount" to "purge files",
which keeps root-mounted filesystems from dying before their time (sort
of issue #25)
- replaced outdated BUGS file with reference to bugtracker
-------------------------------------------------------------------
Fri Sep 5 17:26:40 CEST 2008 - uli@suse.de
- update -> SVN trunk (r69)
- added mechanism for selectively enabling and disabling debug output at
runtime
- direct_decompress(): always fall back if file type is WRITE (issue #26)
- direct_decompress(): clean up and fix fallback condition to prevent
massive performance impact when caching (issue #24)
- direct_decompress(): don't start caching when you can already tell that the
cache is too small
- fsck: detect and fix files with trailing garbage (issue #23)
- fsck: failure to open files changed from error to warning (most likely
an ownership problem)
- fsck: added testcase (issue #8)
- direct_decompress(): do not request more data from compressions modules
than there actually is (issue #23)
- fsck: nftw()'s typeflag seems to register FIFOs as regular files; using
S_ISREG instead
- handle do_decompress() failure gracefully (see issue #22, comment 1)
-------------------------------------------------------------------
Mon Sep 1 13:24:12 CEST 2008 - uli@suse.de
- update -> SVN trunk r64
- handle non-page-aligned reads when caching (for direct I/O)
- fixed assertion in direct_rename() (issue #2)
- cache uncompressed data ("cache_skipped" option)
- added FS option "uncompressed_binaries" (don't compress shared objects
and standard binary directories)
- added FS options for compression method and detaching (issue #19)
- added read-only support (issue #18, test included)
- made run_tests clean up after failed test cases
- added my copyright where appropriate
- clarified GPL version (some files said any, others said v2)
- move fsck to /bin
-------------------------------------------------------------------
Wed Aug 27 15:07:57 CEST 2008 - crrodriguez@suse.de
- fix build, lzo static library is gone and shared lib is now in /lib
-------------------------------------------------------------------
Fri Aug 15 13:03:13 CEST 2008 - uli@suse.de
- new package (SVN trunk r57)