From c3a2f98c1caa9cd7121432f3eab1b215b7f0a6ab Mon Sep 17 00:00:00 2001 From: Martin Pärtel Date: Wed, 8 Jan 2020 12:37:00 +0200 Subject: Released 1.14.3. --- ChangeLog | 5 +++++ configure.ac | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 857f55e..6793797 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2020-01-08 Martin Pärtel + + * Fixed build with -fno-common, which is the default in GCC 10 (PR #81, thanks jengelh@!). + * Released 1.14.3 + 2019-12-21 Martin Pärtel * No longer check that numeric UIDs and GIDs exist, since /etc/passwd etc are not always available (issue #79). diff --git a/configure.ac b/configure.ac index f9b04a0..58fda00 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([bindfs],[1.14.2],[martin.partel@gmail.com]) +AC_INIT([bindfs],[1.14.3],[martin.partel@gmail.com]) AM_INIT_AUTOMAKE([foreign serial-tests]) AC_CONFIG_HEADERS([config.h]) -- cgit v1.2.3