pkgconf 1.3.12.

pkgconf-1.3.12
William Pitcock 2017-12-08 13:42:06 -06:00
parent 6fc59ccc8d
commit 6d0a67536a
2 changed files with 8 additions and 1 deletions

7
NEWS
View File

@ -1,6 +1,13 @@
Changes from previous version of pkgconf
========================================
Changes from 1.3.11 to 1.3.12:
------------------------------
* Bug fixes:
- fix refcounting bypass problem which could lead to crashes in some cases
on program cleanup
Changes from 1.3.10 to 1.3.11:
------------------------------

View File

@ -12,7 +12,7 @@ dnl implied. In no event shall the authors be liable for any damages arising
dnl from the use of this software.
AC_PREREQ([2.68])
AC_INIT([pkgconf], [1.3.11], [http://github.com/pkgconf/pkgconf/issues])
AC_INIT([pkgconf], [1.3.12], [http://github.com/pkgconf/pkgconf/issues])
AC_CONFIG_SRCDIR([main.c])
AC_CONFIG_HEADERS([libpkgconf/config.h])
AC_CHECK_FUNCS([strlcpy strlcat strndup cygwin_conv_path])