summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorOleg Oshmyan <chortos@inbox.lv>2021-09-12 00:30:32 +0300
committerOleg Oshmyan <chortos@inbox.lv>2021-09-12 00:34:52 +0300
commitc967a5a3d9ec0d36af1148b3fdf2f307a21dd122 (patch)
tree1662dd9ec2b70010c61667e3016df26e3a5f0899 /configure.ac
parent40bb8439fff6525f557c888f82a602fdeef69374 (diff)
downloadlibass-c967a5a3d9ec0d36af1148b3fdf2f307a21dd122.tar.bz2
libass-c967a5a3d9ec0d36af1148b3fdf2f307a21dd122.tar.xz
Release 0.15.20.15.2
Another bug fix release without API or ABI changes, mainly to fix more known 0.15.0 and 0.15.1 regressions. But as a bonus, it is now possible to build the DirectWrite system font provider for Microsoft's Universal Windows Platform (UWP). Two known minor 0.15.x DirectWrite system font regressions remain: * when a font is attached/memory-loaded but a different (non-attached) style of the same font is used by the subtitles (only the attached style[s] will be used; this also affects Core Text since 0.13.0 but not Fontconfig); * in the unlikely case that the full name of a system font equals the _family_ name of another system font (only the family name matches will be found). Also please note that our IRC channel #libass has moved from freenode.net to Libera.Chat, and all presence on freenode.net has been fully retired.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 0d3fb58..345a445 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-m4_define([LIBASS_VERSION], [0.15.1])
+m4_define([LIBASS_VERSION], [0.15.2])
AC_INIT(libass, LIBASS_VERSION)
AM_INIT_AUTOMAKE([foreign])
AC_CONFIG_MACRO_DIR([m4])