You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by nk...@apache.org on 2016/02/08 23:36:14 UTC

[39/50] [abbrv] lucene-solr git commit: SOLR-8269: Add 5.3.2 changes entry.

SOLR-8269: Add 5.3.2 changes entry.


git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/lucene_solr_5_4@1724190 13f79535-47bb-0310-9956-ffa450edef68


Project: http://git-wip-us.apache.org/repos/asf/lucene-solr/repo
Commit: http://git-wip-us.apache.org/repos/asf/lucene-solr/commit/b4bbd028
Tree: http://git-wip-us.apache.org/repos/asf/lucene-solr/tree/b4bbd028
Diff: http://git-wip-us.apache.org/repos/asf/lucene-solr/diff/b4bbd028

Branch: refs/heads/branch_5_4
Commit: b4bbd028532489c26fabe3c07c00164434348440
Parents: 0273c19
Author: Adrien Grand <jp...@apache.org>
Authored: Tue Jan 12 10:00:58 2016 +0000
Committer: Adrien Grand <jp...@apache.org>
Committed: Tue Jan 12 10:00:58 2016 +0000

----------------------------------------------------------------------
 solr/CHANGES.txt | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/b4bbd028/solr/CHANGES.txt
----------------------------------------------------------------------
diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt
index c688fa5..2b64fd7 100644
--- a/solr/CHANGES.txt
+++ b/solr/CHANGES.txt
@@ -481,6 +481,8 @@ Bug Fixes
 
 * SOLR-8326: If BasicAuth enabled, inter node requests fail after node restart (noble, Anshum Gupta)
 
+* SOLR-8269: Upgrade commons-collections to 3.2.2. This fixes a known serialization vulnerability (janhoy)
+
 ==================  5.3.1 ==================
 
 Bug Fixes