Skip to content

Commit 1eaf180

Browse files
committed
Release V0.21.0
1 parent e02ac83 commit 1eaf180

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

AUTHORS

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,7 @@ Giuseppe Scrivano
1818
Ryan Sleevi (Discussion, Requested DAFSA format and ICANN/PRIVATE support)
1919
Daurnimator (Code review, discussion, reports)
2020
Olle Liljenzin (Original DAFSA implementation and UTF-8 patch)
21+
Claudio Saveedra (Add support for PSL_TYPE_NO_STAR_RULE)
22+
Chun-wei Fan (Add NMake files)
23+
Xavier Claessens (Add Meson build system)
24+
Ignacio Casal Quinteiro (Improve Meson build)

NEWS

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,12 @@
1-
Copyright (C) 2014-2018 Tim Rühsen
1+
Copyright (C) 2014-2019 Tim Rühsen
2+
3+
16.04.2019 Release V0.21.0
4+
* Add -b/--batch to 'psl' to suppress printing the domain
5+
* Add support for Meson build system
6+
* Improve build system
7+
* Improve Windows compatibility
8+
* Remove NLS / gettext
9+
* Several cleanups and cosmetics
210

311
26.04.2018 Release V0.20.2
412
* Fix non srcdir builds

configure.ac

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
AC_INIT([libpsl], [0.20.2], [tim.ruehsen@gmx.de], [libpsl], [https://github.com/rockdaboot/libpsl])
2+
AC_INIT([libpsl], [0.21.0], [tim.ruehsen@gmx.de], [libpsl], [https://github.com/rockdaboot/libpsl])
33
AC_PREREQ([2.59])
44
AC_CONFIG_AUX_DIR([build-aux])
55
AM_INIT_AUTOMAKE([1.10 no-define foreign dist-lzip])
@@ -115,7 +115,7 @@ AC_ARG_ENABLE([asan],
115115
# 4. If any interfaces have been added, removed, or changed since the last update, increment current, and set revision to 0.
116116
# 5. If any interfaces have been added since the last public release, then increment age.
117117
# 6. If any existing interfaces have been removed or changed since the last public release, then set age to 0.
118-
AC_SUBST([LIBPSL_SO_VERSION], [8:1:3])
118+
AC_SUBST([LIBPSL_SO_VERSION], [8:2:3])
119119
AC_SUBST([LIBPSL_VERSION], $VERSION)
120120

121121
# Check for enable/disable builtin PSL data

0 commit comments

Comments
 (0)