From 6d0a67536a718cb5855889f0d6fae59fbe949f51 Mon Sep 17 00:00:00 2001 From: William Pitcock Date: Fri, 8 Dec 2017 13:42:06 -0600 Subject: [PATCH] pkgconf 1.3.12. --- NEWS | 7 +++++++ configure.ac | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 292fd0a..68a178c 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,13 @@ Changes from previous version of pkgconf ======================================== +Changes from 1.3.11 to 1.3.12: +------------------------------ + +* Bug fixes: + - fix refcounting bypass problem which could lead to crashes in some cases + on program cleanup + Changes from 1.3.10 to 1.3.11: ------------------------------ diff --git a/configure.ac b/configure.ac index 94bda55..668faee 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.3.11], [http://github.com/pkgconf/pkgconf/issues]) +AC_INIT([pkgconf], [1.3.12], [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])