diff --git a/AUTHORS b/AUTHORS index e23f80b..2843c28 100644 --- a/AUTHORS +++ b/AUTHORS @@ -12,3 +12,4 @@ Daniel Kahn Gillmor (Discussion, Ideas, Organization, Code) Daniel Stenberg (Discussion, Ideas) Darshit Shah (Patching Wget to work with libpsl) Dagobert Michelsen (Fixed Solaris building) +Christopher Meng (Fedora building) diff --git a/NEWS b/NEWS index 37268c9..c7962f5 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,8 @@ Copyright (C) 2014 Tim Rühsen +21.02.2015 Release V0.7.1 + * include configured PSL file into tarball + 30.01.2015 Release V0.7.0 * include effective_tld_names.dat of date 29.12.2014 * do not install docs when gtk-doc is not installed diff --git a/configure.ac b/configure.ac index 579cf35..7fc1491 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ -AC_INIT([libpsl], [0.7.0], [tim.ruehsen@gmx.de], [libpsl], [http://github.com/rockdaboot/libpsl]) +AC_INIT([libpsl], [0.7.1], [tim.ruehsen@gmx.de], [libpsl], [http://github.com/rockdaboot/libpsl]) AC_PREREQ([2.59]) AM_INIT_AUTOMAKE([1.10 -Wall no-define foreign])