mirror of
https://github.com/s3fs-fuse/s3fs-fuse.git
synced 2024-11-17 17:55:12 +00:00
parent
3e66e42ae5
commit
bb20fc3c98
15
ChangeLog
15
ChangeLog
@ -1,6 +1,21 @@
|
||||
ChangeLog for S3FS
|
||||
------------------
|
||||
|
||||
Version 1.86 -- 04 Feb, 2020 (major changes only)
|
||||
#965 - enable various optimizations when using modern curl
|
||||
#1002 - allow SSE-C keys to have NUL bytes
|
||||
#1008 - add session token support
|
||||
#1039 - allow large files on 32-bit systems like Raspberry Pi
|
||||
#1049 - fix data corruption when external modification changes a cached object
|
||||
#1063 - fix data corruption when opening a second fd to an unflushed file
|
||||
#1066 - fix clock skew errors when writing large files
|
||||
#1081 - allow concurrent metadata queries during data operations
|
||||
#1098 - use server-side copy for partially modified files
|
||||
#1107 - #1108 - fix multiple concurrency issues
|
||||
#1199 - add requester_pays support
|
||||
#1209 - add symlink cache
|
||||
#1224 - add intelligent_ia storage tier
|
||||
|
||||
Version 1.85 -- 11 Mar, 2019
|
||||
#804 - add Backblaze B2
|
||||
#812 - Fix typo s/mutliple/multiple/
|
||||
|
@ -20,7 +20,7 @@
|
||||
dnl Process this file with autoconf to produce a configure script.
|
||||
|
||||
AC_PREREQ(2.59)
|
||||
AC_INIT(s3fs, 1.85)
|
||||
AC_INIT(s3fs, 1.86)
|
||||
AC_CONFIG_HEADER([config.h])
|
||||
|
||||
AC_CANONICAL_SYSTEM
|
||||
|
Loading…
Reference in New Issue
Block a user