This is an automated email from the ASF dual-hosted git repository.
johnmcw pushed a commit to branch dl_links
in repository https://gitbox.apache.org/repos/asf/incubator-milagro.git
The following commit(s) were added to refs/heads/dl_links by this push:
new 0908591 added dl links to readme
0908591 is described below
commit 090859166e6c27d519a007bb4b7fe83863fb9f81
Author: John McCane-Whitney <[email protected]>
AuthorDate: Wed Aug 28 18:01:42 2019 +0100
added dl links to readme
---
README.md | 6 ++++++
docs/downloads.md | 53 +++++++++++++++++++++++++++++++++++++++++++++++++++++
2 files changed, 59 insertions(+)
diff --git a/README.md b/README.md
index f4c7512..40a2445 100644
--- a/README.md
+++ b/README.md
@@ -18,6 +18,12 @@ The most current libraries are the core crypto libraries:
For the time being, only the C and JavaScript libraries are being supported
going forward.
+What's New
+============================
+
+*
[apache-milagro-crypto-js-1.0.0-incubating](https://github.com/apache/incubator-milagro-crypto-js/releases/tag/1.0.0)-
Initial release of the Crypto JS Library
+*
[apache-milagro-crypto-c-1.0.0-incubating](https://github.com/apache/incubator-milagro-crypto-c/releases/tag/1.0.0)-
Initial release of the Crypto C Library
+
Website Detail
============================
diff --git a/docs/downloads.md b/docs/downloads.md
new file mode 100644
index 0000000..18ffdbe
--- /dev/null
+++ b/docs/downloads.md
@@ -0,0 +1,53 @@
+---
+id: downloads
+title: Downloads
+sidebar_label: Downloads
+---
+
+# Project Downloads
+
+This page will be updated with all official Apache Software Foundation release
from the Apache Milagro (incubating) project.
+
+## Verifying Releases
+
+You can find instructions for checking hashes and signatures on the [Verifying
Apache Software Foundation
Releases](http://www.apache.org/info/verification.html) page. The committer’s
pgp signatures can be found
[here](https://www.apache.org/dist/incubator/milagro/KEYS).
+
+For fast downloads, current source distributions are hosted on mirror servers;
older source distributions are in the archive. For security, public keys,
hashes and signature files are always hosted at Apache.
+
+## Apache Milagro Crypto C Incubating v1.0.0
+
+This is the initial release of the Apache Milagro Crypto C library.
+
+### Source Release
+
+|[tar.gz](http://www.apache.org/dyn/closer.cgi/incubator/milagro/apache-milagro-crypto-c-1.0.0-incubating/apache-milagro-crypto-c-1.0.0-incubating-src.tar.gz)|[sha512](https://www.apache.org/dist/incubator/milagro/apache-milagro-crypto-c-1.0.0-incubating/apache-milagro-crypto-c-1.0.0-incubating-src.tar.gz.sha512)|[signature](https://www.apache.org/dist/incubator/milagro/apache-milagro-crypto-c-1.0.0-incubating/apache-milagro-crypto-c-1.0.0-incubating-src.tar.gz.asc)|
+| ----- | ----- | ----- |
+
+### Release Notes
+
+The latest release notes can be found
[here](https://github.com/apache/incubator-milagro-crypto-c/releases/tag/1.0.0)
+
+### Previous Releases
+
+None
+
+## Apache Milagro Crypto JS Incubating v1.0.0
+
+This is the initial release of the Apache Milagro Crypto JS library.
+
+### Source Release
+
+|[tar.gz](http://www.apache.org/dyn/closer.cgi/incubator/milagro/apache-milagro-crypto-js-1.0.0-incubating/apache-milagro-crypto-js-1.0.0-incubating-src.tar.gz)|[sha512](https://www.apache.org/dist/incubator/milagro/apache-milagro-crypto-js-1.0.0-incubating/apache-milagro-crypto-js-1.0.0-incubating-src.tar.gz.sha512)|[signature](https://www.apache.org/dist/incubator/milagro/apache-milagro-crypto-js-1.0.0-incubating/apache-milagro-crypto-js-1.0.0-incubating-src.tar.gz.asc)|
+| ----- | ----- | ----- |
+
+### Release Notes
+
+The latest release notes can be found
[here](https://github.com/apache/incubator-milagro-crypto-js/releases/tag/1.0.0)
+
+### Previous Releases
+
+None
+
+<!--
+Supported admonition types are: caution, note, important, tip, warning.
+-->
\ No newline at end of file