+libass (0.12.2)
+ * Add extern "C" guards to the public headers for C++ compatibility
+ * Improvements to style override API and implementation
+ * Bugfixes
+ * Fix some rasterizer bugs of unknown severity
+ * Fix a broken memset() of unknown severity
+ * Make timestamp parsing more lenient, which makes libass accept invalid
+ files accepted by most other ASS parsers
+ * Increase compatibility with broken ASS drawings accepted by VSFilter
+
libass (0.12.1)
* Make ASS drawings with an extremely high number of control points work
This change increases compatibility with VSFilter.
Get it
======
-See [GitHub releases](https://github.com/libass/libass/releases) for the latest release 0.12.1 (released 2015-01-07). This release contains bugfixes and compatibility fixes. See the [changelog](https://github.com/libass/libass/blob/master/Changelog) for a detailed list of changes.
+See [GitHub releases](https://github.com/libass/libass/releases) for the latest release 0.12.2 (released 2015-05-07). This release contains bugfixes and compatibility fixes. See the [changelog](https://github.com/libass/libass/blob/master/Changelog) for a detailed list of changes.
Source code is available from our [GitHub repository](https://github.com/libass/libass).
-AC_INIT(libass, 0.12.1)
+AC_INIT(libass, 0.12.2)
AM_INIT_AUTOMAKE
AC_CONFIG_MACRO_DIR([m4])
# Disable C++/Fortran checks
-Wpointer-arith -Wredundant-decls -D_GNU_SOURCE
LIBASS_LT_CURRENT = 6
-LIBASS_LT_REVISION = 0
+LIBASS_LT_REVISION = 1
LIBASS_LT_AGE = 1
yasm_verbose = $(yasm_verbose_$(V))
#include <stdarg.h>
#include "ass_types.h"
-#define LIBASS_VERSION 0x01201001
+#define LIBASS_VERSION 0x01202000
#ifdef __cplusplus
extern "C" {