Skip to content

Commit 9ce5e5d

Browse files
committed
Prepare new version
1 parent 449facf commit 9ce5e5d

File tree

6 files changed

+178
-162
lines changed

6 files changed

+178
-162
lines changed

ChangeLog

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
2020-05-09 Boyuan Yang <073plan@gmail.com>
2+
3+
* Import translation for coreutils 8.32:
4+
Add basenc(1), chcon(1), nl(1), nproc(1),
5+
shuf(1), stdbuf(1).
6+
* Add COPYRIGHT file for per-file license info.
7+
* Add utils/gen-manpage-listfile script to automatically
8+
generate src/man*/manpages file.
9+
110
2018-05-18 Boyuan Yang <073plan@gmail.com>
211

312
* Remove man page stub for bash builtins.

INSTALL

Lines changed: 159 additions & 161 deletions
Large diffs are not rendered by default.

Makefile.am

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,4 @@
11
SUBDIRS = DOCS src utils
2+
EXTRA_DIST = COPYRIGHT
3+
4+
doc_DATA = COPYRIGHT

NEWS

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
manpages-zh
22

3+
Version 1.6.3.4 (2020-05-09)
4+
* Remove manpage stub for bash builtins.
5+
* Import coreutils 8.32 translation.
6+
* Add COPYRIGHT file to clarify per-file license.
7+
38
Version 1.6.3.3 (2018-04-28)
49
* Manual retranslation of wall(1).
510
* Fix an outdated directory path in at(1).

TODO

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
* Some pages are too old to be helpful.
22
部分内容过旧,需要志愿者参与更新。
3+
* Add configure options to exclude certain manual pages.

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Process this file with autoconf to produce a configure script.
33

44
AC_PREREQ([2.61])
5-
AC_INIT([manpages-zh],[1.6.3.3],[https://github.com/man-pages-zh/manpages-zh/issues])
5+
AC_INIT([manpages-zh],[1.6.3.4],[https://github.com/man-pages-zh/manpages-zh/issues])
66
AC_CONFIG_SRCDIR([src/man1/basename.1])
77
AM_INIT_AUTOMAKE([subdir-objects])
88
AM_MAINTAINER_MODE

0 commit comments

Comments
 (0)