This is an automated email from the ASF dual-hosted git repository.

garydgregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-collections.git


The following commit(s) were added to refs/heads/master by this push:
     new 9b76a1a30 Fix inverted fixed-size guard in FixedSizeSortedMap.putAll 
(#722).
     new 90f2c624c Merge branch 'master' of 
https://github.com/apache/commons-collections.git
9b76a1a30 is described below

commit 9b76a1a302cc5356bc86e22d51208086b6522f34
Author: Gary Gregory <[email protected]>
AuthorDate: Sat Aug 8 09:21:03 2026 -0400

    Fix inverted fixed-size guard in FixedSizeSortedMap.putAll (#722).
---
 src/changes/changes.xml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index c475a2656..f80d5202c 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -22,6 +22,12 @@
     <title>Apache Commons Collections Release Notes</title>
   </properties>
   <body>
+  <release version="4.6.1" date="YYYY-MM-DD" description="This is a feature 
and maintenance release. Java 8 or later is required.">
+    <!-- FIX -->
+    <action type="fix" dev="ggregory" due-to="Naveed Khan, Gary Gregory">Fix 
inverted fixed-size guard in FixedSizeSortedMap.putAll (#722).</action>
+    <!-- ADD -->
+    <!-- UPDATE -->
+  </release>
   <release version="4.6.0" date="2026-08-06" description="This is a feature 
and maintenance release. Java 8 or later is required.">
     <!-- FIX -->
     <action type="fix" dev="ggregory" due-to="Gary Gregory" 
issue="COLLECTIONS-776">Wrapping PassiveExpiringMap in 
Collections.synchronizedMap breaks expiration.</action>

Reply via email to