Repository: commons-rng Updated Branches: refs/heads/master 7cc05c6d8 -> 35db222af
Adding back 1.2 to changes.xml, merging around removed it Project: http://git-wip-us.apache.org/repos/asf/commons-rng/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-rng/commit/35db222a Tree: http://git-wip-us.apache.org/repos/asf/commons-rng/tree/35db222a Diff: http://git-wip-us.apache.org/repos/asf/commons-rng/diff/35db222a Branch: refs/heads/master Commit: 35db222aff3f80b5930b059d4f78519dda8410f1 Parents: 7cc05c6 Author: Rob Tompkins <chtom...@gmail.com> Authored: Tue Aug 14 09:38:20 2018 -0400 Committer: Rob Tompkins <chtom...@gmail.com> Committed: Tue Aug 14 09:38:20 2018 -0400 ---------------------------------------------------------------------- src/changes/changes.xml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-rng/blob/35db222a/src/changes/changes.xml ---------------------------------------------------------------------- diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 46dc0d9..f36c4e3 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -51,6 +51,24 @@ If the output is not quite correct, check for invisible trailing spaces! </properties> <body> + <release version="1.2" date="TBD" description=" +This is a minor release of Apache Commons RNG, containing a +few new features and performance improvements. +Apache Commons RNG 1.2 contains the following library modules: + commons-rng-client-api (requires Java 6) + commons-rng-core (requires Java 6) + commons-rng-simple (requires Java 6) + commons-rng-sampling (requires Java 6) +The code in module 'commons-rng-core' should not be accessed +directly by applications as a future release might make use of +the JPMS modularization feature available in Java 9+. +Additional code is provided in the following module: + commons-rng-examples (requires Java 9) +It is however not part of the official API and no compatibility +should be expected in subsequent releases. +"> + </release> + <release version="1.1" date="2018-08-14" description=" This is a minor release of Apache Commons RNG, containing a few new features and performance improvements.