pkgconf 1.0.1.

pull/100/head pkgconf-1.0.1
William Pitcock 2016-08-24 19:05:17 -05:00
parent 834e21d37e
commit 53fc91332a
2 changed files with 12 additions and 3 deletions

13
NEWS
View File

@ -1,8 +1,17 @@
Changes from previous version of pkgconf
========================================
Changes from 0.9.12:
--------------------
Changes from 1.0.0 to 1.0.1:
----------------------------
* Enhancements:
- new stub implementation of --print-provides (#95)
* Bug fixes:
- fragments: fix an edge case involving path-only fragments and PKG_CONFIG_SYSROOT_DIR (#94)
Changes from 0.9.12 to 1.0.0:
-----------------------------
* Features:
- new library: libpkgconf

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