summary refs log tree commit diff
diff options
context:
space:
mode:
authorPeter Dettman <peter.dettman@bouncycastle.org>2015-11-22 18:30:29 +0700
committerPeter Dettman <peter.dettman@bouncycastle.org>2015-11-22 18:30:29 +0700
commit509e9e75082072c15e7ef13e3fa9adef8f96f421 (patch)
tree49867ca29b9fd75e754796f18d0b6031f5d79d29
parentMerge branch 'master' of git.bouncycastle.org:bc-csharp into pcl (diff)
parentMore release preparation (diff)
downloadBouncyCastle.NET-ed25519-509e9e75082072c15e7ef13e3fa9adef8f96f421.tar.xz
Merge branch 'master' of git.bouncycastle.org:bc-csharp into pcl
-rw-r--r--crypto/Readme.html4
-rw-r--r--crypto/checklist.txt2
2 files changed, 2 insertions, 4 deletions
diff --git a/crypto/Readme.html b/crypto/Readme.html

index 7a82e5dd7..67116c815 100644 --- a/crypto/Readme.html +++ b/crypto/Readme.html
@@ -348,8 +348,8 @@ We state, where EC MQV has not otherwise been disabled or removed: <ul> <li> See list of resolved issues at - <a href="http://www.bouncycastle.org/jira/secure/IssueNavigator.jspa?reset=true&mode=hide&jqlQuery=project+%3D+BMA+AND+fixVersion+%3D+1.8.0.0"> - Bouncy Castle JIRA C# 1.8.0.0 + <a href="http://www.bouncycastle.org/jira/secure/IssueNavigator.jspa?reset=true&mode=hide&jqlQuery=project+%3D+BMA+AND+fixVersion+%3D+1.8.0"> + Bouncy Castle JIRA C# 1.8.0 </a> </li> <li> diff --git a/crypto/checklist.txt b/crypto/checklist.txt
index 0057b6e50..d81cf5ffb 100644 --- a/crypto/checklist.txt +++ b/crypto/checklist.txt
@@ -4,7 +4,6 @@ Release Checklist - Update to latest from git - Run 'nant -t:net-1.1 clean test' -- Run 'nant -t:netcf-1.0 clean compile-release' - Edit AssemblyInfo.cs: Change version and check copyright - Edit NBuild.build: Change version - Edit License.html: Check copyright @@ -12,5 +11,4 @@ Release Checklist - Commit changes to git - Tag git repository with "release-${version}" - Push changes/tag to git -- Place BouncyCastle.snk in parent directory - Run 'nant -t:net-1.1 clean dist'