101 lines
3.1 KiB
Plaintext
101 lines
3.1 KiB
Plaintext
Copyright (C) 2014 Tim Rühsen
|
|
|
|
19.09.2025 Release V0.10.0
|
|
* Code simplified
|
|
* Less data entries, faster lookups
|
|
* Add new function psl_suffix_wildcard_count()
|
|
* Add new helper function psl_builtin_outdated()
|
|
|
|
15.09.2015 Release V0.9.0
|
|
* Added semantic checks to PSL entries when generating built-in data
|
|
* Fix test suite for TLD exceptions (not used yet in reality)
|
|
* Removed wrong assumption from test suite
|
|
* Support explicit combination of 'foo.bar' and '*.foo.bar'
|
|
|
|
14.08.2015 Release V0.8.1
|
|
* Fix documentation
|
|
* Add syntax checking of tests_psl.txt
|
|
|
|
06.08.2015 Release V0.8.0
|
|
* Add https://github.com/publicsuffix as git submodule
|
|
* Support Debian 'Reproducible Builds'
|
|
* Fix generation of docs
|
|
* Check UTF-8 sequences for validity (for libidn<=1.30)
|
|
* Add LICENSE to distribution tarball
|
|
* Fix compatibility function strndup
|
|
|
|
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
|
|
* fix several compatibility issues with Solaris
|
|
* fix 'make distcheck' after 'make clean'
|
|
* mark API as stable
|
|
* use pkg-config to detect libicu
|
|
|
|
14.11.2014 Release V0.6.2
|
|
* revoked commit from 0.6.1 to satisfy Travis-CI
|
|
|
|
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
|
|
* check for alloca.h before including
|
|
* include effective_tld_names.dat of date 27.10.2014
|
|
|
|
03.08.2014 Release V0.5.1
|
|
* fix ASCII check for architectures where char <> signed char
|
|
|
|
02.07.2014 Release V0.5.0
|
|
* added configure --enable-runtime to allow for IDNA library
|
|
selection as runtime dependency
|
|
* added configure --enable-builtin to allow for IDNA library
|
|
selection for generating the built-in PSL data
|
|
* fixed psl_str_to_utf8lower prototype
|
|
* fixed authors name to UTF-8
|
|
|
|
23.06.2014 Release V0.4.0
|
|
* depend on libicu for punycode, utf-8 and lowercase conversions
|
|
* added function psl_str_to_utf8lower()
|
|
* fixed locale issues
|
|
* introducing psl_error_t for error codes + defines
|
|
* removed redundant code from psl2c.c
|
|
* updated docs
|
|
* psl utility reads from stdin if no argument specified
|
|
|
|
10.06.2014 Release V0.3.1
|
|
* link psl utility dynamically
|
|
* fix output of psl_filename()
|
|
* cleanup for psl --help
|
|
* removed check for idn2 in autogen.sh
|
|
|
|
05.06.2014 Release V0.3.0
|
|
* added support for libicu in psl2c (IDNA2008 UTS#46)
|
|
this needs pkg-config and libicu-dev installed
|
|
* added --version to psl utility
|
|
|
|
31.05.2014 Release V0.2.5
|
|
* added psl_get_version()
|
|
* removed version from library name
|
|
|
|
30.05.2014 Release V0.2.4
|
|
* fixed psl_builtin() to return NULL if no built-in PSL data is available
|
|
|
|
27.05.2014 Release V0.2.3
|
|
* changed API version to 0.2
|
|
|
|
26.05.2014 Release V0.2.2
|
|
* changed code to C89
|
|
* added a few test cases
|
|
* build static library by default
|
|
|
|
25.04.2014 Hotfix release V0.2.1
|
|
* updated to the latest Publix Suffix List
|
|
|
|
25.04.2014 Initial release V0.2
|