From 5bd2db75d201fc770ad110bb8b26ce47a8988490 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim=20R=C3=BChsen?= Date: Sat, 2 Jan 2016 14:25:44 +0100 Subject: [PATCH] Release v0.12.0 --- NEWS | 15 ++++++++++++++- configure.ac | 4 ++-- 2 files changed, 16 insertions(+), 3 deletions(-) diff --git a/NEWS b/NEWS index 97b270d..57c9b95 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,17 @@ -Copyright (C) 2014-2015 Tim Rühsen +Copyright (C) 2014-2016 Tim Rühsen + +02.01.2016 Release V0.12.0 + * Load DAFSA binaries via psl_load_file() via auto-detection + * Add more tests + * Remove psl_builtin_compile_time() + * Compile PSL into DAFSA using make_dafsa.py + * Avoid libicu dependency with --enable-runtime=no + * Test on new Travis-CI build farm + * Use DAFSA format for builtin PSL data + * Add function psl_is_public_suffix2() + * Fix psl_builtin_outdated() + * Fix several bugs + * Cleanup code 23.09.2015 Release V0.11.0 * Add new function psl_check_version_number() diff --git a/configure.ac b/configure.ac index 9d29105..e7a1273 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ -AC_INIT([libpsl], [0.11.0], [tim.ruehsen@gmx.de], [libpsl], [http://github.com/rockdaboot/libpsl]) +AC_INIT([libpsl], [0.12.0], [tim.ruehsen@gmx.de], [libpsl], [http://github.com/rockdaboot/libpsl]) AC_PREREQ([2.59]) AM_INIT_AUTOMAKE([1.10 -Wall no-define foreign]) @@ -85,7 +85,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], [4:0:4]) +AC_SUBST([LIBPSL_SO_VERSION], [5:0:0]) AC_SUBST([LIBPSL_VERSION], $VERSION) # Check for enable/disable builtin PSL data