From b7f5c1414db2ead6f15737ab79fbc336a539ea16 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim=20R=C3=BChsen?= Date: Thu, 26 Apr 2018 20:18:39 +0200 Subject: [PATCH] Release V0.20.2 --- NEWS | 8 ++++++++ configure.ac | 4 ++-- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index bc53d35..9e3035a 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,13 @@ Copyright (C) 2014-2018 Tim Rühsen +26.04.2018 Release V0.20.2 + * Fix non srcdir builds + * Add API decoration + * Fix for MSVC/Win32 builds + * Detection fallback from libidn2 to libcu, libidn + * Fix MinGW cross builds on Linux + * Add NMake Makefiles for Visual Studio builds + 26.02.2018 Release V0.20.1 * Fix issue introduced with PSL_TYPE_NO_STAR_RULE in V0.20.0 * Fix SO_VERSION to 8:0:3 diff --git a/configure.ac b/configure.ac index ec25391..9d41051 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ -AC_INIT([libpsl], [0.20.1], [tim.ruehsen@gmx.de], [libpsl], [https://github.com/rockdaboot/libpsl]) +AC_INIT([libpsl], [0.20.2], [tim.ruehsen@gmx.de], [libpsl], [https://github.com/rockdaboot/libpsl]) AC_PREREQ([2.59]) AC_CONFIG_AUX_DIR([build-aux]) AM_INIT_AUTOMAKE([1.10 no-define foreign]) @@ -115,7 +115,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], [8:0:3]) +AC_SUBST([LIBPSL_SO_VERSION], [8:1:3]) AC_SUBST([LIBPSL_VERSION], $VERSION) # Check for enable/disable builtin PSL data