Skip to content

Latest commit

 

History

History
90 lines (55 loc) · 2.54 KB

ChangeLog.md

File metadata and controls

90 lines (55 loc) · 2.54 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog,

[0.4.4] - unreleased

Add

  • A little more documentation

Fix

  • calculation of fragment blocks (#89)
  • reading directories (#87)
  • inode reading (#92) (pending)
  • update dependencies

0.4.3 - 2024-10-25

Fix

  • fuse-ufs: mounting without -f on FUSE3
  • scripts/release: run test suite before publishing

0.4.2 - 2024-10-25

Fix

  • another fix of publishing

0.4.1 - 2024-10-25

Fix

  • minor publishing fix

0.4.0 - 2024-10-25

Added

  • basic fuzzing framework (#74)
  • pre-mount checks for verifying the filesystem (#74)
  • support for OpenBSD/FUSE2 via fuse2rs (#79)

Changed

  • split project into binary and library part (#74)
  • make fuser optional (#79)

0.3.0 - 2024-08-22

This was the final release as part of Google Summer of Code 2024.

Added

  • ChangeLog (#62)
  • man page (#57)
  • -v and -q flags (#66)
  • -f option (#68)
  • the ability to mount via /etc/fstab on Linux (#69)

Changed

  • fuse-ufs now starts in the background by default (#68)

Fixed

  • indirect block addressing (#63)

0.2.1 - 2024-08-15

Changed

  • README
  • Fix Cargo.toml for publishing

0.2.0 - 2024-08-11

This was the first formal release of fuse-ufs.