Repository: commons-collections
Updated Branches:
  refs/heads/master b88b065aa -> 8312673aa


Closes #37.

Project: http://git-wip-us.apache.org/repos/asf/commons-collections/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/commons-collections/commit/8312673a
Tree: http://git-wip-us.apache.org/repos/asf/commons-collections/tree/8312673a
Diff: http://git-wip-us.apache.org/repos/asf/commons-collections/diff/8312673a

Branch: refs/heads/master
Commit: 8312673aa7984dd65d171eb7eecbe71edd386f24
Parents: b88b065
Author: Gary Gregory <garydgreg...@gmail.com>
Authored: Tue Jun 12 15:44:05 2018 -0600
Committer: Gary Gregory <garydgreg...@gmail.com>
Committed: Tue Jun 12 15:44:05 2018 -0600

----------------------------------------------------------------------
 src/changes/changes.xml | 3 +++
 1 file changed, 3 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-collections/blob/8312673a/src/changes/changes.xml
----------------------------------------------------------------------
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index d7b9e26..843aa77 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -93,6 +93,9 @@
     <action issue="COLLECTIONS-678" dev="ggregory" type="fix" due-to="Oscar 
Luis Vera Pérez">
       The verification of unsupported iterator methods is not complete.
     </action>
+    <action issue="COLLECTIONS-673" dev="ggregory" type="fix" due-to="John 
Mark, Stephan Fuhrmann">
+      ListUtils.partition potential integer overflow.
+    </action>
   </release>
   <release version="4.1" date="2015-11-28" description="This is a security and 
minor release.">
     <action issue="COLLECTIONS-508" dev="tn" type="add">

Reply via email to