You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ah...@apache.org on 2021/09/08 09:29:45 UTC

[commons-rng] branch 1.4-release updated (4d55aeb -> 9909be9)

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

aherbert pushed a change to branch 1.4-release
in repository https://gitbox.apache.org/repos/asf/commons-rng.git.


    from 4d55aeb  Release candidate 1.4 RC2
     add 7ea6e49  Add @since tags to new RandomSource.create methods
     add 9a1a05a  Place @since tags after @see tags following Oracle's order convension
     add bba61b9  Update javadoc.
     new d791ef0  Merge branch 'master' into 1.4-release
     new 9909be9  Release candidate 1.4 RC3

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../rng/sampling/distribution/LevySampler.java     |  2 +-
 .../rng/sampling/distribution/StableSampler.java   |  2 +-
 .../apache/commons/rng/simple/RandomSource.java    | 44 ++++++++++++++++------
 pom.xml                                            |  2 +-
 src/changes/changes.xml                            |  2 +-
 src/site/xdoc/release-history.xml                  |  2 +-
 6 files changed, 38 insertions(+), 16 deletions(-)

[commons-rng] 01/02: Merge branch 'master' into 1.4-release

Posted by ah...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

aherbert pushed a commit to branch 1.4-release
in repository https://gitbox.apache.org/repos/asf/commons-rng.git

commit d791ef0abcdd39dfbe63706ef20d2f14b5f54cee
Merge: 4d55aeb bba61b9
Author: aherbert <ah...@apache.org>
AuthorDate: Wed Sep 8 10:19:40 2021 +0100

    Merge branch 'master' into 1.4-release

 .../rng/sampling/distribution/LevySampler.java     |  2 +-
 .../rng/sampling/distribution/StableSampler.java   |  2 +-
 .../apache/commons/rng/simple/RandomSource.java    | 44 ++++++++++++++++------
 3 files changed, 35 insertions(+), 13 deletions(-)

[commons-rng] 02/02: Release candidate 1.4 RC3

Posted by ah...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

aherbert pushed a commit to branch 1.4-release
in repository https://gitbox.apache.org/repos/asf/commons-rng.git

commit 9909be95e178b2f73831fe7330c143f13af176bb
Author: aherbert <ah...@apache.org>
AuthorDate: Wed Sep 8 10:24:30 2021 +0100

    Release candidate 1.4 RC3
---
 pom.xml                           | 2 +-
 src/changes/changes.xml           | 2 +-
 src/site/xdoc/release-history.xml | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index 2f48471..d15078e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -44,7 +44,7 @@
     <!-- do not use snapshot suffix here -->
     <commons.release.version>1.4</commons.release.version>
     <commons.bc.version>1.3</commons.bc.version>
-    <commons.rc.version>RC2</commons.rc.version>
+    <commons.rc.version>RC3</commons.rc.version>
     <commons.release.desc>(requires Java 8+)</commons.release.desc>
     <commons.binary.suffix>-bin</commons.binary.suffix>
 
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 8ccec70..901f51a 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!
   </properties>
   <body>
 
-    <release version="1.4" date="2021-09-06" description="
+    <release version="1.4" date="2021-09-13" description="
 This is a minor release of Apache Commons RNG, containing a
 few new features and performance improvements.
 Apache Commons RNG 1.4 contains the following library modules:
diff --git a/src/site/xdoc/release-history.xml b/src/site/xdoc/release-history.xml
index db826d7..c4d4ac6 100644
--- a/src/site/xdoc/release-history.xml
+++ b/src/site/xdoc/release-history.xml
@@ -25,7 +25,7 @@ limitations under the License.
       <table>
         <tr><th>Version</th><th>Release date (YYYY-MM-DD)</th><th>Required Java Version</th><th>Release notes</th></tr>
         <tr>
-          <td>1.4</td><td>2021-09-06</td><td>8+</td><td><a href="release-notes/RELEASE-NOTES-1.4.txt">release notes for 1.4</a></td>
+          <td>1.4</td><td>2021-09-13</td><td>8+</td><td><a href="release-notes/RELEASE-NOTES-1.4.txt">release notes for 1.4</a></td>
         </tr>
         <tr>
           <td>1.3</td><td>2019-11-08</td><td>6+</td><td><a href="release-notes/RELEASE-NOTES-1.3.txt">release notes for 1.3</a></td>