Skip to content

Commit 0bdb5fe

Browse files
committed
Release 1.6.3.1.
1 parent 25cddc3 commit 0bdb5fe

File tree

4 files changed

+12
-2
lines changed

4 files changed

+12
-2
lines changed

ChangeLog

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
2017-04-13 Boyuan Yang <073plan@gmail.com>
2+
3+
* Add a project logo into DOCS directory.
4+
* Release 1.6.3.1.
5+
16
2017-04-09 Boyuan Yang <073plan@gmail.com>
27

38
* Add more translated man pages of systemd:

DOCS/Makefile.am

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
EXTRA_DIST = banner1.gif ChangeLog clf.gif FAQ THANKS VOCABULARY
1+
EXTRA_DIST = banner1.gif ChangeLog clf.gif FAQ THANKS VOCABULARY manpages-zh.svg manpages-zh.png

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.1 (2017-04-13)
4+
* add some man pages from systemd 231.
5+
* various translations.
6+
* add a project logo into DOCS dir.
7+
38
Version 1.6.2 (2017-02-16)
49
* document behaviour changes in coreutils 8.26.
510
* various translations.

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