diff --git a/NEWS b/NEWS index 417cd3a..f189adf 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,9 @@ +0.6.0 - 4 March 2025 + + * Add `.` and `..` in directory listings. + * Add `--enable-broken-directory-offsets` configure option to compensate + for a macOS FUSE-T bug. + 0.5.2 - 22 February 2024 * No code changes, just changing the tag style back to what it was, diff --git a/configure.ac b/configure.ac index ae9fef2..6269b38 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([squashfuse], [0.5.2], [dave@vasilevsky.ca]) +AC_INIT([squashfuse], [0.6.0], [dave@vasilevsky.ca]) AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_HEADERS([config.h])