summaryrefslogtreecommitdiffstats
path: root/Changelog
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2015-01-07 17:29:04 +0100
committerwm4 <wm4@nowhere>2015-01-07 17:29:04 +0100
commite1c00b1ff9f2abe10edbdc8751898c300c013f49 (patch)
treecc16813455b80a0f48b3cd6135d00bdd490baaa2 /Changelog
parent76d1f6c0aba745e83b1b2033e7a5b598ab3471d0 (diff)
downloadlibass-e1c00b1ff9f2abe10edbdc8751898c300c013f49.tar.bz2
libass-e1c00b1ff9f2abe10edbdc8751898c300c013f49.tar.xz
Update version and changelog0.12.1
Diffstat (limited to 'Changelog')
-rw-r--r--Changelog11
1 files changed, 11 insertions, 0 deletions
diff --git a/Changelog b/Changelog
index f27680d..ec68d5f 100644
--- a/Changelog
+++ b/Changelog
@@ -1,3 +1,14 @@
+libass (0.12.1)
+ * Make ASS drawings with an extremely high number of control points work
+ This change increases compatibility with VSFilter.
+ * Bugfixes
+ * Fix a crash when using newer harfbuzz versions (GH #155)
+ * Load embedded memory fonts correctly
+ * Large shadow offsets rendered incorrectly (GH #142)
+ * Fix incorrect closing of last drawing contour
+ * Fix issues with undefined behavior in shifts
+ * Lots of of malloc() error checking
+
libass (0.12.0)
* Implement fast quad-tree rasterizer in C and SSE2/AVX2 assembly
* Make \be animatable