+libass (0.12.3)
+ * VSFilter blur compatibility changes
+ * VSFilter color/alpha parsing compatibility changes
+ * Bugfixes
+ * Fix some potential memory leaks and crashes
+ * Fix large timestamps (larger than about 600 hours)
+ * Fix a potential crash with the new rasterizer and complex fonts
+ * Do not apply user-configured line position to non-dialog events
+ * Strictly clip non-dialog events to the video rectangle
+
libass (0.12.2)
* Add extern "C" guards to the public headers for C++ compatibility
* Improvements to style override API and implementation
Get it
======
-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.
+See [GitHub releases](https://github.com/libass/libass/releases) for the latest release 0.12.3 (released 2015-06-30). 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.2)
+AC_INIT(libass, 0.12.3)
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 = 1
+LIBASS_LT_REVISION = 2
LIBASS_LT_AGE = 1
yasm_verbose = $(yasm_verbose_$(V))
#include <stdarg.h>
#include "ass_types.h"
-#define LIBASS_VERSION 0x01202000
+#define LIBASS_VERSION 0x01203000
#ifdef __cplusplus
extern "C" {