diff options
-rw-r--r-- | ChangeLog | 7 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 8 insertions, 1 deletions
@@ -1,3 +1,10 @@ +2023-07-15 Martin Pärtel <martin dot partel at gmail dot com> + + * MacOS and FreeBSD socket file support (PR #132, + thanks @slonopotamus) + * MacOS fuse-t support (thanks @slonopotamus) + * Released 1.17.4 + 2023-06-03 Martin Pärtel <martin dot partel at gmail dot com> * Added MacOS statfs_x implementation (issue #130, diff --git a/configure.ac b/configure.ac index 6c08bb2..e8c1a2d 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([bindfs],[1.17.3],[martin.partel@gmail.com]) +AC_INIT([bindfs],[1.17.4],[martin.partel@gmail.com]) AM_INIT_AUTOMAKE([foreign serial-tests]) AC_CONFIG_HEADERS([config.h]) |