Hello, I'd like to announce the availablity of a release candidate of the C++ XML-Security library, version 1.4.0, which you can download from:
http://people.apache.org/~scantor/xml-security-c-1.4.0rc1.tar.gz I'm going to cement this release by the end of the month, so testing would be appreciated. The distribution file contains all the Windows project files too. This isn't a major release, but the ABI is changed, so we had to go to 1.4. The API changes however should be backward-compatible. >From the CHANGELOG: Changes between version 1.3.1 and 1.4 ===================================== * 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) -- Scott