summaryrefslogtreecommitdiffstats
path: root/Changelog
diff options
context:
space:
mode:
authorGrigori Goronzy <greg@chown.ath.cx>2016-10-05 01:10:25 +0200
committerGrigori Goronzy <greg@chown.ath.cx>2016-10-05 01:10:25 +0200
commit8551555c86f50f978f9ddd55a8d20bceb80d92fc (patch)
tree8647beb8bfdca2cf89ff95d2f5ce1a00c618426d /Changelog
parent5538a3dc52192aea675395e8c96296ad164f10f5 (diff)
downloadlibass-8551555c86f50f978f9ddd55a8d20bceb80d92fc.tar.bz2
libass-8551555c86f50f978f9ddd55a8d20bceb80d92fc.tar.xz
Release 0.13.40.13.4
Diffstat (limited to 'Changelog')
-rw-r--r--Changelog8
1 files changed, 8 insertions, 0 deletions
diff --git a/Changelog b/Changelog
index 0b9a9a8..1995c44 100644
--- a/Changelog
+++ b/Changelog
@@ -1,3 +1,11 @@
+libass (0.13.4)
+ * Bug fixes found with fuzzing
+ * Fix memory reallocation in the shaper.
+ * Fix two small memory leaks in the parser and test program.
+ * Fix illegal read in Gaussian blur coefficient calculations.
+ * Fix mode 0/3 line wrapping equalization in specific cases which could
+ result in illegal reads while laying out and shaping text.
+
libass (0.13.3)
* Improve compatibility/portablility of build system,
should fix e.g. compilation on Solaris.