From 07008fa589e88e22ed37348fbfc9b3b73c8da435 Mon Sep 17 00:00:00 2001 From: Dave Dykstra <2129743+DrDaveD@users.noreply.github.com> Date: Tue, 4 Mar 2025 15:28:21 -0600 Subject: [PATCH] prepare for 0.6.0 release --- NEWS | 6 ++++++ configure.ac | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) 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])