You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by er...@apache.org on 2015/08/19 23:14:50 UTC

[2/2] [math] Backport tracking.

Backport tracking.


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

Branch: refs/heads/master
Commit: a7ef0455c311ed9ccc4455f64c81aacb8bfe90fc
Parents: 03178c8
Author: Gilles <er...@apache.org>
Authored: Wed Aug 19 23:14:17 2015 +0200
Committer: Gilles <er...@apache.org>
Committed: Wed Aug 19 23:14:17 2015 +0200

----------------------------------------------------------------------
 src/changes/changes.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-math/blob/a7ef0455/src/changes/changes.xml
----------------------------------------------------------------------
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 09773c4..e4dc108 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -53,7 +53,7 @@ If the output is not quite correct, check for invisible trailing spaces!
     <release version="TBD" date="TBD" description="TBD">
     </release>
 
-    <release version="4.0" date="XXXX-XX-XX" description="">
+    <release version="4.0" date="XXXX-XX-XX" description=""> <!-- backported to 3.6 -->
       <action dev="erans" type="fix" issue="MATH-1257" due-to="Bill Murphy">
         Better accuracy in computation of cumulative probability of "NormalDistribution"
         (package "o.a.c.m.distribution").