From 2a252b81561813ea709080753ba9c125c87397a4 Mon Sep 17 00:00:00 2001 From: Peter Dettman Date: Mon, 18 Oct 2021 02:04:36 +0700 Subject: Update versions and release notes for 1.9.0 --- crypto/NBuild.build | 2 +- crypto/Readme.html | 28 ++++++++++++++++++++++++++++ crypto/src/AssemblyInfo.cs | 6 +++--- 3 files changed, 32 insertions(+), 4 deletions(-) diff --git a/crypto/NBuild.build b/crypto/NBuild.build index d6cd1a170..8eed0bec1 100644 --- a/crypto/NBuild.build +++ b/crypto/NBuild.build @@ -16,7 +16,7 @@ - + diff --git a/crypto/Readme.html b/crypto/Readme.html index cd117ca64..ac9efdb33 100644 --- a/crypto/Readme.html +++ b/crypto/Readme.html @@ -30,6 +30,8 @@
  • Notes:
      +
    1. + Release 1.9.0
    2. Release 1.8.10
    3. @@ -308,6 +310,32 @@ We state, where EC MQV has not otherwise been disabled or removed:

      Notes:

      +

      Release 1.9.0, Sunday October 17, 2021

      + +
      Defects Fixed
      +
        +
      • Key sizes are now checked strictly in TwofishEngine.
      • +
      • Fixed bzip2 compression of empty contents.
      • +
      • Handle CRL with no NextUpdate properly during CertPath validation.
      • +
      • Skip marker packets when reading various PGP data.
      • +
      • Ignore PGP signatures with invalid version.
      • +
      +
      Additional Features and Functionality
      +
        +
      • A new TLS API (Org.BouncyCastle.Tls) now replaces the old one (Org.BouncyCastle.Crypto.Tls), which + should be considered obsolete. The new API includes support for TLS 1.3.
      • +
      • Added support for Format Preserving Encryption.
      • +
      • Added support for ParallelHash and TupleHash.
      • +
      • Added support for the ARIA cipher.
      • +
      +
      Additional Notes
      +
        +
      • + See the (cumulative) list of GitHub pull requests that we have accepted at + bcgit/bc-csharp. +
      • +
      +

      Release 1.8.10, Tuesday February 16, 2021

      Defects Fixed
      diff --git a/crypto/src/AssemblyInfo.cs b/crypto/src/AssemblyInfo.cs index f7c2f0e3d..ec06092a0 100644 --- a/crypto/src/AssemblyInfo.cs +++ b/crypto/src/AssemblyInfo.cs @@ -33,9 +33,9 @@ using System.Runtime.InteropServices; // You can specify all the values or you can default the Revision and Build Numbers // by using the '*' as shown below: -[assembly: AssemblyVersion("1.8.10.0")] -[assembly: AssemblyFileVersion("1.8.21047.1")] -[assembly: AssemblyInformationalVersion("1.8.10")] +[assembly: AssemblyVersion("1.9.0.0")] +[assembly: AssemblyFileVersion("1.9.21290.1")] +[assembly: AssemblyInformationalVersion("1.9.0")] // // In order to sign your assembly you must specify a key to use. Refer to the -- cgit 1.4.1