mirror of
https://github.com/s3fs-fuse/s3fs-fuse.git
synced 2024-12-22 08:48:55 +00:00
parent
7978395083
commit
5371cd1468
@ -1,6 +1,11 @@
|
|||||||
ChangeLog for S3FS
|
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)
|
Version 1.92 -- 21 May, 2023 (major changes only)
|
||||||
#1802 - #2104 - New option: streamupload
|
#1802 - #2104 - New option: streamupload
|
||||||
#1922 - Enable noobj_cache by default
|
#1922 - Enable noobj_cache by default
|
||||||
|
@ -20,7 +20,7 @@
|
|||||||
dnl Process this file with autoconf to produce a configure script.
|
dnl Process this file with autoconf to produce a configure script.
|
||||||
|
|
||||||
AC_PREREQ([2.69])
|
AC_PREREQ([2.69])
|
||||||
AC_INIT([s3fs],[1.92])
|
AC_INIT([s3fs],[1.93])
|
||||||
AC_CONFIG_HEADER([config.h])
|
AC_CONFIG_HEADER([config.h])
|
||||||
|
|
||||||
AC_CANONICAL_TARGET
|
AC_CANONICAL_TARGET
|
||||||
|
Loading…
Reference in New Issue
Block a user