libpsl/NEWS

66 lines
2.0 KiB
Plaintext
Raw Normal View History

2014-06-27 09:54:32 +02:00
Copyright (C) 2014 Tim Rühsen
2014-04-25 12:36:59 +02:00
2014-11-14 17:20:57 +01:00
14.11.2014 Release V0.6.2
* revoked commit from 0.6.1 to satisfy Travis-CI
2014-11-14 15:53:21 +01:00
14.11.2014 Release V0.6.1
* include effective_tld_names.dat of date 04.11.2014
* fix pkg-config configuration
2014-10-28 16:17:26 +01:00
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
2014-08-03 12:18:09 +02:00
03.08.2014 Release V0.5.1
* fix ASCII check for architectures where char <> signed char
2014-07-03 17:29:52 +02:00
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
2014-06-23 12:12:54 +02:00
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
2014-06-10 14:35:28 +02:00
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
2014-06-05 16:29:20 +02:00
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
2014-05-30 17:18:59 +02:00
2014-05-27 11:57:45 +02:00
27.05.2014 Release V0.2.3
* changed API version to 0.2
2014-05-26 11:32:46 +02:00
26.05.2014 Release V0.2.2
* changed code to C89
* added a few test cases
* build static library by default
2014-04-25 16:03:32 +02:00
25.04.2014 Hotfix release V0.2.1
* updated to the latest Publix Suffix List
2014-04-25 16:03:32 +02:00
25.04.2014 Initial release V0.2