pkgconf 1.3.10.

pkgconf-1.3.10
William Pitcock 2017-10-17 11:58:19 -05:00
parent acc9e17d5c
commit ef374ae61a
2 changed files with 10 additions and 1 deletions

9
NEWS
View File

@ -1,6 +1,15 @@
Changes from previous version of pkgconf
========================================
Changes from 1.3.9 to 1.3.10:
-----------------------------
* Bug fixes:
- ensure we work on a zeroed buffer prior to calling realpath(2) with it
- fix path deduplication edge case when cache-inodes feature is unavailable
- fix path rewriting regression with PKG_CONFIG_SYSROOT_DIR when
PKG_CONFIG_SYSROOT_DIR is set to /
Changes from 1.3.8 to 1.3.9:
----------------------------

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.9], [http://github.com/pkgconf/pkgconf/issues])
AC_INIT([pkgconf], [1.3.10], [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])