Skip to content

Commit fd169ad

Browse files
committed
Release 1.6.3.3.
1 parent a597505 commit fd169ad

File tree

4 files changed

+9
-1
lines changed

4 files changed

+9
-1
lines changed

ChangeLog

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
* Fix FSSTND dir entry in at(1).
44
* Let unsq(1) use the same content of sq(1).
55
* Remove executable permission from Makefile.am files.
6+
* Slight update to TODO file.
7+
* Release 1.6.3.3.
68

79
2018-04-17 Boyuan Yang <073plan@gmail.com>
810

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.3 (2018-04-28)
4+
* Manual retranslation of wall(1).
5+
* Fix an outdated directory path in at(1).
6+
* Unify translation of sq(1) and unsq(1).
7+
38
Version 1.6.3.2 (2017-10-19)
49
* Update for coreutils 8.28.
510
* Fix a typo in bash(1).

TODO

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

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.2],[https://github.com/man-pages-zh/manpages-zh/issues])
5+
AC_INIT([manpages-zh],[1.6.3.3],[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)