Jansson v2.0.1 Release Notes

  • ๐Ÿš€ Released 2011-03-31

    • ๐Ÿ› Bug fixes:

      • Replace a few malloc() and free() calls with their counterparts that support custom memory management.
      • Fix object key hashing in json_unpack() strict checking mode.
      • Fix the parentheses in JANSSON_VERSION_HEX macro.
      • Fix json_object_size() return value.
      • Fix a few compilation issues.
    • Portability:

      • Enhance portability of va_copy().
      • Test framework portability enhancements.
    • ๐Ÿ“š Documentation:

      • Distribute doc/upgrading.rst with the source tarball.
      • Build documentation in strict mode in make distcheck.