diff --git a/ChangeLog b/ChangeLog index d5e19c1..91c5ef2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,11 @@ ChangeLog for S3FS ------------------ +Version 1.93 -- 19 Jul, 2023 (major changes only) +#2212 - Allow listing implicit directories +#2194 - #2209 - #2211 - #2214 - #2215 - Fix thread safety issues +#2191 - #2201 - Add support for FUSE-T on macOS + Version 1.92 -- 21 May, 2023 (major changes only) #1802 - #2104 - New option: streamupload #1922 - Enable noobj_cache by default diff --git a/configure.ac b/configure.ac index ecfe3d2..cd6303c 100644 --- a/configure.ac +++ b/configure.ac @@ -20,7 +20,7 @@ dnl Process this file with autoconf to produce a configure script. AC_PREREQ([2.69]) -AC_INIT([s3fs],[1.92]) +AC_INIT([s3fs],[1.93]) AC_CONFIG_HEADER([config.h]) AC_CANONICAL_TARGET