Release V0.3.1
This commit is contained in:
parent
9f5af7ebf9
commit
c23cad0dfa
6
NEWS
6
NEWS
|
@ -1,5 +1,11 @@
|
||||||
Copyright (C) 2014 Tim Ruehsen
|
Copyright (C) 2014 Tim Ruehsen
|
||||||
|
|
||||||
|
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
|
05.06.2014 Release V0.3.0
|
||||||
* added support for libicu in psl2c (IDNA2008 UTS#46)
|
* added support for libicu in psl2c (IDNA2008 UTS#46)
|
||||||
this needs pkg-config and libicu-dev installed
|
this needs pkg-config and libicu-dev installed
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
|
|
||||||
AC_INIT([libpsl], [0.3.0], [tim.ruehsen@gmx.de], [libpsl], [http://github.com/rockdaboot/libpsl])
|
AC_INIT([libpsl], [0.3.1], [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])
|
AM_INIT_AUTOMAKE([1.10 -Wall no-define])
|
||||||
|
|
||||||
|
@ -63,7 +63,7 @@ AS_IF([ test "$enable_man" != no ], [
|
||||||
# 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 interfaces have been removed or changed since the last public release, then set age to 0.
|
# 6. If any interfaces have been removed or changed since the last public release, then set age to 0.
|
||||||
AC_SUBST([LIBPSL_SO_VERSION], [1:0:1])
|
AC_SUBST([LIBPSL_SO_VERSION], [1:1:1])
|
||||||
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