Skip to content

Commit

Permalink
Release V0.21.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rockdaboot committed Jul 18, 2020
1 parent 0073dd7 commit a5e6f26
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
8 changes: 7 additions & 1 deletion NEWS
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions configure.ac
Original file line number Diff line number Diff line change
@@ -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])
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit a5e6f26

Please sign in to comment.