summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--README4
-rw-r--r--configure.ac2
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])