Update ChangeLog and configure.ac for 1.86

Fixes #1050.
This commit is contained in:
Andrew Gaul 2020-02-04 21:18:23 +09:00
parent 3e66e42ae5
commit bb20fc3c98
2 changed files with 16 additions and 1 deletions

View File

@ -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/

View File

@ -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