From 3c3320180ef4cd30ebcee9edbb830fc444668bd2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim=20R=C3=BChsen?= Date: Sat, 10 Dec 2016 18:06:44 +0100 Subject: [PATCH] Release v0.16.0 --- NEWS | 8 ++++++++ configure.ac | 4 ++-- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index e9f0661..cf2a11d 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,13 @@ Copyright (C) 2014-2016 Tim Rühsen +16.12.2016 Release V0.16.0 + * Add functions psl_latest() and psl_dist_filename() + * Do not taint out variable on error in psl_str_to_utf8lower() + * Replace psl2c by psl-make-dafsa + * Add missing includes for OpenBSD + * Fix typos + * Update copyright year + 14.11.2016 Release V0.15.0 * Python3 compatibility for psl-make-dafsa * Support for UTF-8 in DAFSA data diff --git a/configure.ac b/configure.ac index e3fc7fc..2ad1d45 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ -AC_INIT([libpsl], [0.15.0], [tim.ruehsen@gmx.de], [libpsl], [https://github.com/rockdaboot/libpsl]) +AC_INIT([libpsl], [0.16.0], [tim.ruehsen@gmx.de], [libpsl], [https://github.com/rockdaboot/libpsl]) AC_PREREQ([2.59]) AM_INIT_AUTOMAKE([1.10 no-define foreign]) @@ -88,7 +88,7 @@ PKG_PROG_PKG_CONFIG # 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], [5:2:0]) +AC_SUBST([LIBPSL_SO_VERSION], [6:0:0]) AC_SUBST([LIBPSL_VERSION], $VERSION) # Check for enable/disable builtin PSL data