Jansson v1.2.1 Release Notes

  • ๐Ÿš€ Released 2010-04-03

    • ๐Ÿ› Bug fixes:

      • Fix reference counting on true, false and null
      • Estimate real number underflows in decoder with 0.0 instead of issuing an error
    • Portability:

      • Make int32_t available on all systems
      • Support compilers that don't have the inline keyword
      • Require Autoconf 2.60 (for int32_t)
    • โœ… Tests:

      • Print test names correctly when VERBOSE=1
      • test/suites/api: Fail when a test fails
      • Enhance tests for iterators
      • Enhance tests for decoding texts that contain null bytes
    • ๐Ÿ“š Documentation:

      • Don't remove changes.rst in make clean
      • Add a chapter on RFC conformance