You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@santuario.apache.org by ra...@apache.org on 2005/03/23 19:28:49 UTC

cvs commit: xml-security CHANGELOG.txt TODO

raul        2005/03/23 10:28:49

  Modified:    .        CHANGELOG.txt TODO
  Log:
  Updated.
  
  Revision  Changes    Path
  1.3       +8 -0      xml-security/CHANGELOG.txt
  
  Index: CHANGELOG.txt
  ===================================================================
  RCS file: /home/cvs/xml-security/CHANGELOG.txt,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- CHANGELOG.txt	21 Feb 2005 19:22:59 -0000	1.2
  +++ CHANGELOG.txt	23 Mar 2005 18:28:49 -0000	1.3
  @@ -1,4 +1,12 @@
   Changelog for "Apache xml-security" <http://xml.apache.org/security/>
  +New in v1.2.1-99
  +	Init-Don't fail if a transformation don't have all of its dependecies.
  +		Remove XPath initialization from Init and do only when xpath is needed.
  +    Resolv-Removed the use of xpath expressions to search the elements to sign/verify, now use only plain DOM searching.
  +	Resolvers-Remove wantsOctectStream wantsNodeSet and his returns pair they are not used, right now and some are incorrect.	
  +	Remove the Use of xalan or xerces class URI
  +	Removed the expandSystemId
  +	Changed from Vector<String> to List<Class>, so we don't need to use classForName everytime and used it just the first time.
   
   New in v1.2.1
    * Fix the memory leak when using xpath or using ResourceResolver and not hitting 
  
  
  
  1.6       +3 -2      xml-security/TODO
  
  Index: TODO
  ===================================================================
  RCS file: /home/cvs/xml-security/TODO,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- TODO	21 Feb 2005 19:22:59 -0000	1.5
  +++ TODO	23 Mar 2005 18:28:49 -0000	1.6
  @@ -19,8 +19,9 @@
   TODO for 1.3:
   RAUL:
   
  -[ ] Remove XPath in IdResolver.
  -[ ] Deferred XPath till needed.
  +[X] Remove XPath in IdResolver.
  +[X] Deferred XPath till needed.
  +[ ] Clean unneed XPath
   [ ] Integrate the SAX patch and add Signing
   [ ] More examples.
   [ ] Change Symbol table to a more efficient and simple structure