Update ChangeLog and configure.ac for 1.95

Fixes #2496.
This commit is contained in:
Andrew Gaul 2024-10-25 10:40:09 -07:00
parent 7cb46db945
commit 561ce1e206
2 changed files with 11 additions and 1 deletions

View File

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

View File

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