From 5601568267939c4890bab9cbd64c30256455f29a Mon Sep 17 00:00:00 2001 From: William Pitcock Date: Sat, 16 Jun 2018 16:36:40 -0500 Subject: [PATCH] pkgconf 1.5.1. --- NEWS | 6 ++++++ configure.ac | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 5e5daac..eebea48 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,12 @@ Changes from previous version of pkgconf ======================================== +Changes from 1.5.0 to 1.5.1: +---------------------------- + +* Bug fixes: + - fixed a crash with some invalid multi-line .pc files + Changes from 1.4.2 to 1.5.0: --------------------------- diff --git a/configure.ac b/configure.ac index 755313d..e4ed749 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.2], [http://github.com/pkgconf/pkgconf/issues]) +AC_INIT([pkgconf], [1.5.1], [http://github.com/pkgconf/pkgconf/issues]) AC_CONFIG_SRCDIR([cli/main.c]) AC_CONFIG_MACRO_DIRS([m4]) AX_CHECK_COMPILE_FLAG([-Wall], [CFLAGS="$CFLAGS -Wall"])