diff --git a/Bundle/pom.xml b/Bundle/pom.xml index 9f88b264..f55c0bea 100644 --- a/Bundle/pom.xml +++ b/Bundle/pom.xml @@ -6,7 +6,7 @@ net.sf.openas2 OpenAS2 - 2.8.0 + 2.9.0 openas2-osgi diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md index 28668ef2..9cf2b3b1 100644 --- a/RELEASE-NOTES.md +++ b/RELEASE-NOTES.md @@ -1,22 +1,23 @@ # OpenAS2 Server -# Version 2.8.0 +# Version 2.9.0 # RELEASE NOTES ----- -The OpenAS2 project is pleased to announce the release of OpenAS2 2.8.0 +The OpenAS2 project is pleased to announce the release of OpenAS2 2.9.0 -The release download file is: OpenAS2Server-2.8.0.zip +The release download file is: OpenAS2Server-2.9.0.zip The zip file contains a PDF document (OpenAS2HowTo.pdf) providing information on installing and using the application. -Version 2.8.0 - 2019-02-23 -This is a an enhancement release: +Version 2.9.0 - 2019-03-28 +This is a an enhancement and bugfix release: **IMPORTANT NOTE**: Please review upgrade notes if you are upgrading - 1. Add DB tracking message when pending information file detected indicating failed receipt of an MDN. - 2. Changed the partnerships.xml sample to make it easier to understand and proivide examplke for additional partners - 3. Enhanced documentation to reflect changes in the partnerships.xml and some cleaning uop and adding more detail. - 4. Provide ability to define a custom table name for tracking messages to a database - 5. Update documentation for mechanism to use a different table name in the tracking database + 1. Provide ability to dynamically set the target URL for the partner based on directory polling mopdule configuration. + 2. Add tracking of sent file name to database tracking of AS2 messages (see upgrade notes for upgrading) + 3. Document the mechanism for using the dynamic URL feature + 4. Update documentation on database schema upgrades + 5. Fix a bug in 2.8.0 release that caused DB tracking not to track messages + ##Upgrade Notes See the openAS2HowTo appendix for the general process on upgrading OpenAS2. @@ -24,6 +25,9 @@ This is a an enhancement release: **You must review all notes for the relevant intermediate versions from your version to this release version.** +### If upgrading from versions older than 2.9.0: + 1. Run the schema upgrade process as defined in the Appendix for the relevant database you are tracking messages in. + ### If upgrading from versions older than 2.5.0: 1. Change the name of the MDN sender module from "AsynchMDNSenderModule" to "MDNSenderModule" in the config.xml if using your existing config.xml file in the upgrade. If "AsynchMDNSenderModule" is not in the config then add the following: 2. Change the name of the partnership attribute "messageid" to "as2_message_id_format" if used in any partnership definition. diff --git a/Remote/pom.xml b/Remote/pom.xml index 9a4ab3fc..05dbf485 100644 --- a/Remote/pom.xml +++ b/Remote/pom.xml @@ -4,7 +4,7 @@ net.sf.openas2 OpenAS2 - 2.8.0 + 2.9.0 4.0.0 diff --git a/Server/pom.xml b/Server/pom.xml index 6e975958..ecc8771e 100644 --- a/Server/pom.xml +++ b/Server/pom.xml @@ -7,7 +7,7 @@ net.sf.openas2 OpenAS2 - 2.8.0 + 2.9.0 openas2-server diff --git a/changes.txt b/changes.txt index a8e0c80a..272c4cc0 100644 --- a/changes.txt +++ b/changes.txt @@ -1,4 +1,14 @@ -Version 2.8.0 - 2019-02-23 +Version 2.9.0 - 2019-03-28 +This is a an enhancement and bugfix release: + **IMPORTANT NOTE**: Please review upgrade notes in the RELEASE-NOTES.md if you are upgrading + + 1. Provide ability to dynamically set the target URL for the partner based on directory polling mopdule configuration. + 2. Add tracking of sent file name to database tracking of AS2 messages (see upgrade notes for upgrading) + 3. Document the mechanism for using the dynamic URL feature + 4. Update documentation on database schema upgrades + 5. Fix a bug in 2.8.0 release that caused DB tracking not to track messages + +Version 2.8.0 - 2019-03-23 This is a an enhancement release: **IMPORTANT NOTE**: Please review upgrade notes in the RELEASE-NOTES.md if you are upgrading diff --git a/docs/OpenAS2HowTo.odt b/docs/OpenAS2HowTo.odt index 1e36beee..2a87a376 100644 Binary files a/docs/OpenAS2HowTo.odt and b/docs/OpenAS2HowTo.odt differ diff --git a/docs/OpenAS2HowTo.pdf b/docs/OpenAS2HowTo.pdf index 53fdd504..eaacc38d 100644 Binary files a/docs/OpenAS2HowTo.pdf and b/docs/OpenAS2HowTo.pdf differ diff --git a/pom.xml b/pom.xml index 28ad3642..b9cdca7a 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ 4.0.0 net.sf.openas2 OpenAS2 - 2.8.0 + 2.9.0 OpenAS2 pom