From 34923cb1813b9a1ffffa1799c5fda1803dbfb996 Mon Sep 17 00:00:00 2001 From: Grigori Goronzy Date: Sat, 11 Jul 2009 15:08:52 +0200 Subject: Initial changelog update for 0.9.7 Update changelog and version number in configure.ac. --- Changelog | 18 ++++++++++++++++++ configure.ac | 2 +- 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/Changelog b/Changelog index f708d33..e37c1f3 100644 --- a/Changelog +++ b/Changelog @@ -1,3 +1,21 @@ +libass (0.9.7) + * Build system fixes + * Fixed cache lookup and overload problems + * All globals have been eliminated, libass is reentrant + * Dynamically allocate glyph and line buffers + * Fix up stroker for big border sizes + * Support empty lines (\N\N) + * Support for the following override tags: + \fax, \fay, \xshad, \yshad, \ybord, \xbord, \iclip, \u, \s, \p, \pbo + * Full subpixel accuracy for positioning + * PAR correction + * Rotation viewer distance correction + * Drawing mode (not for \clip yet) + * Fixed a few memory leaks + * Removed MPlayer compatibility code + * Introduced message handling callback + * Lots of bugfixes + LibASS (0.9.6) * Various fixes and updates to match VSFilter renderer. * Support \blur tag and ScaledBordersAndShadow property. diff --git a/configure.ac b/configure.ac index fb09fb6..11f1765 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.60a) -AC_INIT(libass, 0.9.6) +AC_INIT(libass, 0.9.7) AM_INIT_AUTOMAKE AC_CONFIG_MACRO_DIR([shave]) # Disable C++/Fortran checks -- cgit v1.2.3