aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org>2022-05-13 14:04:17 +0300
committerSergey Poznyakoff <gray@gnu.org>2022-05-13 14:04:17 +0300
commite2ef064a9a6fbb8b636395c5e5acdc7ffdb56441 (patch)
tree6199226e5a339a9eaa715b7809d2d1ce703ea50c
parent767c4965c883737fb059beb41d91badb4ba8772b (diff)
downloadgenrc-master.tar.gz
genrc-master.tar.bz2
Version 1.3.91HEADmaster
-rw-r--r--NEWS4
-rw-r--r--configure.ac2
2 files changed, 3 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index 926342e..70bacd4 100644
--- a/NEWS
+++ b/NEWS
@@ -1,18 +1,18 @@
-genrc NEWS -- history of user-visible changes. 2022-03-26
+genrc NEWS -- history of user-visible changes. 2022-05-13
See the end of file for copying conditions.
Please send genrc bug reports to <gray@gnu.org> or <gray@gnu.org.ua>
-Version 1.3.90 (git)
+Version 1.3.91 (git)
* New option -k (--kill-mode)
The option determines how the termination sequence for the program.
Its argument can be:
group
Send both the SIGTERM and subsequent SIGKILL (if necessary) to the
process control group of the command.
process
Send both the SIGTERM and subsequent SIGKILL (if necessary) to the
main process of the command.
diff --git a/configure.ac b/configure.ac
index d4b8d0b..41ff5ef 100644
--- a/configure.ac
+++ b/configure.ac
@@ -6,25 +6,25 @@
# the Free Software Foundation; either version 3, or (at your option)
# any later version.
#
# Genrc is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with genrc. If not, see <http://www.gnu.org/licenses/>.
AC_PREREQ([2.69])
-AC_INIT([genrc], [1.3.90], [gray@gnu.org])
+AC_INIT([genrc], [1.3.91], [gray@gnu.org])
AC_CONFIG_SRCDIR([src/genrc.c])
AC_CONFIG_HEADERS([config.h])
AM_INIT_AUTOMAKE([1.11 foreign silent-rules])
AC_CONFIG_MACRO_DIR(grecs/am)
# Enable silent rules by default
AM_SILENT_RULES([yes])
# Checks for programs.
AC_PROG_CC
AC_PROG_RANLIB

Return to:

Send suggestions and report system problems to the System administrator.