Skip to content

Commit 93b32a7

Browse files
committed
Update versions and release notes for 1.8.8
1 parent 3e6afab commit 93b32a7

File tree

3 files changed

+22
-4
lines changed

3 files changed

+22
-4
lines changed

crypto/NBuild.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<property name="dist-path" value="./dist"/>
1717

1818
<!-- Version -->
19-
<property name="version" value="1.8.7"/>
19+
<property name="version" value="1.8.8"/>
2020
<property name="name" value="BouncyCastle.Crypto"/>
2121

2222
<property name="OPTIONAL_STRONG_NAME" value="" />

crypto/Readme.html

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ <h3><a class="mozTocH3" name="mozTocId685176"></a>Contents:<br/></h3>
3030
<li>
3131
<a href="#mozTocId3413">Notes:</a>
3232
<ol>
33+
<li>
34+
<a href="#mozTocId85322">Release 1.8.8</a>
3335
<li>
3436
<a href="#mozTocId85321">Release 1.8.7</a>
3537
<li>
@@ -302,6 +304,22 @@ <h3><a class="mozTocH3" name="mozTocId358608"></a>For first time users.</h3>
302304
<hr style="WIDTH: 100%; HEIGHT: 2px">
303305
<h3><a class="mozTocH3" name="mozTocId3413"></a>Notes:</h3>
304306

307+
<h4><a class="mozTocH4" name="mozTocId85322"></a>Release 1.8.8, Monday September 21, 2020</h4>
308+
309+
<h5>Additional Features and Functionality</h5>
310+
<ul>
311+
<li>Updated TimeStampTokenGenerator from bc-java.</li>
312+
<li>Improved performance for constant-time modular inversion ("safegcd").</li>
313+
<li>Improved performance for binary EC fields.</li>
314+
</ul>
315+
<h5>Additional Notes</h5>
316+
<ul>
317+
<li>
318+
See the (cumulative) list of GitHub pull requests that we have accepted at
319+
<a href="https://github.com/bcgit/bc-csharp/pulls?q=is%3Apr+is%3Aclosed">bcgit/bc-csharp</a>.
320+
</li>
321+
</ul>
322+
305323
<h4><a class="mozTocH4" name="mozTocId85321"></a>Release 1.8.7, Thursday July 30, 2020</h4>
306324

307325
<h5>Defects Fixed</h5>

crypto/src/AssemblyInfo.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@
3333
// You can specify all the values or you can default the Revision and Build Numbers
3434
// by using the '*' as shown below:
3535

36-
[assembly: AssemblyVersion("1.8.7.0")]
37-
[assembly: AssemblyFileVersion("1.8.20212.1")]
38-
[assembly: AssemblyInformationalVersion("1.8.7")]
36+
[assembly: AssemblyVersion("1.8.8.0")]
37+
[assembly: AssemblyFileVersion("1.8.20265.1")]
38+
[assembly: AssemblyInformationalVersion("1.8.8")]
3939

4040
//
4141
// In order to sign your assembly you must specify a key to use. Refer to the

0 commit comments

Comments
 (0)