From 1712eb2a095bb33a9bce1c3e6148c84d3c611106 Mon Sep 17 00:00:00 2001 From: Arjen Poutsma Date: Mon, 2 Oct 2006 15:00:28 +0000 Subject: [PATCH] --- release/changelog.txt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/release/changelog.txt b/release/changelog.txt index 97028334..5f54fb0c 100644 --- a/release/changelog.txt +++ b/release/changelog.txt @@ -9,6 +9,11 @@ Package org.springframework.oxm.castor Package org.springframework.ws.soap * Added setId() method to Attachment, to set the Content-ID of MIME attachments (#SWS-53) +* Added getResult() to SoapFaultDetail (#SWS-57) + +Package org.springframework.ws.soap.security.xwss.callback +* DefaultTimestampValidator no longer requires Expired in request (#SWS-55) +* Digest passwords are handled correctly in the SimplePasswordValidationCallbackHandler (#SWS-56) Changes in version 1.0-M2 -------------------------