1
1

Version bump + Changelog update for 1.11

Этот коммит содержится в:
Yorhel 2015-04-05 10:06:35 +02:00
родитель 9e549b0319
Коммит f8ce052630
3 изменённых файлов: 9 добавлений и 3 удалений

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

@ -1,3 +1,9 @@
1.11 - 2014-04-05
- Added 'b' key to spawn shell in the current directory
- Support scanning (and refreshing) of empty directories
- Added --si flag for base 10 prefixes
- Fix toggle dirs before files
1.10 - 2013-05-09
- Added 'c' key to display item counts
- Added 'C' key to order by item counts

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

@ -1,5 +1,5 @@
ncdu 1.10g
=========
ncdu 1.11g
==========
DESCRIPTION

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

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