From 561ce1e20600bab42133b5e51511483800d3ef76 Mon Sep 17 00:00:00 2001 From: Andrew Gaul Date: Fri, 25 Oct 2024 10:40:09 -0700 Subject: [PATCH] Update ChangeLog and configure.ac for 1.95 Fixes #2496. --- ChangeLog | 10 ++++++++++ configure.ac | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 1ee5520..037caf3 100644 --- a/ChangeLog +++ b/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 diff --git a/configure.ac b/configure.ac index cc50bee..68637fb 100644 --- a/configure.ac +++ b/configure.ac @@ -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