Prepare for next round of development.
Project: http://git-wip-us.apache.org/repos/asf/commons-rng/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-rng/commit/b32ed21b Tree: http://git-wip-us.apache.org/repos/asf/commons-rng/tree/b32ed21b Diff: http://git-wip-us.apache.org/repos/asf/commons-rng/diff/b32ed21b Branch: refs/heads/master Commit: b32ed21bf3eed7ae9300dcf4a025c9bdc37141a6 Parents: 5fe67ba Author: Gilles <er...@apache.org> Authored: Tue Dec 13 01:21:02 2016 +0100 Committer: Gilles <er...@apache.org> Committed: Tue Dec 13 01:21:02 2016 +0100 ---------------------------------------------------------------------- src/changes/changes.xml | 8 +++- src/site/xdoc/download_rng.xml | 91 +++++++++++++++++++++++++++++++++++-- 2 files changed, 95 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-rng/blob/b32ed21b/src/changes/changes.xml ---------------------------------------------------------------------- diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 1f5d550..0f3fe00 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -50,7 +50,7 @@ If the output is not quite correct, check for invisible trailing spaces! <title>Apache Commons RNG Release Notes</title> </properties> <body> - <release version="1.0" date="TBD" description=" + <release version="1.0" date="2016-12-13" description=" This is the first release of Apache Commons RNG. Apache Commons RNG 1.0 contains the following modules: @@ -65,5 +65,11 @@ Apache Commons RNG 1.0 contains the following modules: <!-- </action> --> </release> + <release version="1.1" date="TBD" description="TBD +"> + <!-- <action dev="erans" type="fix" issue="RNG-xxx"> --> + <!-- </action> --> + </release> + </body> </document> http://git-wip-us.apache.org/repos/asf/commons-rng/blob/b32ed21b/src/site/xdoc/download_rng.xml ---------------------------------------------------------------------- diff --git a/src/site/xdoc/download_rng.xml b/src/site/xdoc/download_rng.xml index 0d09e8f..e8890a0 100644 --- a/src/site/xdoc/download_rng.xml +++ b/src/site/xdoc/download_rng.xml @@ -61,9 +61,94 @@ limitations under the License. </properties> <body> <section name="Download Apache Commons RNG"> - <!-- DO NOT RUN "mvn commons:download-page" until there is something to download - from this page --> - <i>Coming soon.</i> + <subsection name="Using a Mirror"> + <p> + We recommend you use a mirror to download our release + builds, but you <strong>must</strong> <a href="http://www.apache.org/info/verification.html">verify the integrity</a> of + the downloaded files using signatures downloaded from our main + distribution directories. Recent releases (48 hours) may not yet + be available from all the mirrors. + </p> + + <p> + You are currently using <b>[preferred]</b>. If you + encounter a problem with this mirror, please select another + mirror. If all mirrors are failing, there are <i>backup</i> + mirrors (at the end of the mirrors list) that should be + available. + <br></br> + [if-any logo]<a href="[link]"><img align="right" src="[logo]" border="0"></img></a>[end] + </p> + + <form action="[location]" method="get" id="SelectMirror"> + <p> + Other mirrors: + <select name="Preferred"> + [if-any http] + [for http]<option value="[http]">[http]</option>[end] + [end] + [if-any ftp] + [for ftp]<option value="[ftp]">[ftp]</option>[end] + [end] + [if-any backup] + [for backup]<option value="[backup]">[backup] (backup)</option>[end] + [end] + </select> + <input type="submit" value="Change"></input> + </p> + </form> + + <p> + It is essential that you + <a href="https://www.apache.org/info/verification.html">verify the integrity</a> + of downloaded files, preferably using the <code>PGP</code> signature (<code>*.asc</code> files); + failing that using the <code>MD5</code> hash (<code>*.md5</code> checksum files). + </p> + <p> + The <a href="https://www.apache.org/dist/commons/KEYS">KEYS</a> + file contains the public PGP keys used by Apache Commons developers + to sign releases. + </p> + </subsection> + </section> + <section name="Apache Commons RNG 1.0 (requires Java 6+)"> + <subsection name="Binaries"> + <table> + <tr> + <td><a href="[preferred]/commons/rng/binaries/commons-rng-1.0-bin.tar.gz">commons-rng-1.0-bin.tar.gz</a></td> + <td><a href="https://www.apache.org/dist/commons/rng/binaries/commons-rng-1.0-bin.tar.gz.md5">md5</a></td> + <td><a href="https://www.apache.org/dist/commons/rng/binaries/commons-rng-1.0-bin.tar.gz.asc">pgp</a></td> + </tr> + <tr> + <td><a href="[preferred]/commons/rng/binaries/commons-rng-1.0-bin.zip">commons-rng-1.0-bin.zip</a></td> + <td><a href="https://www.apache.org/dist/commons/rng/binaries/commons-rng-1.0-bin.zip.md5">md5</a></td> + <td><a href="https://www.apache.org/dist/commons/rng/binaries/commons-rng-1.0-bin.zip.asc">pgp</a></td> + </tr> + </table> + </subsection> + <subsection name="Source"> + <table> + <tr> + <td><a href="[preferred]/commons/rng/source/commons-rng-1.0-src.tar.gz">commons-rng-1.0-src.tar.gz</a></td> + <td><a href="https://www.apache.org/dist/commons/rng/source/commons-rng-1.0-src.tar.gz.md5">md5</a></td> + <td><a href="https://www.apache.org/dist/commons/rng/source/commons-rng-1.0-src.tar.gz.asc">pgp</a></td> + </tr> + <tr> + <td><a href="[preferred]/commons/rng/source/commons-rng-1.0-src.zip">commons-rng-1.0-src.zip</a></td> + <td><a href="https://www.apache.org/dist/commons/rng/source/commons-rng-1.0-src.zip.md5">md5</a></td> + <td><a href="https://www.apache.org/dist/commons/rng/source/commons-rng-1.0-src.zip.asc">pgp</a></td> + </tr> + </table> + </subsection> + </section> + <section name="Archives"> + <p> + Older releases can be obtained from the archives. + </p> + <ul> + <li class="download"><a href="[preferred]/commons/rng/">browse download area</a></li> + <li><a href="https://archive.apache.org/dist/commons/rng/">archives...</a></li> + </ul> </section> </body> </document>