Browse Source

HADOOP-9594 commons-math

git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-2@1541668 13f79535-47bb-0310-9956-ffa450edef68
Steve Loughran 11 years ago
parent
commit
572355f632
1 changed files with 3 additions and 0 deletions
  1. 3 0
      hadoop-common-project/hadoop-common/CHANGES.txt

+ 3 - 0
hadoop-common-project/hadoop-common/CHANGES.txt

@@ -85,6 +85,9 @@ Release 2.3.0 - UNRELEASED
     HADOOP-10064. Upgrade to maven antrun plugin version 1.7 (Arpit Agarwal via
     jeagles)
 
+    HADOOP-9594. Update apache commons math dependency (Timothy St. Clair via
+    stevel)
+
   OPTIMIZATIONS
 
     HADOOP-9748. Reduce blocking on UGI.ensureInitialized (daryn)