-
-
Notifications
You must be signed in to change notification settings - Fork 72
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Updated to the latest PSL
- Loading branch information
Showing
3 changed files
with
517 additions
and
372 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,6 @@ | ||
Copyright (C) 2014 Tim Ruehsen | ||
|
||
25.04.2014 | ||
Initial release V0.2 of libpsl | ||
25.04.2014 Hotfix release V0.2.1 | ||
* Updated to the latest Publix Suffix List | ||
|
||
25.04.2014 Initial release V0.2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
|
||
AC_INIT([libpsl], [0.2], [[email protected]], [libpsl], [http://github.com/rockdaboot/libpsl]) | ||
AC_INIT([libpsl], [0.2.1], [[email protected]], [libpsl], [http://github.com/rockdaboot/libpsl]) | ||
AC_PREREQ([2.59]) | ||
AM_INIT_AUTOMAKE([1.10 -Wall no-define]) | ||
|
||
|
@@ -61,8 +61,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. | ||
# 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. | ||
AC_SUBST([LIBPSL_SO_VERSION], [0:1:0]) | ||
AC_SUBST([LIBPSL_API_VERSION], [0.2]) | ||
AC_SUBST([LIBPSL_SO_VERSION], [0:2:0]) | ||
AC_SUBST([LIBPSL_API_VERSION], [0.2.1]) | ||
|
||
# Check for idn2 | ||
AC_CHECK_PROG(HAVE_IDN2, idn2, yes, AC_MSG_ERROR(Cannot find required tool 'idn2'.)) | ||
|
Oops, something went wrong.