diff --git a/Changelog b/Changelog index 4a3aaa9..a84d1b9 100644 --- a/Changelog +++ b/Changelog @@ -1,3 +1,12 @@ +txt2man-1.7.1 28-jun-2020 + +* txt2man: remove ksh check (@eribertomota) +* src2man: make it compliant with gawk >= 5.0.1 (@eribertomota) +* txt2man: allow punctuation characters in section names +* txt2man: allow display blocks starting with a number +* *man: check for dependencies (@eribertomota) +* build: make build reproducible + txt2man-1.7.0 03-jun-2020 * bookman: added missing space (@marxst) diff --git a/Makefile b/Makefile index af01a33..484ffef 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ # Makefile prefix ?= /usr/local -version = txt2man-1.7.0 -date = 2020-06-03 +version = txt2man-1.7.1 +date = 2020-06-28 BIN = src2man bookman txt2man MAN1 = src2man.1 txt2man.1 bookman.1 diff --git a/README b/README index 72ef620..5dcf7ca 100644 --- a/README +++ b/README @@ -12,6 +12,6 @@ INSTALL or make install prefix=path -Send comments, suggestions and bug reports to mvertes@free.fr +Issues and pull requests should be opened at https://github.com/mvertes/txt2man. -- Marc Vertes diff --git a/bookman b/bookman index 9ad0309..3cc8787 100755 --- a/bookman +++ b/bookman @@ -18,7 +18,7 @@ # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA # 02111-1307, USA. -# release 1.5.6 +# release 1.7.1 man() { cat << \EOT diff --git a/src2man b/src2man index c58cc3e..83fcc1c 100755 --- a/src2man +++ b/src2man @@ -18,7 +18,7 @@ # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA # 02111-1307, USA. -# release 1.5.6 +# release 1.7.1 man() { cat << \EOT diff --git a/txt2man b/txt2man index 96bd74c..9952061 100755 --- a/txt2man +++ b/txt2man @@ -17,7 +17,7 @@ # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA # 02111-1307, USA. -# release 1.5.6 +# release 1.7.1 usage() {