diff --git a/NEWS b/NEWS index 2daf02b..b8ace46 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,9 @@ -Copyright (C) 2014-2016 Tim Rühsen +Copyright (C) 2014-2017 Tim Rühsen + +16.01.2017 Release V0.17.0 + * Use TR46 non-transitional for IDNA (libicu, libidn2 >= 0.14) + * Fix coverage upload from TravisCI to Coveralls + * New tests to cover psl_latest() and psl_dist_filename() 15.12.2016 Release V0.16.1 * Fix SO_VERSION to 6:0:1 diff --git a/configure.ac b/configure.ac index cb6b859..2e2b3fa 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ -AC_INIT([libpsl], [0.16.1], [tim.ruehsen@gmx.de], [libpsl], [https://github.com/rockdaboot/libpsl]) +AC_INIT([libpsl], [0.17.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], [6:0:1]) +AC_SUBST([LIBPSL_SO_VERSION], [6:1:1]) AC_SUBST([LIBPSL_VERSION], $VERSION) # Check for enable/disable builtin PSL data