aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 @@
-GNU Pies NEWS -- history of user-visible changes. 2019-06-12
+GNU Pies NEWS -- history of user-visible changes. 2019-07-02
See the end of file for copying conditions.
Please send Pies bug reports to <bug-pies@gnu.org> or
<bug-pies@gnu.org.ua>
-Version 1.3.92 (git)
+Version 1.4, 2019-07-02
* New option --no-init
The --no-init option instructs pies not to switch to init mode if its
PID is 1. Use this option if you run pies as a process manager in a
docker container.
diff --git a/README b/README
index b801c35..cb29225 100644
--- a/README
+++ b/README
@@ -1,8 +1,7 @@
GNU Pies README
-Copyright (C) 2009-2019 Sergey Poznyakoff
See the end of file for copying conditions.
* Introduction
This file contains brief information about configuring, testing
and running Pies. It is *not* intended as a replacement
@@ -70,13 +69,13 @@ Please, see the Pies documentation.
Send bug reports to <bug-pies@gnu.org.ua>.
* Copyright information:
-Copyright (C) 2009-2016 Sergey Poznyakoff
+Copyright (C) 2009-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.
diff --git a/configure.ac b/configure.ac
index 149657d..e25ee6a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -12,13 +12,13 @@
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with GNU Pies. If not, see <http://www.gnu.org/licenses/>.
AC_PREREQ([2.63])
-AC_INIT([GNU Pies], [1.3.92], [bug-pies@gnu.org.ua])
+AC_INIT([GNU Pies], [1.4], [bug-pies@gnu.org.ua])
AC_CONFIG_SRCDIR([src/pies.h])
AC_CONFIG_AUX_DIR([build-aux])
AC_CONFIG_HEADERS([config.h])
AM_INIT_AUTOMAKE([1.11 gnits tar-ustar dist-bzip2 std-options silent-rules])
# Enable silent rules by default:

Return to:

Send suggestions and report system problems to the System administrator.