Skip to content

Commit

Permalink
Released V0.2.1
Browse files Browse the repository at this point in the history
 * Updated to the latest PSL
  • Loading branch information
rockdaboot committed Apr 25, 2014
2 parents d0b89de + 2919a70 commit 32b2232
Show file tree
Hide file tree
Showing 3 changed files with 517 additions and 372 deletions.
6 changes: 4 additions & 2 deletions NEWS
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
6 changes: 3 additions & 3 deletions configure.ac
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])

Expand Down Expand Up @@ -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'.))
Expand Down
Loading

0 comments on commit 32b2232

Please sign in to comment.