aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2021-09-07 17:36:15 +0200
committerMichał Górny <mgorny@gentoo.org>2021-09-07 17:36:15 +0200
commitee52689e9833ab99febaf5a478b70eef4e0099a5 (patch)
tree0bd4d770fec2e680dfd818f266d9a9ca8a0d0c85
parentlibsandbox: adjust hard-coded denial for /var/log/sandbox (diff)
downloadsandbox-ee52689e.tar.gz
sandbox-ee52689e.tar.bz2
sandbox-ee52689e.zip
Release 2.25v2.25
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--INSTALL6
-rw-r--r--configure.ac2
2 files changed, 4 insertions, 4 deletions
diff --git a/INSTALL b/INSTALL
index 8865734..e82fd21 100644
--- a/INSTALL
+++ b/INSTALL
@@ -1,8 +1,8 @@
Installation Instructions
*************************
- Copyright (C) 1994-1996, 1999-2002, 2004-2016 Free Software
-Foundation, Inc.
+ Copyright (C) 1994-1996, 1999-2002, 2004-2017, 2020-2021 Free
+Software Foundation, Inc.
Copying and distribution of this file, with or without modification,
are permitted in any medium without royalty provided the copyright
@@ -225,7 +225,7 @@ order to use an ANSI C compiler:
and if that doesn't work, install pre-built binaries of GCC for HP-UX.
- HP-UX 'make' updates targets which have the same time stamps as their
+ HP-UX 'make' updates targets which have the same timestamps as their
prerequisites, which makes it generally unusable when shipped generated
files such as 'configure' are involved. Use GNU 'make' instead.
diff --git a/configure.ac b/configure.ac
index ac0311e..9f64a0e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ([2.69])
-AC_INIT([sandbox], [2.24], [sandbox@gentoo.org])
+AC_INIT([sandbox], [2.25], [sandbox@gentoo.org])
AM_INIT_AUTOMAKE([1.14 dist-xz no-dist-gzip silent-rules subdir-objects -Wall])
AM_SILENT_RULES([yes]) # AM_INIT_AUTOMAKE([silent-rules]) is broken atm
AC_CONFIG_HEADER([config.h])