Ox v2.11.0 Release Notes

Release Date: 2019-06-14 // almost 5 years ago
  • ๐Ÿ”„ Changed

    • ๐Ÿ‘ป Ox::SyntaxError replaces SyntaxError where such an exception would have previously been raised.

    ๐Ÿ›  Fixed

    • ๐Ÿ“œ File offsets when using the SAX parser now use off_t. Setting -D_FILE_OFFSET_BITS=64 in the Makefile may allow 32 bit systems to access files larger than 232 in size. This has not been tested.