File tree Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change 1
1
ChangeLog for S3FS
2
2
------------------
3
3
4
+ Version 1.91 -- 07 Mar, 2022 (major changes only)
5
+ #1753 - Fix RowFlush can not upload last part smaller than 5MB using NoCacheMultipartPost
6
+ #1760 - Fix IAM role retrieval from IMDSv2
7
+ #1801 - Add option to allow unsigned payloads
8
+ #1809 - Fix mixupload return EntityTooSmall while a copypart is less than 5MB after split
9
+ #1855 - Allow compilation on Windows via MSYS2
10
+ #1868 - Handle utimensat UTIME_NOW and UTIME_OMIT special values
11
+ #1871 - #1880 - Preserve sub-second precision in more situations
12
+ #1879 - Always flush open files with O_CREAT flag
13
+ #1887 - Fixed not to call Flush even if the file size is increased
14
+ #1888 - Include climits to support musl libc
15
+
4
16
Version 1.90 -- 07 Aug, 2021 (major changes only)
5
17
#1599 - Don't ignore nomultipart when storage is low
6
18
#1600 - #1602 - #1604 - #1617 - #1619 - #1620 - #1623 - #1624 - Fix POSIX compatibility issues found by pjdfstest
Original file line number Diff line number Diff line change 20
20
dnl Process this file with autoconf to produce a configure script.
21
21
22
22
AC_PREREQ ( 2.59 )
23
- AC_INIT ( s3fs , 1.90 )
23
+ AC_INIT ( s3fs , 1.91 )
24
24
AC_CONFIG_HEADER([ config.h] )
25
25
26
26
AC_CANONICAL_SYSTEM
You can’t perform that action at this time.
0 commit comments