summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Changelog10
-rw-r--r--configure.ac2
-rw-r--r--libass/ass.h2
3 files changed, 12 insertions, 2 deletions
diff --git a/Changelog b/Changelog
index 3c134fa..bd6e0ba 100644
--- a/Changelog
+++ b/Changelog
@@ -1,3 +1,13 @@
+libass (0.11.2)
+ * Improve yasm version check
+ * Fix \fscx0 crashes
+ * Actually export ass_library_version
+ * Fix change detection with vector clips
+ * SIMD assembly bugfixes
+ * Parse drawing numbers as floats (GH #63)
+ * Fix shaper sign bug (GH #68)
+ * Initialize \pbo correctly (GH #74)
+
libass (0.11.1)
* Fix distfile generation
* No functional changes
diff --git a/configure.ac b/configure.ac
index 66a89a7..103651b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT(libass, 0.11.1)
+AC_INIT(libass, 0.11.2)
AM_INIT_AUTOMAKE
AC_CONFIG_MACRO_DIR([m4])
# Disable C++/Fortran checks
diff --git a/libass/ass.h b/libass/ass.h
index 878c574..17af8cb 100644
--- a/libass/ass.h
+++ b/libass/ass.h
@@ -23,7 +23,7 @@
#include <stdarg.h>
#include "ass_types.h"
-#define LIBASS_VERSION 0x01101000
+#define LIBASS_VERSION 0x01102000
/*
* A linked list of images produced by an ass renderer.