Release v0.15.0
This commit is contained in:
parent
3909351697
commit
d83bc6d523
9
NEWS
9
NEWS
|
@ -1,5 +1,14 @@
|
||||||
Copyright (C) 2014-2016 Tim Rühsen
|
Copyright (C) 2014-2016 Tim Rühsen
|
||||||
|
|
||||||
|
14.11.2016 Release V0.15.0
|
||||||
|
* Python3 compatibility for psl-make-dafsa
|
||||||
|
* Support for UTF-8 in DAFSA data
|
||||||
|
* Skip punycode conversion if DAFSA has UTF-8
|
||||||
|
* Better code coverage by test suite
|
||||||
|
* Code cleanup and enhancements
|
||||||
|
* Install man pages for psl-make-dafsa and psl
|
||||||
|
* Enhancements to the documentation
|
||||||
|
|
||||||
30.07.2016 Release V0.14.0
|
30.07.2016 Release V0.14.0
|
||||||
* Remove unneeded libraries from tools/psl link step
|
* Remove unneeded libraries from tools/psl link step
|
||||||
* Use https instead of http where possible
|
* Use https instead of http where possible
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
|
|
||||||
AC_INIT([libpsl], [0.14.0], [tim.ruehsen@gmx.de], [libpsl], [https://github.com/rockdaboot/libpsl])
|
AC_INIT([libpsl], [0.15.0], [tim.ruehsen@gmx.de], [libpsl], [https://github.com/rockdaboot/libpsl])
|
||||||
AC_PREREQ([2.59])
|
AC_PREREQ([2.59])
|
||||||
AM_INIT_AUTOMAKE([1.10 no-define foreign])
|
AM_INIT_AUTOMAKE([1.10 no-define foreign])
|
||||||
|
|
||||||
|
@ -88,7 +88,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], [5:1:0])
|
AC_SUBST([LIBPSL_SO_VERSION], [5:2:0])
|
||||||
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