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-release-1.4.tar.gz
pies-release-1.4.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,19 +1,19 @@
-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.
* New component modes: startup and shutdown
Startup components are run right after pies startup. Any other
components start running only after last startup component has terminated.
diff --git a/README b/README
index b801c35..cb29225 100644
--- a/README
+++ b/README
@@ -1,14 +1,13 @@
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
for the documentation, it is provided as a brief reference only.
The complete documentation for Pies is available in
doc/ subdirectory. To read it without installing the package
run `info -f doc/pies.info'. After the package is installed
the documentation can be accessed running `info Pies'. Invoking
`info pies' (with lower-case `p') will show you a concise
@@ -64,25 +63,25 @@ See INSTALL for a generic options to ./configure.
* Configuring and Running
Please, see the Pies documentation.
* Bug reporting.
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.
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.
diff --git a/configure.ac b/configure.ac
index 149657d..e25ee6a 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.
#
# GNU Pies 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 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:
AM_SILENT_RULES([yes])
# Checks for programs.
AC_PROG_CC
gl_EARLY
AC_PROG_MAKE_SET

Return to:

Send suggestions and report system problems to the System administrator.