1
1
Этот коммит содержится в:
Yorhel 2020-06-10 12:24:34 +02:00
родитель a389443c9a
Коммит 1035aed81a
3 изменённых файлов: 8 добавлений и 3 удалений

Просмотреть файл

@ -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)

4
README
Просмотреть файл

@ -1,5 +1,5 @@
ncdu 1.15
=========
ncdu 1.15.1
===========
DESCRIPTION

Просмотреть файл

@ -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])