File fusecompress.changes of Package fusecompress
-------------------------------------------------------------------
Mon May 25 18:50:53 UTC 2015 - benoit.monin@gmx.fr
- update to unreleased version 2.6+git20150501:
* Fix compile time errors with boost and GCC-5
-------------------------------------------------------------------
Tue Jan 13 17:01:11 UTC 2015 - p.drouand@gmail.com
- Update to version 2.6
+ No changelog available
The changes commited after 2.6 tagging are most boost fixes
- Remove cmake requirement; upstream moves to autoconf
- Add boost-devel and file-devel requirements; new upstream dependencies
- Add autoconf, automake and libtool; required because of autoreconf
call
- Add pkg-config requirement; needed for build
- Cleanup specfile
- Remove fusecompress-linking.patch; obsolete
- fusecompress has a new home; update Url and source download
-------------------------------------------------------------------
Fri May 25 15:48:02 UTC 2012 - jengelh@inai.de
- Remove redundant tags/sections from specfile
- Parallel build with %_smp_mflags
-------------------------------------------------------------------
Mon Aug 29 20:57:42 UTC 2011 - crrodriguez@opensuse.org
- Fix linking, must use -pthread
- Use rpmoptflags
-------------------------------------------------------------------
Thu Feb 26 16:50:10 CET 2009 - uli@suse.de
- update -> SVN trunk (r84)
- once again chasing the ever-changing LZMA API...
- convert to CMake
-------------------------------------------------------------------
Mon Feb 16 14:28:23 CET 2009 - coolo@suse.de
- lzma-alpha-devel is no more, xz-devel contains liblzma now
-------------------------------------------------------------------
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)