From 0ece0d441c956f37866a1e6778036c8e1f74fda0 Mon Sep 17 00:00:00 2001 From: James Bonfield Date: Thu, 2 Jul 2026 16:15:55 +0100 Subject: [PATCH] Update the news to clarify S3 bug fix. It's useful to be explicit on which htslib versions were affected by this bug. Fixes #2043 Signed-off-by: James Bonfield --- NEWS | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index fbbc21aab..045e8ef2f 100644 --- a/NEWS +++ b/NEWS @@ -74,7 +74,11 @@ Bug fixes (PR #1992, PR #1993, PR #2004, PR #2010) * Fix s3_seek returning wrong offset on cache-hit. - (PR #2012. Thanks to Nick Edwards) + This caused unreliability reading of S3 data when using the + multi-region iterator. The bug affects 1.23 and 1.23.1. + Releases prior to 1.23 were unaffected. + (PR #2012. Thanks to Nick Edwards. + Also fixes #2043 reported by Andrew J. Tock.) * Remove a signed overflow bug in bgzf_read_small. (PR #2013)