
2-lib.3.0.0.source-code.changelog.xml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of as2-lib Show documentation
Show all versions of as2-lib Show documentation
Open AS2 fork - library part
<?xml version="1.0" encoding="UTF-8"?> <!-- The FreeBSD Copyright Copyright 1994-2008 The FreeBSD Project. All rights reserved. Copyright (C) 2013-2016 Philip Helger philip[at]helger[dot]com Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. THIS SOFTWARE IS PROVIDED BY THE FREEBSD PROJECT ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FREEBSD PROJECT OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. The views and conclusions contained in the software and documentation are those of the authors and should not be interpreted as representing official policies, either expressed or implied, of the FreeBSD Project. --> <changelog xmlns="http://www.helger.com/xsd/changelog/1.0" version="1.0" component="as2-lib"> <entry date="2015-12-19" category="tech" action="update"> <change> <text locale="en">Updated to javax.mail 1.5.5</text> </change> </entry> <release date="2015-12-01" version="2.2.5" /> <release date="2015-11-11" version="2.2.4" /> <entry date="2015-11-10" category="tech" action="update"> <change> <text locale="en">Fixed a minor issue where details of a ProcessingException were not passed into the MDN text</text> </change> </entry> <release date="2015-10-22" version="2.2.3" /> <entry date="2015-10-22" category="tech" action="update"> <change> <text locale="en">Fixed a problem with verifying signed messages without Content-Transfer-Encoding</text> </change> </entry> <release date="2015-10-19" version="2.2.2" /> <entry date="2015-10-19" category="tech" action="update"> <change> <text locale="en">Updated to Bouncy Castle 1.53</text> </change> </entry> <release date="2015-10-08" version="2.2.1" /> <entry date="2015-10-07" category="api" action="add"> <change> <text locale="en">Added special setter methods for certain Partnership attributes</text> </change> </entry> <entry date="2015-10-07" category="tech" action="update"> <change> <text locale="en">Improved debug logging in the BouncyCastle provider</text> </change> </entry> <release date="2015-09-27" version="2.2.0" /> <entry date="2015-09-24" category="tech" action="add"> <change> <text locale="en">Added possibility to centrally enable and disable the inclusion of the certificate in the MIME body part</text> </change> </entry> <entry date="2015-09-17" category="tech" action="add"> <change> <text locale="en">Added possibility to centrally enable and disable the usage of the certificate contained in the MIME body part</text> </change> </entry> <entry date="2015-09-01" category="tech" action="add"> <change> <text locale="en">Added new partnership attributes to handle non-spec compliant partners better.</text> </change> </entry> <entry date="2015-08-20" category="api" action="add"> <change> <text locale="en">Added possibility to globally enable/disable the usage of SecureRandom in as2-lib</text> </change> </entry> <release date="2015-08-20" version="2.1.0" /> <entry date="2015-08-19" category="tech" action="add"> <change> <text locale="en">Added support for compression according to RFC 5402</text> </change> </entry> <entry date="2015-08-18" category="tech" action="fix"> <change> <text locale="en">Fixed hard coded signing with SHA-1 only.</text> </change> </entry> <release date="2015-08-13" version="2.0.1" /> <entry date="2015-08-13" category="tech" action="fix"> <change> <text locale="en">Replaced SecureRandom with Random for the AS2 message ID, because SecureRandom takes - under certain circumstances - forever to initialize</text> </change> </entry> <release date="2015-08-04" version="2.0.0" /> <entry date="2015-07-02" category="tech" action="update"> <change> <text locale="en">Updated to ph-commons 6.0.0</text> </change> </entry> <entry date="2015-06-17" category="tech" action="change" incompatible="true"> <change> <text locale="en">Integrated AS2Settings into IAS2Session for improved customizability</text> </change> </entry> <release date="2015-06-12" version="1.1.0" /> <entry date="2015-06-12" category="tech" action="change" incompatible="true"> <change> <text locale="en">Splitted enums for crypt and sign algorithms</text> </change> </entry> <entry date="2015-06-01" category="tech" action="change"> <change> <text locale="en">Improved settings</text> </change> </entry> <release date="2015-04-30" version="1.0.8" /> <release date="2015-03-11" version="1.0.7" /> <release date="2015-02-20" version="1.0.6" /> <entry date="2015-02-19" category="tech" action="add"> <change> <text locale="en">Added support for hash algorithms SHA-256, SHA-384 and SHA-512</text> </change> </entry> <release date="2015-01-30" version="1.0.5" /> <release date="2014-11-03" version="1.0.4" /> <entry date="2014-10-30" category="tech" action="update"> <change> <text locale="en">Updated to ph-commons 5.2.0</text> </change> </entry> <entry date="2014-10-28" category="tech" action="update"> <change> <text locale="en">Allowing incoming message to use the contained certificate for validation</text> </change> </entry> <release date="2014-10-28" version="1.0.3" /> <entry date="2014-10-09" category="tech" action="update"> <change> <text locale="en">Updated to ph-commons 5.1.0</text> </change> </entry> <release date="2014-10-03" version="1.0.2" /> <entry date="2014-10-03" category="tech" action="fix"> <change> <text locale="en">Fixed endless loop in AS2Message.toString() when an MDN is present</text> </change> </entry> <release date="2014-10-03" version="1.0.1" /> <entry date="2014-10-02" category="api" action="change"> <change> <text locale="en">Simplified Disposition field handling internally.</text> </change> </entry> <entry date="2014-10-02" category="api" action="add"> <change> <text locale="en">Added possibility for client to automatically register receiver certificate in local certificate factory</text> </change> </entry> <release date="2014-09-29" version="1.0.0" /> </changelog>
© 2015 - 2025 Weber Informatics LLC | Privacy Policy