Skip to content

Commit

Permalink
Merge pull request #104 from DrDaveD/prepare-0.3.0
Browse files Browse the repository at this point in the history
update to 0.3.0
  • Loading branch information
DrDaveD authored Jul 27, 2023
2 parents 590db2d + 3709d20 commit a7754e8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion NEWS
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
0.3.0 - 27 July 2023

* Add `--subdir` option for mounting a subdirectory
* Enable multithreading in squashfuse_ll by default

0.2.0 - 30 June 2023

* Fix bug that swapped the "trusted" and "security" extended attribute
prefixes, often resulting in "No data available" errors
* Add multithreading support to squashfuse_ll
* Add multithreading support to squashfuse_ll with configure option
* Improve SIGTERM handling to do lazy unmount
* Add "-o uid" and "-o gid" options to squashfuse_ll, similar to the
corresponding FUSE library for high-level options
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
AC_INIT([squashfuse], [0.2.0], [[email protected]])
AC_INIT([squashfuse], [0.3.0], [[email protected]])
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_AUX_DIR([build-aux])
AC_CONFIG_HEADERS([config.h])
Expand Down

0 comments on commit a7754e8

Please sign in to comment.