LibAxl Changelog

What's new in LibAxl 0.7.0-5340-5351

May 8, 2015
  • [fix] Adding some fixings into the building process to get python-axl compiled in centos
  • [fix] Added support to create CentOS 6.X packages
  • [fix] Fixed wrong memory allocation inside axl_factory while using axlStringFactory. CVE-2015-3450

New in LibAxl 0.6.9-5305-5305 (Feb 18, 2015)

  • This release in short:
  • Minor stable release that includes a memory leak fix and a missing check while handling NULL values in some cases at string hashing code.
  • Changes:
  • fix: Added SSP by default on linux and/or gcc based platforms.
  • fix: Added missing documentation to axl_casecmp..
  • fix: Removed double parent declaration around 1437 causing Xcode to complain.
  • fix: Fixed axlHash deep copy support to have the capability to also force key destroy and data destroy functions to be used. API added: - axl_hash_copy_full
  • Used this new support to fix those cases where a node is copied from a document where it has more than 10 attributes causing internally to use hash to store them. However, the source hash do not have key and data destroy function causing a memory leak the copied node is released. Added regression test 49.
  • fix: Making axl_hash_string to return 0 when received _key == NULL.
  • fix: Added some additional checks inside axl_hash_string to clarify NULL key handling.

New in LibAxl 0.6.8-5097-5163 (Jun 7, 2013)

  • Includes some bug fixings and some updates into the API (no api change).