Skip to content

Release 0.13.6

Compare
Choose a tag to compare
@astiob astiob released this 03 Jan 19:46
· 763 commits to master since this release
  • Add Justify style override that changes text justification
    (left/right/center) without affecting event positioning.
    This breaks ABI compatibility with prior releases.
  • Fix ass_set_cache_limits() to affect total bitmap cache size
    including composite bitmap cache.
  • Number parsing fixes
    • Fix illegal read when parsing some numbers in scientific notation
      with huge exponents.
    • Correctly evaluate numbers in scientific notation with large exponents.
    • Correctly evaluate numbers with many leading zeros.
  • Bug fixes found with fuzzing
    • Fix a small memory leak in the parser.
    • Fix illegal read in the parser on specially crafted input with \t tags.

Note: this is functionally equivalent to release 0.13.5, but the libtool version number has been increased to account for the ABI break.