The following parameters are now available:
* hardeningDisable
To disable specific hardening flags
* hardeningEnable
To enable specific hardening flags
Only the cc-wrapper supports this right now, but these may be reused by
other wrappers, builders or setup hooks.
cc-wrapper supports the following flags:
* fortify
* stackprotector
* pie (disabled by default)
* pic
* strictoverflow
* format
* relro
* bindnow
Release 1.25.27 (released March 15, 2014):
Fix bug: When serializing a very large floating point number, sender
of an XML-RPC message adds some junk after the decimal point. With
assertion checking enabled, it just crashes. Broken in 1.15 (June 2008).
From http://xmlrpc-c.sourceforge.net/change_super_stable.html:
Release 1.25.26, released September 29, 2013.
Fix interpretation of dateTime.iso8601 variant with timezone
information. As broken, it would add up to a second to the correct
datetime or reject the message claiming that it has invalid syntax.
Always broken (recognition of the timezone variant was introduced in
Xmlrpc-c 1.20 (September 2009).