Release V0.2.2
This commit is contained in:
parent
b07c37b7c6
commit
2ce72b5e3b
5
NEWS
5
NEWS
|
@ -1,5 +1,10 @@
|
||||||
Copyright (C) 2014 Tim Ruehsen
|
Copyright (C) 2014 Tim Ruehsen
|
||||||
|
|
||||||
|
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
|
25.04.2014 Hotfix release V0.2.1
|
||||||
* Updated to the latest Publix Suffix List
|
* Updated to the latest Publix Suffix List
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
|
|
||||||
AC_INIT([libpsl], [0.2.1], [tim.ruehsen@gmx.de], [libpsl], [http://github.com/rockdaboot/libpsl])
|
AC_INIT([libpsl], [0.2.2], [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,8 +63,8 @@ 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], [0:2:0])
|
AC_SUBST([LIBPSL_SO_VERSION], [0:3:0])
|
||||||
AC_SUBST([LIBPSL_API_VERSION], [0.2.1])
|
AC_SUBST([LIBPSL_API_VERSION], [0.2.2])
|
||||||
|
|
||||||
# Check for idn2
|
# Check for idn2
|
||||||
AC_CHECK_PROG(HAVE_IDN2, idn2, yes, AC_MSG_ERROR(Cannot find required tool 'idn2'.))
|
AC_CHECK_PROG(HAVE_IDN2, idn2, yes, AC_MSG_ERROR(Cannot find required tool 'idn2'.))
|
||||||
|
|
Loading…
Reference in New Issue