From 7c30feaa6906c5f392f6a1496462504b09fd8df0 Mon Sep 17 00:00:00 2001 From: Oleg Oshmyan <chortos@inbox.lv> Date: Sat, 20 Feb 2016 21:33:37 +0200 Subject: [PATCH] Release 0.13.2 --- Changelog | 3 ++- README.md | 2 +- configure.ac | 2 +- libass/Makefile.am | 6 +++--- 4 files changed, 7 insertions(+), 6 deletions(-) diff --git a/Changelog b/Changelog index ebb6825..58da5f2 100644 --- a/Changelog +++ b/Changelog @@ -1,6 +1,7 @@ -libass (0.13.2 - unreleased) +libass (0.13.2) * Add ass_set_check_readorder() API function to disable use of the ReadOrder field for duplicate checking in ass_process_chunk(). + * ass_step_sub(track, now, 0) now finds the start of the subtitle at "now". * Bug fixes * Fix an issue with the new duplicate checking, which could lead to missing subtitles after seeking. diff --git a/README.md b/README.md index a30b3e7..38ea719 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ libass is a portable subtitle renderer for the ASS/SSA (Advanced Substation Alph Get it ====== -See [GitHub releases](https://github.com/libass/libass/releases) for the latest release 0.13.1 (released 2015-12-01). This release brings performance and font matching improvements. 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.13.2 (released 2016-02-20). This is mainly a bug fix release. 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). diff --git a/configure.ac b/configure.ac index 20e9850..be26e8c 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT(libass, 0.13.1) +AC_INIT(libass, 0.13.2) AM_INIT_AUTOMAKE AC_CONFIG_MACRO_DIR([m4]) # Disable Fortran checks diff --git a/libass/Makefile.am b/libass/Makefile.am index 43e825d..f2ecb74 100644 --- a/libass/Makefile.am +++ b/libass/Makefile.am @@ -2,9 +2,9 @@ AM_CFLAGS = -std=gnu99 -Wall -Wextra -Wno-sign-compare -Wno-unused-parameter \ -Werror-implicit-function-declaration -Wstrict-prototypes \ -Wpointer-arith -Wredundant-decls -D_GNU_SOURCE -LIBASS_LT_CURRENT = 7 -LIBASS_LT_REVISION = 1 -LIBASS_LT_AGE = 2 +LIBASS_LT_CURRENT = 8 +LIBASS_LT_REVISION = 0 +LIBASS_LT_AGE = 3 yasm_verbose = $(yasm_verbose_$(V)) yasm_verbose_ = $(yasm_verbose_$(AM_DEFAULT_VERBOSITY)) -- 2.40.0