]> granicus.if.org Git - libass/commitdiff
Update changelog
authorGrigori Goronzy <greg@chown.ath.cx>
Tue, 18 Feb 2014 20:58:30 +0000 (21:58 +0100)
committerGrigori Goronzy <greg@chown.ath.cx>
Tue, 18 Feb 2014 20:58:30 +0000 (21:58 +0100)
Changelog

index 5119e456ea20dc436a3d96f385fa7e16db27cc89..96e831cb93ea2b30b4097d594993e31fca99e16b 100644 (file)
--- a/Changelog
+++ b/Changelog
@@ -1,3 +1,23 @@
+libass (0.11.0)
+ * Add bitmap run combining/compositing
+ * Add AVX/SSE2 implementations for \be and compositing
+ * Add ass_library_version() API funcion (GC #113)
+ * Add 'profile' program for benchmarks
+ * Improve gaussian blur
+ * Fix compilation with MSVC 2013
+ * Speed up HarfBuzz shaper
+ * Speed up cache
+ * Notable compatibility bugfixes
+   * Reset origin on \fay changes (GC #88)
+   * Tons of parser fixes
+   * Fix ascender/descender metrics (GH #8)
+   * Fix \pbo sign and scaling
+   * Don't reset wrap style on \r (GC #116, GH #45)
+ * Notable bugfixes:
+   * Correctly handle @font advance (GC #94)
+   * Disable ligatures for non-zero \fsp
+   * Make sure to release vector clip (GH #22)
+
 libass (0.10.2)
  * API additions and some ABI changes, bumped SONAME
  * Expose header field for VSFilter color mangling (GC #87)