aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org>2021-07-07 11:27:26 +0300
committerSergey Poznyakoff <gray@gnu.org>2021-07-07 11:27:26 +0300
commit76593a79c93a93349e2376465b47725003e7fbf7 (patch)
treec5c856e33d325a96255fbbc83af25c8d81484f15
parentee45e960a144c669d0f66f8ef7321432b2bdcd97 (diff)
downloadpies-release-1.6.tar.gz
pies-release-1.6.tar.bz2
Version 1.6release-1.6
-rw-r--r--NEWS8
-rw-r--r--configure.ac2
2 files changed, 5 insertions, 5 deletions
diff --git a/NEWS b/NEWS
index ea3e104..093ca35 100644
--- a/NEWS
+++ b/NEWS
@@ -1,10 +1,9 @@
-GNU Pies NEWS -- history of user-visible changes. 2021-06-09
+GNU Pies NEWS -- history of user-visible changes. 2021-07-07
See the end of file for copying conditions.
-Please send Pies bug reports to <bug-pies@gnu.org> or
-<bug-pies@gnu.org.ua>
+Please send Pies bug reports to <bug-pies@gnu.org>.
-Version 1.5.94 (git)
+Version 1.6, 2021-07-07
* Selecting preprocessor from the command line.
@@ -23,6 +22,7 @@ file piesctl.conf takes precedence over pies.conf.
* Fix reloading of the configuration files.
+* Fix compilation with --disable-sysvinit
Version 1.5, 2020-12-14
diff --git a/configure.ac b/configure.ac
index e6e4c1d..16c7e9f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -15,7 +15,7 @@
# along with GNU Pies. If not, see <http://www.gnu.org/licenses/>.
AC_PREREQ([2.63])
-AC_INIT([GNU Pies], [1.5.94], [bug-pies@gnu.org])
+AC_INIT([GNU Pies], [1.6], [bug-pies@gnu.org])
AC_CONFIG_SRCDIR([src/pies.h])
AC_CONFIG_AUX_DIR([build-aux])
AC_CONFIG_HEADERS([config.h])

Return to:

Send suggestions and report system problems to the System administrator.