You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@santuario.apache.org by mu...@apache.org on 2005/10/12 18:44:12 UTC

cvs commit: xml-security/doc/site status.xml

mullan      2005/10/12 09:44:12

  Modified:    doc/site status.xml
  Log:
  Update with fixes made by me (mullan) for Java 1.3 release.
  
  Revision  Changes    Path
  1.13      +43 -0     xml-security/doc/site/status.xml
  
  Index: status.xml
  ===================================================================
  RCS file: /home/cvs/xml-security/doc/site/status.xml,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- status.xml	13 Sep 2005 14:02:11 -0000	1.12
  +++ status.xml	12 Oct 2005 16:44:12 -0000	1.13
  @@ -25,6 +25,7 @@
       <person name="Raul Benito Garcia" email="raul@apache.org" id="RB"/>
       <person name="Vishal Mahajan" email="vmahajan@amberpoint.com" id="VM"/>
       <person name="Milan Tomic" email="milan@setcce.org" id="MT"/>
  +    <person name="Sean Mullan" email="sean.mullan@sun.com" id="SM"/>
       <!-- Add more people here -->
     </developers>
     
  @@ -142,6 +143,45 @@
         </action>
       </release>    
   
  +    <release version="Java 1.3" date="October 2005">
  +    	<action dev="SM" type="fix" fixes-bug="36044" context="java_general">
  +	Canonicalizing an empty node-set throws an ArrayIndexOutOfBoundsException. Also added new unit test for generating signatures.
  +    	</action>
  +    	<action dev="SM" type="fix" context="java_general">
  +	Fixed NullPointerException bugs in engineCanonicalize.
  +    	</action>
  +    	<action dev="SM" type="fix" context="java_general" due-to="Clive Brettingham-Moore">
  +	Fix bug when parsing reference lists during decryption; properly handle relative URIs and lists of more than one element.
  +    	</action>
  +    	<action dev="SM" type="fix" context="java_general">
  +	Make XMLCipher.encryptData(Document, Element, boolean) public so it can be used by applications.
  +    	</action>
  +    	<action dev="SM" type="fix" fixes-bug="35917" context="java_general" due-to="Julien Taupin">
  +	Error in CarriedKeyNameDefinition EncryptedKeyImpl.
  +    	</action>
  +    	<action dev="SM" type="fix" context="java_general">
  +	Change logging message in XMLCipher.decryptKey from info to debug level (too noisy for info level).
  +    	</action>
  +    	<action dev="SM" type="add" context="java_general">
  +	Add new msg id named decoding.divisible.four and fix bug in Base64 Transform to throw Base64DecodingExc with this msg id instead of "It should be dived by four".
  +    	</action>
  +    	<action dev="SM" type="fix" fixes-bug="35580" context="java_general" due-to="Rune Friis-Jensen">
  +	Fix file descriptor leak in XMLSignatureInput.
  +    	</action>
  +    	<action dev="SM" type="fix" context="java_general">
  +	Fix NullPointerException in TransformXPathFilter2.engineTransform if XMLSignatureInput is a node-set (instead of an element subtree).
  +    	</action>
  +    	<action dev="SM" type="fix" context="java_general" due-to="bodiguillaume-dev@yahoo.fr">
  +	Fix condition in ElementProxy.guaranteeThatElementInCorrectSpace().
  +    	</action>
  +    	<action dev="SM" type="fix" context="java_general">
  +	Fix NullPointerException in log message emitted by ResolverDirectHTTP.engineCanResolve.
  +    	</action>
  +    	<action dev="SM" type="fix" context="java_general">
  +	Fix NullPointerException bug in ResolverXPointer.engineResolve; check if BaseURI is null before setting source URI.
  +    	</action>
  +    </release>
  +
       <release version="Java 1.2.1" date="February 2005">
       	<action dev="RB" type="fix" fixes-bug="32836" context="java_general" due-to="Sylvain Dusart">
       	Fix a memory leak when using xpath or using ResourceResolver and not hitting getElementByIdUsingDOM()
  @@ -262,6 +302,9 @@
         <action context="C++ code" dev="MT">
           Implement NSS Crypto interface
         </action>
  +      <action context="Java-code" dev="SM">
  +        Integrate JSR 105
  +      </action>
       </actions>
       <actions priority="medium">
         <action context="Java-code" dev="open">