You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@santuario.apache.org by sc...@apache.org on 2007/09/28 19:59:58 UTC

svn commit: r580443 - /xml/security/trunk/c/CHANGELOG.txt

Author: scantor
Date: Fri Sep 28 10:59:58 2007
New Revision: 580443

URL: http://svn.apache.org/viewvc?rev=580443&view=rev
Log:
Add recent changes.

Modified:
    xml/security/trunk/c/CHANGELOG.txt

Modified: xml/security/trunk/c/CHANGELOG.txt
URL: http://svn.apache.org/viewvc/xml/security/trunk/c/CHANGELOG.txt?rev=580443&r1=580442&r2=580443&view=diff
==============================================================================
--- xml/security/trunk/c/CHANGELOG.txt (original)
+++ xml/security/trunk/c/CHANGELOG.txt Fri Sep 28 10:59:58 2007
@@ -2,6 +2,10 @@
 =====================================
 * Fix exclusive c14n namespace bug (rev. 526939) (BL)
 * Add const specifiers and methods to various classes (SC)
+* Add better extraction of openssl build settings using pkg-config (SC)
+* Fix XSECnew macro to stop catching arbitrary errors and report
+  crypto exceptions instead of turning them into allocation errors (SC)
+* Add various missing files to dist target (SC)
 
 Changes between version 1.3 and 1.3.1
 =====================================
@@ -12,7 +16,7 @@
   ability to set Id attributes
 * Fix bug 40085 - incorrect OIDs on non SHA1 based RSA signatures.
 * Update support for non SHA1 based RSA signatures
-* Remove redundant code from SignedInfo that was prevening the 
+* Remove redundant code from SignedInfo that was preventing the 
   library from loading signatures it did not have an algorithm hard
   wired for
 * Fix bug in envelope transform when input nodeset is a document