1
1

Version bump + Changelog update for 1.9

Этот коммит содержится в:
Yorhel 2012-09-27 11:45:09 +02:00
родитель 5183e7633b
Коммит eba9a7f8ef
3 изменённых файлов: 14 добавлений и 2 удалений

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

@ -1,3 +1,15 @@
1.9 - 2012-09-27
- Added option to dump scanned directory information to a file (-o)
- Added option to load scanned directory information from a file (-f)
- Added multiple scan and load interfaces (-0,-1,-2)
- Fit loading and error windows to the terminal width (#13)
- Fix symlink resolving bug (#18)
- Fix path display when scanning an empty directory (#15)
- Fix hang when terminal is resized to a too small size while loading
- Use top-level automake build
- Remove useless AUTHORS, INSTALL and NEWS files
- ncdu.1 now uses POD as source format
1.8 - 2011-11-03 1.8 - 2011-11-03
- Use hash table to speed up hard link detection - Use hash table to speed up hard link detection
- Added read-only option (-r) - Added read-only option (-r)

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

@ -1,4 +1,4 @@
ncdu 1.8g ncdu 1.9g
======== ========
DESCRIPTION DESCRIPTION

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

@ -1,5 +1,5 @@
AC_INIT(ncdu, 1.8g, projects@yorhel.nl) AC_INIT(ncdu, 1.9g, projects@yorhel.nl)
AC_CONFIG_SRCDIR([src/global.h]) AC_CONFIG_SRCDIR([src/global.h])
AC_CONFIG_HEADER([config.h]) AC_CONFIG_HEADER([config.h])
AM_INIT_AUTOMAKE([foreign subdir-objects]) AM_INIT_AUTOMAKE([foreign subdir-objects])