From f4137995d9a5f2c5647ff79961cb0c516923faa8 Mon Sep 17 00:00:00 2001 From: William Pitcock Date: Mon, 12 Feb 2018 00:37:03 -0600 Subject: [PATCH] pkgconf 1.4.2. --- NEWS | 7 +++++++ configure.ac | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 409da5f..43901ec 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,13 @@ Changes from previous version of pkgconf ======================================== +Changes from 1.4.1 to 1.4.2: +---------------------------- + +* Bug fixes: + - ensure pkgconf_dependency_t nodes have a solution marked when satisfied + by an indirect provider (#172) + Changes from 1.4.0 to 1.4.1: ---------------------------- diff --git a/configure.ac b/configure.ac index 6bfb734..663e45a 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.4.1], [http://github.com/pkgconf/pkgconf/issues]) +AC_INIT([pkgconf], [1.4.2], [http://github.com/pkgconf/pkgconf/issues]) AC_CONFIG_SRCDIR([main.c]) AC_CONFIG_MACRO_DIRS([m4]) AX_CHECK_COMPILE_FLAG([-Wall], [CFLAGS="$CFLAGS -Wall"])