From 1035aed81a6b919033921ead583a88db5e2d80a2 Mon Sep 17 00:00:00 2001 From: Yorhel Date: Wed, 10 Jun 2020 12:24:34 +0200 Subject: Version bump for 1.15.1 --- ChangeLog | 5 +++++ README | 4 ++-- configure.ac | 2 +- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index b89d218..dcb02cb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +1.15.1 - 2020-06-10 + - (Linux) Fix build on older Linux systems (Christian Göttsche) + - (MacOS) Revert "Exclude firmlinks by default" behavior (until we have a better solution) + - (MacOS) Add --exclude-firmlinks option to opt-in to the above behavior + 1.15 - 2020-05-30 - (Linux) Add --exclude-kernfs option to exclude pseudo filesystems (Christian Göttsche) - (MacOS) Exclude firmlinks by default (Saagar Jha) diff --git a/README b/README index bb2c4d7..816ccd3 100644 --- a/README +++ b/README @@ -1,5 +1,5 @@ -ncdu 1.15 -========= +ncdu 1.15.1 +=========== DESCRIPTION diff --git a/configure.ac b/configure.ac index c260f9c..a5d1cd4 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ -AC_INIT([ncdu],[1.15],[projects@yorhel.nl]) +AC_INIT([ncdu],[1.15.1],[projects@yorhel.nl]) AC_CONFIG_SRCDIR([src/global.h]) AC_CONFIG_HEADER([config.h]) AM_INIT_AUTOMAKE([foreign std-options subdir-objects]) -- cgit v1.2.3