pkgconf 1.1.1.

pkgconf-1.1.1
William Pitcock 2017-01-07 15:26:46 -06:00
parent 1cefedf92e
commit 188ea09eeb
2 changed files with 12 additions and 1 deletions

11
NEWS
View File

@ -1,6 +1,17 @@
Changes from previous version of pkgconf
========================================
Changes from 1.1.0 to 1.1.1:
----------------------------
* Features:
- new --path option lists the .pc files which provided the requested dependencies
* Bug fixes:
- fragments: fix even more edge cases involving token concatenation
- path lists: don't attempt to collect path inodes if the filter is disabled
- path lists: explicitly avoid uninitialised data for the path inode cache
Changes from 1.0.1 to 1.1.0:
----------------------------

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.1.0], [http://github.com/pkgconf/pkgconf/issues])
AC_INIT([pkgconf], [1.1.1], [http://github.com/pkgconf/pkgconf/issues])
AC_CONFIG_SRCDIR([main.c])
AC_CONFIG_HEADERS([libpkgconf/config.h])
AC_CHECK_FUNCS([strlcpy strlcat strndup])