From f38f5e11275deb781323c73cbab6c861cf7c3bca Mon Sep 17 00:00:00 2001 From: Christopher Broderick Date: Fri, 21 Aug 2015 15:36:00 +0100 Subject: [PATCH] Changes documented --- RELEASE-NOTES.txt | 10 ++++++---- changes.txt | 8 ++++++-- 2 files changed, 12 insertions(+), 6 deletions(-) diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt index 8b2a449f..6811fc72 100644 --- a/RELEASE-NOTES.txt +++ b/RELEASE-NOTES.txt @@ -1,13 +1,15 @@ OpenAS2 Server - Version 1.2.0 + Version 1.3.0 RELEASE NOTES -The OpenAS2 project is pleased to announce the release of OpenAS2 1.2.0 +The OpenAS2 project is pleased to announce the release of OpenAS2 1.3.0 -The release download file is: OpenAS2Server-1.2.0.zip +The release download file is: OpenAS2Server-1.3.0.zip The zip file contains a PDF document providing information on installing and using the application. -This release adds support for compression and decompression of AS2 messages per RFC5042. +This release adds support for: + - using HTTPS as the transport protocol. + - overriding the the password for the certificate store with a system parameter passed into the app at startup Java 1.5 or later is required. diff --git a/changes.txt b/changes.txt index 70257859..9aeca04d 100644 --- a/changes.txt +++ b/changes.txt @@ -1,6 +1,10 @@ -Versio 1.2.0 — 2015-08-17 +Version 1.3.0 — 2015-08-22 + 1. Add support for using HTTPS as the transport protocol. + 2. Allow overriding the the password for the certificate store with a system parameter passed into the app at startup + +Version 1.2.0 — 2015-08-17 Add support for compression and decompression per RFC5402 -Versio 1.1.0 — 2015-08-03 +Version 1.1.0 — 2015-08-03 1. Enhanced logging to support configurable levels of output. Default level is INFO Added additional logging information to make it clearer what the real problem is when errors occur 2. Bouncy Castle Libraries upgraded to 1.5.2 and the code base changes implemented to support this.