aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org>2019-07-02 16:37:35 +0300
committerSergey Poznyakoff <gray@gnu.org>2019-07-02 16:37:35 +0300
commit86586549c1b32d3fa6e802814c13129872cbb98a (patch)
tree0a090d690fb2de073c98478fd18d5f21db3c38d1
parentea3b78558f5510f143fba83b647b35398ce1461f (diff)
downloadpies-86586549c1b32d3fa6e802814c13129872cbb98a.tar.gz
pies-86586549c1b32d3fa6e802814c13129872cbb98a.tar.bz2
Version 1.4release-1.4
-rw-r--r--NEWS4
-rw-r--r--README3
-rw-r--r--configure.ac2
3 files changed, 4 insertions, 5 deletions
diff --git a/NEWS b/NEWS
index f4afcd4..0c53fc9 100644
--- a/NEWS
+++ b/NEWS
@@ -1,13 +1,13 @@
1GNU Pies NEWS -- history of user-visible changes. 2019-06-12 1GNU Pies NEWS -- history of user-visible changes. 2019-07-02
2See the end of file for copying conditions. 2See the end of file for copying conditions.
3 3
4Please send Pies bug reports to <bug-pies@gnu.org> or 4Please send Pies bug reports to <bug-pies@gnu.org> or
5<bug-pies@gnu.org.ua> 5<bug-pies@gnu.org.ua>
6 6
7Version 1.3.92 (git) 7Version 1.4, 2019-07-02
8 8
9* New option --no-init 9* New option --no-init
10 10
11The --no-init option instructs pies not to switch to init mode if its 11The --no-init option instructs pies not to switch to init mode if its
12PID is 1. Use this option if you run pies as a process manager in a 12PID is 1. Use this option if you run pies as a process manager in a
13docker container. 13docker container.
diff --git a/README b/README
index b801c35..cb29225 100644
--- a/README
+++ b/README
@@ -1,8 +1,7 @@
1GNU Pies README 1GNU Pies README
2Copyright (C) 2009-2019 Sergey Poznyakoff
3See the end of file for copying conditions. 2See the end of file for copying conditions.
4 3
5* Introduction 4* Introduction
6 5
7This file contains brief information about configuring, testing 6This file contains brief information about configuring, testing
8and running Pies. It is *not* intended as a replacement 7and running Pies. It is *not* intended as a replacement
@@ -70,13 +69,13 @@ Please, see the Pies documentation.
70 69
71Send bug reports to <bug-pies@gnu.org.ua>. 70Send bug reports to <bug-pies@gnu.org.ua>.
72 71
73 72
74* Copyright information: 73* Copyright information:
75 74
76Copyright (C) 2009-2016 Sergey Poznyakoff 75Copyright (C) 2009-2019 Sergey Poznyakoff
77 76
78 Permission is granted to anyone to make or distribute verbatim copies 77 Permission is granted to anyone to make or distribute verbatim copies
79 of this document as received, in any medium, provided that the 78 of this document as received, in any medium, provided that the
80 copyright notice and this permission notice are preserved, 79 copyright notice and this permission notice are preserved,
81 thus giving the recipient permission to redistribute in turn. 80 thus giving the recipient permission to redistribute in turn.
82 81
diff --git a/configure.ac b/configure.ac
index 149657d..e25ee6a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -12,13 +12,13 @@
12# GNU General Public License for more details. 12# GNU General Public License for more details.
13# 13#
14# You should have received a copy of the GNU General Public License 14# You should have received a copy of the GNU General Public License
15# along with GNU Pies. If not, see <http://www.gnu.org/licenses/>. 15# along with GNU Pies. If not, see <http://www.gnu.org/licenses/>.
16 16
17AC_PREREQ([2.63]) 17AC_PREREQ([2.63])
18AC_INIT([GNU Pies], [1.3.92], [bug-pies@gnu.org.ua]) 18AC_INIT([GNU Pies], [1.4], [bug-pies@gnu.org.ua])
19AC_CONFIG_SRCDIR([src/pies.h]) 19AC_CONFIG_SRCDIR([src/pies.h])
20AC_CONFIG_AUX_DIR([build-aux]) 20AC_CONFIG_AUX_DIR([build-aux])
21AC_CONFIG_HEADERS([config.h]) 21AC_CONFIG_HEADERS([config.h])
22AM_INIT_AUTOMAKE([1.11 gnits tar-ustar dist-bzip2 std-options silent-rules]) 22AM_INIT_AUTOMAKE([1.11 gnits tar-ustar dist-bzip2 std-options silent-rules])
23 23
24# Enable silent rules by default: 24# Enable silent rules by default:

Return to:

Send suggestions and report system problems to the System administrator.