]> granicus.if.org Git - libass/commitdiff
Update version and changelog 0.12.1
authorwm4 <wm4@nowhere>
Wed, 7 Jan 2015 16:29:04 +0000 (17:29 +0100)
committerwm4 <wm4@nowhere>
Wed, 7 Jan 2015 16:29:04 +0000 (17:29 +0100)
Changelog
configure.ac
libass/ass.h

index f27680d408ae152e5dff95623bf35cba1e900fa2..ec68d5f416a3983340636c46d4767fe60a8cb78e 100644 (file)
--- a/Changelog
+++ b/Changelog
@@ -1,3 +1,14 @@
+libass (0.12.1)
+ * Make ASS drawings with an extremely high number of control points work
+   This change increases compatibility with VSFilter.
+ * Bugfixes
+   * Fix a crash when using newer harfbuzz versions (GH #155)
+   * Load embedded memory fonts correctly
+   * Large shadow offsets rendered incorrectly (GH #142)
+   * Fix incorrect closing of last drawing contour
+   * Fix issues with undefined behavior in shifts
+   * Lots of of malloc() error checking
+
 libass (0.12.0)
  * Implement fast quad-tree rasterizer in C and SSE2/AVX2 assembly
  * Make \be animatable
index abcb474cbc0068572e90478cf5d816402c3c3b89..102e1436908872ad652ba132e25b12c3cfda1c6a 100644 (file)
@@ -1,4 +1,4 @@
-AC_INIT(libass, 0.12.0)
+AC_INIT(libass, 0.12.1)
 AM_INIT_AUTOMAKE
 AC_CONFIG_MACRO_DIR([m4])
 # Disable C++/Fortran checks
index 6b14e995b67e7cf3acdc0e97a8b41df4b7c42503..4673032fe44578f216aa57c4e72ab9853cc3c199 100644 (file)
@@ -23,7 +23,7 @@
 #include <stdarg.h>
 #include "ass_types.h"
 
-#define LIBASS_VERSION 0x01200000
+#define LIBASS_VERSION 0x01201000
 
 /*
  * A linked list of images produced by an ass renderer.