]> granicus.if.org Git - libass/commitdiff
Initial changelog update for 0.9.7
authorGrigori Goronzy <greg@blackbox>
Sat, 11 Jul 2009 13:08:52 +0000 (15:08 +0200)
committerGrigori Goronzy <greg@blackbox>
Sat, 11 Jul 2009 13:09:36 +0000 (15:09 +0200)
Update changelog and version number in configure.ac.

Changelog
configure.ac

index f708d33a094a41249b57436141371315aa3e4794..e37c1f325bbbd1178cb24df1b6f985db0d1ea910 100644 (file)
--- 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.
index fb09fb61825aed762224783ff59d42efb14db869..11f1765338b2dc9f1870f8b3ca6d7145b643ee44 100644 (file)
@@ -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