forked from ariadne/pkgconf
pkgconf 1.3.10.
parent
acc9e17d5c
commit
ef374ae61a
9
NEWS
9
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:
|
||||
----------------------------
|
||||
|
||||
|
|
|
@ -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])
|
||||
|
|
Loading…
Reference in New Issue