aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS35
-rw-r--r--README2
-rw-r--r--configure.ac6
-rw-r--r--src/tallyman.12
-rw-r--r--src/tallyman.c2
5 files changed, 41 insertions, 6 deletions
diff --git a/NEWS b/NEWS
new file mode 100644
index 0000000..e111338
--- /dev/null
+++ b/NEWS
@@ -0,0 +1,35 @@
+tallyman -- history of user-visible changes. 2019-08-13
+See the end of file for copying conditions.
+
+Please send tallyman bug reports to <gray+tallyman@gnu.org.ua>
+
+Version 1.0, 2019-08-13
+
+Initial release.
+
+
+=========================================================================
+Copyright information:
+
+Copyright (C) 2017-2019 Sergey Poznyakoff
+
+ Permission is granted to anyone to make or distribute verbatim copies
+ of this document as received, in any medium, provided that the
+ copyright notice and this permission notice are preserved,
+ thus giving the recipient permission to redistribute in turn.
+
+ Permission is granted to distribute modified versions
+ of this document, or of portions of it,
+ under the above conditions, provided also that they
+ carry prominent notices stating who last changed them.
+
+Local variables:
+mode: outline
+paragraph-separate: "[ ]*$"
+eval: (add-hook 'write-file-hooks 'time-stamp)
+time-stamp-start: "changes. "
+time-stamp-format: "%:y-%02m-%02d"
+time-stamp-end: "\n"
+end:
+
+
diff --git a/README b/README
index 601cc63..bb1b02b 100644
--- a/README
+++ b/README
@@ -9,7 +9,7 @@ The package provides two executable files:
** tallyman
- A helper program to be run as HEALTHCHECK CMD within containers
+ A helper program to be run as HEALTHCHECK CMD within containers.
** stevedore
diff --git a/configure.ac b/configure.ac
index 23326a3..b182729 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,14 +1,14 @@
# This file is part of tallyman -*- Autoconf -*-
-# Copyright (C) 2018 Sergey Poznyakoff
+# Copyright (C) 2018, 2019 Sergey Poznyakoff
# License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
# This is free software: you are free to change and redistribute it.
# There is NO WARRANTY, to the extent permitted by law.
AC_PREREQ([2.69])
-AC_INIT([tallyman], [0.99], [gray@gnu.org])
+AC_INIT([tallyman], [1.0], [gray+tallyman@gnu.org])
AC_CONFIG_SRCDIR([src/tallyman.c])
AC_CONFIG_HEADERS([config.h])
-AM_INIT_AUTOMAKE([1.11 foreign])
+AM_INIT_AUTOMAKE([1.15 foreign])
# Checks for programs.
AC_PROG_CC
diff --git a/src/tallyman.1 b/src/tallyman.1
index 9cdbaaa..ce1d09d 100644
--- a/src/tallyman.1
+++ b/src/tallyman.1
@@ -52,7 +52,7 @@ Set this server hostname. By default it is determined automatically.
.TP
\fB\-q\fR, \fB\-\-quiet\fR
By default, \fBtallyman\fR would transparently pass \fICOMMAND\fR's
-stdout and stderr to the corresponding streams. Single \fB\-q\fR
+stdout and stderr to the corresponding streams. A single \fB\-q\fR
option suppresses reproducing the stdout. Two \fB\-q\fR options
suppress both stdout and stderr.
.TP
diff --git a/src/tallyman.c b/src/tallyman.c
index fad97b8..a9a79b0 100644
--- a/src/tallyman.c
+++ b/src/tallyman.c
@@ -1,5 +1,5 @@
/* This file is part of tallyman
-Copyright (C) 2018 Sergey Poznyakoff
+Copyright (C) 2018, 2019 Sergey Poznyakoff
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.

Return to:

Send suggestions and report system problems to the System administrator.