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/04/02 20:59:44 UTC

cvs commit: xml-security CHANGELOG.txt TODO

raul        2005/04/02 10:59:44

  Modified:    .        CHANGELOG.txt TODO
  Log:
  Changes
  
  Revision  Changes    Path
  1.4       +1 -0      xml-security/CHANGELOG.txt
  
  Index: CHANGELOG.txt
  ===================================================================
  RCS file: /home/cvs/xml-security/CHANGELOG.txt,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- CHANGELOG.txt	23 Mar 2005 18:28:49 -0000	1.3
  +++ CHANGELOG.txt	2 Apr 2005 18:59:44 -0000	1.4
  @@ -7,6 +7,7 @@
   	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.
  +	Removed PRNG,HexDump,Version, X509CertificateValidator
   
   New in v1.2.1
    * Fix the memory leak when using xpath or using ResourceResolver and not hitting 
  
  
  
  1.7       +2 -1      xml-security/TODO
  
  Index: TODO
  ===================================================================
  RCS file: /home/cvs/xml-security/TODO,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- TODO	23 Mar 2005 18:28:49 -0000	1.6
  +++ TODO	2 Apr 2005 18:59:44 -0000	1.7
  @@ -21,10 +21,11 @@
   
   [X] Remove XPath in IdResolver.
   [X] Deferred XPath till needed.
  -[ ] Clean unneed XPath
  +[X] Clean unneed XPath
   [ ] Integrate the SAX patch and add Signing
   [ ] More examples.
   [ ] Change Symbol table to a more efficient and simple structure
  +[ ] constrac name bindings on the fly like XMLSerialicer does.
   [ ] Optimize ouputstream with native jce, nio & threads.
   [ ] Migrate to JSR105 API
   [ ] ...
  \ No newline at end of file