Update ChangeLog and configure.ac for 1.92 (#2166)

This commit is contained in:
Andrew Gaul 2023-05-22 08:25:50 +09:00 committed by GitHub
parent 1fc0e52dc3
commit 161be3ff33
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 14 additions and 1 deletions

View File

@ -1,6 +1,19 @@
ChangeLog for S3FS
------------------
Version 1.92 -- 21 May, 2023 (major changes only)
#1802 - #2104 - New option: streamupload
#1922 - Enable noobj_cache by default
#1927 - #2101 - New option: credlib and credlib_ops
#1957 - Fixed a bug that regular files could not be created by mknod
#1964 - Added stat information to the mount point
#1970 - #1986 - Enable notsup_compat_dir by default
#2000 - #2001 - Set mtime/ctime/atime of all objects as nanosecond
#2065 - Compatible with OpenSSL 3.0
#2075 - Added proxy and proxy_cred_file option
#2135 - Changed to rename cache files when renaming large files
#2148 - New option: bucket_size
Version 1.91 -- 07 Mar, 2022 (major changes only)
#1753 - Fix RowFlush can not upload last part smaller than 5MB using NoCacheMultipartPost
#1760 - Fix IAM role retrieval from IMDSv2

View File

@ -20,7 +20,7 @@
dnl Process this file with autoconf to produce a configure script.
AC_PREREQ([2.69])
AC_INIT([s3fs],[1.91])
AC_INIT([s3fs],[1.92])
AC_CONFIG_HEADER([config.h])
AC_CANONICAL_TARGET