summaryrefslogtreecommitdiffstats
path: root/Changelog
diff options
context:
space:
mode:
authorOleg Oshmyan <chortos@inbox.lv>2016-12-29 01:52:10 +0200
committerOleg Oshmyan <chortos@inbox.lv>2016-12-29 01:52:10 +0200
commit8b898d6b8525b7d99f6f800747648b4ee0afdcea (patch)
tree6ac901e223e17b39880bb266ed4e969fa0d6a2bb /Changelog
parent3ba18f666e87321c28d4a7281f808947c0712465 (diff)
downloadlibass-8b898d6b8525b7d99f6f800747648b4ee0afdcea.tar.bz2
libass-8b898d6b8525b7d99f6f800747648b4ee0afdcea.tar.xz
Release 0.13.50.13.5
Diffstat (limited to 'Changelog')
-rw-r--r--Changelog14
1 files changed, 14 insertions, 0 deletions
diff --git a/Changelog b/Changelog
index 6acc8e0..8ac4cb2 100644
--- a/Changelog
+++ b/Changelog
@@ -1,3 +1,17 @@
+libass (0.13.5)
+ * Add Justify style override that changes text justification
+ (left/right/center) without affecting event positioning.
+ * 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.
+
libass (0.13.4)
* Bug fixes found with fuzzing
* Fix memory reallocation in the shaper. (CVE-2016-7972)