Skip to content

Commit 9542813

Browse files
committed
Release v0.20.0
1 parent 43ec750 commit 9542813

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

NEWS

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
1-
Copyright (C) 2014-2017 Tim Rühsen
1+
Copyright (C) 2014-2018 Tim Rühsen
2+
3+
22.02.2018 Release V0.20.0
4+
* Remove hard-coded gcc flag in Makefile.am
5+
* Prevent excessive CPU cycles on large inputs
6+
* New flag PSL_TYPE_NO_STAR_RULE to skip star rule
27

38
09.11.2017 Release V0.19.1
49
* Add the forgotten commit with NEWS and configure.ac

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.19.1], [tim.ruehsen@gmx.de], [libpsl], [https://github.com/rockdaboot/libpsl])
2+
AC_INIT([libpsl], [0.20.0], [tim.ruehsen@gmx.de], [libpsl], [https://github.com/rockdaboot/libpsl])
33
AC_PREREQ([2.59])
44
AM_INIT_AUTOMAKE([1.10 no-define foreign])
55

@@ -124,7 +124,7 @@ AC_ARG_ENABLE([asan],
124124
# 4. If any interfaces have been added, removed, or changed since the last update, increment current, and set revision to 0.
125125
# 5. If any interfaces have been added since the last public release, then increment age.
126126
# 6. If any existing interfaces have been removed or changed since the last public release, then set age to 0.
127-
AC_SUBST([LIBPSL_SO_VERSION], [7:0:2])
127+
AC_SUBST([LIBPSL_SO_VERSION], [8:0:2])
128128
AC_SUBST([LIBPSL_VERSION], $VERSION)
129129

130130
# Check for enable/disable builtin PSL data

0 commit comments

Comments
 (0)