Release notes, docs and version bump for M8.2

This commit is contained in:
Clinton Alexander 2017-02-21 14:54:30 +00:00
parent 061597deff
commit b146b25204
5 changed files with 9 additions and 4 deletions

View File

@ -4,7 +4,7 @@ buildscript {
file("publish.properties").withInputStream { props.load(it) }
// Our version: bump this on release.
ext.corda_version = "0.8.1"
ext.corda_version = "0.8.2"
ext.gradle_plugins_version = props.getProperty("gradlePluginsVersion")
// Dependency versions. Can run 'gradle dependencyUpdates' to find new versions of things.

View File

@ -6,7 +6,7 @@ Milestone releases
When you clone the corda or cordapp-template repos, they will default to the master branch. The master branch is being continuously developed upon, and its features may not align with the state of Corda as described in the docs. Additionally, the master branch of the CorDapp Template may break in response to changes in the main corda repo.
When developing on Corda, you should always check out the latest stable release tag instead, by running ``git checkout release-M8.1``.
When developing on Corda, you should always check out the latest stable release tag instead, by running ``git checkout release-M8.2``.
Java issues
-----------

View File

@ -76,7 +76,7 @@ and a basic CorDapp that you can use as the basis for your own CorDapps is avail
You can clone both of these repos to your local machine by running the command ``git clone [repo URL]``.
By default, both repos will be on the ``master`` branch. However, this is an unstable development branch. You should check
out the latest milestone release (currently Milestone 8.1) instead by running ``git checkout release-M8.1``.
out the latest milestone release (currently Milestone 8.2) instead by running ``git checkout release-M8.2``.
Opening Corda/CorDapps in IDEA
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

View File

@ -2,7 +2,7 @@ Welcome to the Corda documentation!
===================================
`Corda <https://www.corda.net/>`_ is an open-source distributed ledger platform. The latest *milestone* (i.e. stable)
release is M8.1. The codebase is on `GitHub <https://github.com/corda>`_, and our community can be found on
release is M8.2. The codebase is on `GitHub <https://github.com/corda>`_, and our community can be found on
`Slack <https://slack.corda.net/>`_ and in our `forum <https://discourse.corda.net/>`_.
If you're new to Corda, you should start by learning about its motivating vision and architecture. A good introduction

View File

@ -3,6 +3,11 @@ Release notes
Here are brief summaries of what's changed between each snapshot release.
Milestone 8.2
-------------
* Added an openAttachment endpoint to the RPC interface to allow downloading of attachments via RPC.
Milestone 8.1
-------------