From ef374ae61a15016a6006cf415da827128001f59d Mon Sep 17 00:00:00 2001 From: William Pitcock Date: Tue, 17 Oct 2017 11:58:19 -0500 Subject: [PATCH] pkgconf 1.3.10. --- NEWS | 9 +++++++++ configure.ac | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 61819e0..08c5fe6 100644 --- a/NEWS +++ b/NEWS @@ -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: ---------------------------- diff --git a/configure.ac b/configure.ac index 9172ffb..172c1c2 100644 --- a/configure.ac +++ b/configure.ac @@ -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])