Skip to content

Commit

Permalink
Update ChangeLog and configure.ac for 1.92
Browse files Browse the repository at this point in the history
  • Loading branch information
gaul committed May 21, 2023
1 parent 1fc0e52 commit 782c29b
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
ChangeLog for S3FS
------------------

Version 1.92 -- 21 May, 2022 (major changes only)
#1922 - Enable noobj_cache by default
#1927 - Enabled to load shared library for Credential and Token
#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
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 782c29b

Please sign in to comment.