Release V0.21.1

This commit is contained in:
Tim Rühsen
2020-07-18 13:15:00 +02:00
parent 1521c11fe8
commit cbc7ef7918
3 changed files with 10 additions and 4 deletions
+7 -1
View File
@@ -1,4 +1,10 @@
Copyright (C) 2014-2019 Tim Rühsen
Copyright (C) 2014-2020 Tim Rühsen
18.07.2020 Release V0.21.1
* Fixing a test due to recent changes in upstream PSL
* Meson build improvements
* Documentation cleanups
* Use semantic versioning for git tags
16.04.2019 Release V0.21.0
* Add -b/--batch to 'psl' to suppress printing the domain
+2 -2
View File
@@ -1,5 +1,5 @@
AC_INIT([libpsl], [0.21.0], [tim.ruehsen@gmx.de], [libpsl], [https://github.com/rockdaboot/libpsl])
AC_INIT([libpsl], [0.21.1], [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 dist-lzip])
@@ -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:2:3])
AC_SUBST([LIBPSL_SO_VERSION], [8:3:3])
AC_SUBST([LIBPSL_VERSION], $VERSION)
# Check for enable/disable runtime PSL data
+1 -1
View File
@@ -1,5 +1,5 @@
project('libpsl', 'c',
version : '0.21.0',
version : '0.21.1',
meson_version : '>=0.49.0')
# Derived from LIBPSL_SO_VERSION in configure.ac