summaryrefslogtreecommitdiffstats
path: root/Changelog
diff options
context:
space:
mode:
authorOleg Oshmyan <chortos@inbox.lv>2023-02-27 23:01:01 +0200
committerOleg Oshmyan <chortos@inbox.lv>2023-02-27 23:01:01 +0200
commit218dacece7d24b45e4637ced4dc56564de29919d (patch)
tree3b99f74ee27259ff042c4af5e6226ba0275e1223 /Changelog
parent04a208d5d200360d2ac75f8f6cfc43dd58dd9225 (diff)
downloadlibass-218dacece7d24b45e4637ced4dc56564de29919d.tar.bz2
libass-218dacece7d24b45e4637ced4dc56564de29919d.tar.xz
Update readme, changelog, versions to reflect 0.17.1 release
This is an important, bug-fix-only release consisting of 0.17.0 with two cherry-picked patches: * c1daedea0e829a7e90389818d2bb662fd91d0be7 WHOLE_TEXT_LAYOUT bidi: fix buffer overread on soft-wrapped events * a943ef542e72e849dc0c1047465e0506781374b5 configure: support x86 assembly on GNU Hurd Users of 0.17.0 are advised to upgrade to 0.17.1 soon. Nothing has changed besides fixing crash and build-stopper bugs, so there are no side effects. Users of 0.16.0 are also affected by the buffer overread bug and are advised to upgrade or at least to backport the relevant fix themselves. Cherry-picked from: e8ad72accd3a84268275a9385beb701c9284e5b3 (tag 0.17.1) Co-authored-by: Oneric <oneric@oneric.stub>
Diffstat (limited to 'Changelog')
-rw-r--r--Changelog6
1 files changed, 6 insertions, 0 deletions
diff --git a/Changelog b/Changelog
index 1e57a8c..2b5f2c1 100644
--- a/Changelog
+++ b/Changelog
@@ -1,3 +1,9 @@
+libass (0.17.1)
+ * Fix buffer overread if soft-wrapping occurred and
+ ASS_FEATURE_WHOLE_TEXT_LAYOUT was enabled via API or due to Encoding -1
+ (bug introduced in 0.16.0)
+ * x86: detect GNU Hurd and configure NASM appropriately
+
libass (0.17.0)
* Fix various parts relating to automatic linebreaking
* Fix rendering when hinting was enabled and fontsizes or scales are zero