Release v0.6.1
This commit is contained in:
parent
ec63726165
commit
ad0cbba010
4
NEWS
4
NEWS
|
@ -1,5 +1,9 @@
|
|||
Copyright (C) 2014 Tim Rühsen
|
||||
|
||||
14.11.2014 Release V0.6.1
|
||||
* include effective_tld_names.dat of date 04.11.2014
|
||||
* fix pkg-config configuration
|
||||
|
||||
28.10.2014 Release V0.6.0
|
||||
* added support for IP addresses in psl_is_cookie_domain_acceptable()
|
||||
* removed qsort_r() for compatibility
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
|
||||
AC_INIT([libpsl], [0.6.0], [tim.ruehsen@gmx.de], [libpsl], [http://github.com/rockdaboot/libpsl])
|
||||
AC_INIT([libpsl], [0.6.1], [tim.ruehsen@gmx.de], [libpsl], [http://github.com/rockdaboot/libpsl])
|
||||
AC_PREREQ([2.59])
|
||||
AM_INIT_AUTOMAKE([1.10 -Wall no-define foreign])
|
||||
|
||||
|
|
Loading…
Reference in New Issue