From 17a551cd5fc22d8c7c356698b930438ba33b9df6 Mon Sep 17 00:00:00 2001 From: Jody Garnett Date: Wed, 22 May 2024 17:05:31 -0700 Subject: [PATCH] Updated release notes for 1.25.1 --- RELEASE_NOTES.txt | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/RELEASE_NOTES.txt b/RELEASE_NOTES.txt index 2c190bb4f..aaeb29bdf 100644 --- a/RELEASE_NOTES.txt +++ b/RELEASE_NOTES.txt @@ -1,3 +1,18 @@ +GeoWebCache 1.25.1 (2024-05-22) +------------------------------- + +Stable release of the 1.25.x series. + +Improvements: ++++++++++++++ +- Align FileBlobStore with parameter handling practice of S3/Azure +- Bump guava from 32.0.0 to 33.2.0 +- Bump httpclient from 4.5.13 to 4.5.14 +- Bump commons-collections4 from 4.2 to 4.4 +- Bump commons-io from 2.12.0 to 2.16.1 +- Upgraded GeoTools dependencies to 31.1 +- Updating imageio-ext to 1.4.10 + GeoWebCache 1.25.0 (2024-03-19) -------------------------------