fuse-zip Changelog

What's new in fuse-zip 0.4.0

Jan 15, 2014
  • Symbolic links ( issue #8 )
  • UNIX file permissions and owner info ( issue #36 )
  • DOS file attributes
  • Creation/access time

New in fuse-zip 0.3.2 (Dec 10, 2013)

  • Fixed compilation problem on Mac OS X

New in fuse-zip 0.3.1 (Dec 9, 2013)

  • Fixed compilation problems
  • Fixed memory reservation

New in fuse-zip 0.2.13 (Dec 7, 2010)

  • This version fixes issue #27: Android APK Support.
  • It fixes issue #28: didn't honor the -r flag for some zip files.

New in fuse-zip 0.2.12 (Feb 7, 2010)

  • Fixed problem with lost new file after truncate().
  • Fixed problems with rename(): Fixed various rename() problems: lost path for subdirectory entries, duplicates of moved directories in a hierarchy, invalid key in map after rename.
  • Fixed unitialized values in read() call.
  • Fixed memory leaks: buffer allocated for file content not freeed in NEW state, incorrect buffer size in truncate().
  • Fixed non-fatal memory leaks: FUSE options not freeed after use, memory leak in help/version mode, internal data structures not freeed if FUSE setup failed.
  • More correct corrupted files handling.
  • More correct memory insufficiency errors handling.

New in fuse-zip 0.2.11 (Jan 26, 2010)

  • Fixed issue #25 : does not compile with libfuse

New in fuse-zip 0.2.10 (Jan 11, 2010)

  • Fixed issue #14 : added '-r' option description.
  • Added note about converting file names inside archive (for Russians who uses 'another OS')

New in fuse-zip 0.2.7 (Dec 6, 2008)

  • A segfault if a user tried to re-open a corrupted file from an invalid archive has been fixed.

New in fuse-zip 0.2.6 (Sep 29, 2008)

  • A compilation error on FreeBSD/Mac OS X with FUSE 2.7 has been fixed.