Skip to content

Latest commit

 

History

History
73 lines (43 loc) · 2.07 KB

ChangeLog.md

File metadata and controls

73 lines (43 loc) · 2.07 KB

Changelog

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

The format is based on Keep a Changelog,

[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.