Release v0.8.0
This commit is contained in:
parent
5ad28b2b84
commit
6bfa908ff6
2
AUTHORS
2
AUTHORS
|
@ -13,3 +13,5 @@ Daniel Stenberg (Discussion, Ideas)
|
||||||
Darshit Shah (Patching Wget to work with libpsl)
|
Darshit Shah (Patching Wget to work with libpsl)
|
||||||
Dagobert Michelsen (Fixed Solaris building)
|
Dagobert Michelsen (Fixed Solaris building)
|
||||||
Christopher Meng (Fedora building)
|
Christopher Meng (Fedora building)
|
||||||
|
Jakub Čajka
|
||||||
|
Giuseppe Scrivano
|
||||||
|
|
8
NEWS
8
NEWS
|
@ -1,5 +1,13 @@
|
||||||
Copyright (C) 2014 Tim Rühsen
|
Copyright (C) 2014 Tim Rühsen
|
||||||
|
|
||||||
|
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
|
21.02.2015 Release V0.7.1
|
||||||
* include configured PSL file into tarball
|
* include configured PSL file into tarball
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
|
|
||||||
AC_INIT([libpsl], [0.7.1], [tim.ruehsen@gmx.de], [libpsl], [http://github.com/rockdaboot/libpsl])
|
AC_INIT([libpsl], [0.8.0], [tim.ruehsen@gmx.de], [libpsl], [http://github.com/rockdaboot/libpsl])
|
||||||
AC_PREREQ([2.59])
|
AC_PREREQ([2.59])
|
||||||
AM_INIT_AUTOMAKE([1.10 -Wall no-define foreign])
|
AM_INIT_AUTOMAKE([1.10 -Wall no-define foreign])
|
||||||
|
|
||||||
|
@ -76,7 +76,7 @@ PKG_PROG_PKG_CONFIG
|
||||||
# 4. If any interfaces have been added, removed, or changed since the last update, increment current, and set revision to 0.
|
# 4. If any interfaces have been added, removed, or changed since the last update, increment current, and set revision to 0.
|
||||||
# 5. If any interfaces have been added since the last public release, then increment age.
|
# 5. If any interfaces have been added since the last public release, then increment age.
|
||||||
# 6. If any existing interfaces have been removed or changed since the last public release, then set age to 0.
|
# 6. If any existing interfaces have been removed or changed since the last public release, then set age to 0.
|
||||||
AC_SUBST([LIBPSL_SO_VERSION], [2:4:2])
|
AC_SUBST([LIBPSL_SO_VERSION], [2:5:2])
|
||||||
AC_SUBST([LIBPSL_VERSION], $VERSION)
|
AC_SUBST([LIBPSL_VERSION], $VERSION)
|
||||||
|
|
||||||
# Check for enable/disable builtin PSL data
|
# Check for enable/disable builtin PSL data
|
||||||
|
|
Loading…
Reference in New Issue