From 9bd2c6ad37800856c1a7064fe45a2857b14ce5e3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim=20R=C3=BChsen?= Date: Thu, 9 Nov 2017 15:35:03 +0100 Subject: [PATCH] Release v0.19.1 --- NEWS | 10 ++++++++++ configure.ac | 4 ++-- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 49c51e1..28d12e9 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,15 @@ Copyright (C) 2014-2017 Tim Rühsen +09.11.2017 Release V0.19.1 + * Add the forgotten commit with NEWS and configure.ac + +09.11.2017 Release V0.19.0 + * New function psl_free_string() + * psl_make_dafsa now works with python2 and python3 + * psl_*count() functions now return -1 if info is not available + * Fixed unsigned integer overflow in _mem_is_ascii() + * Add -fsanitize-address-use-after-scope to --enable-asan if available + 20.07.2017 Release V0.18.0 * Fix order of files in psl_latest() * Add fuzzing architecture diff --git a/configure.ac b/configure.ac index c9dc5bd..a5702c3 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ -AC_INIT([libpsl], [0.18.0], [tim.ruehsen@gmx.de], [libpsl], [https://github.com/rockdaboot/libpsl]) +AC_INIT([libpsl], [0.19.1], [tim.ruehsen@gmx.de], [libpsl], [https://github.com/rockdaboot/libpsl]) AC_PREREQ([2.59]) AM_INIT_AUTOMAKE([1.10 no-define foreign]) @@ -124,7 +124,7 @@ AC_ARG_ENABLE([asan], # 4. If any interfaces have been added, removed, or changed since the last update, increment current, and set revision to 0. # 5. If any interfaces have been added since the last public release, then increment age. # 6. If any existing interfaces have been removed or changed since the last public release, then set age to 0. -AC_SUBST([LIBPSL_SO_VERSION], [6:2:1]) +AC_SUBST([LIBPSL_SO_VERSION], [7:0:2]) AC_SUBST([LIBPSL_VERSION], $VERSION) # Check for enable/disable builtin PSL data