mirror of
https://github.com/s3fs-fuse/s3fs-fuse.git
synced 2024-12-30 11:30:36 +00:00
parent
7cb46db945
commit
561ce1e206
10
ChangeLog
10
ChangeLog
@ -1,6 +1,16 @@
|
||||
ChangeLog for S3FS
|
||||
------------------
|
||||
|
||||
Version 1.95 -- 25 Oct, 2024 (major changes only)
|
||||
#2424 - Add ipresolve option to select IPv4- or IPv6-only
|
||||
#2443 - Retry request on HTTP 429 error
|
||||
#2448 - Changed s3fs logo
|
||||
#2455 - Fix deadlock in FdManager::ChangeEntityToTempPath
|
||||
#2487 - #2492 - #2493 - Enable static lock checking and fix locking errors
|
||||
#2506 - #2517 - Fix Windows compilation
|
||||
#2515 - Fix FreeBSD support
|
||||
#2532 - Fix use-after-free in FdManager::ChangeEntityToTempPath
|
||||
|
||||
Version 1.94 -- 23 Feb, 2024 (major changes only)
|
||||
#2409 - Fixed a bug that mounting with ksmid specified to fail
|
||||
#2404 - Fixed ordering problem between fdatasync and flush
|
||||
|
@ -20,7 +20,7 @@
|
||||
dnl Process this file with autoconf to produce a configure script.
|
||||
|
||||
AC_PREREQ([2.69])
|
||||
AC_INIT([s3fs],[1.94])
|
||||
AC_INIT([s3fs],[1.95])
|
||||
AC_CONFIG_HEADER([config.h])
|
||||
|
||||
AC_CANONICAL_TARGET
|
||||
|
Loading…
Reference in New Issue
Block a user