aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Schlemmer <azarah@gentoo.org>2005-04-29 13:37:57 +0000
committerMartin Schlemmer <azarah@gentoo.org>2005-04-29 13:37:57 +0000
commit1f4e63082e4d301838cd1230fe9bbbfc582ceb18 (patch)
tree9ba400b706f4bc630dfd9fbe205091b6abed07fb
parentI cannot spell, shoot me. (diff)
downloadsandbox-1.2.3.tar.gz
sandbox-1.2.3.tar.bz2
sandbox-1.2.3.zip
sandbox-1.2.3v1.2.3
Signed-off-by: Martin Schlemmer <azarah@gentoo.org>
-rw-r--r--ChangeLog8
-rw-r--r--configure.in2
2 files changed, 6 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index 05fecc6..b77681f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,8 @@
# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
# $Header$
+* sandbox-1.2.3 (2005/04/29)
+
29 Apr 2005; Martin Schlemmer <azarah@gentoo.org> configure.in:
Do not check for (*&#$(* CXX or F77.
@@ -11,13 +13,13 @@
28 Apr 2005; Mike Frysinger <vapier@gentoo.org> Makefile.am, configure.in:
With az's help, clean up autotools to work with cross-compiling.
-* sandbox-1.2.2
+* sandbox-1.2.2 (2005/04/28)
28 Apr 2005; Martin Schlemmer <azarah@gentoo.org> libsandbox.c:
Only check for /dev/{null,zero} for unlink hack, else ricers using /dev/shm
have issues; bug #90592.
-* sandbox-1.2.1
+* sandbox-1.2.1 (2005/04/23)
23 Apr 2005; Martin Schlemmer <azarah@gentoo.org> Makefile.am, canonicalize.c,
getcwd.c, libsandbox.c, localdecls.h, sandbox.h, sandbox_futils.c:
@@ -25,7 +27,7 @@
SB_STATIC in localdecls.h for this. Include sandbox_futils.c rather than
linking with its object. Hopefully this will fix bug #90153.
-* sandbox-1.2
+* sandbox-1.2 (2005/04/23)
22 Mar 2005; Martin Schlemmer <azarah@gentoo.org> libsandbox.c:
Allow lchown a symlink in write-allowed path pointing to write-denied
diff --git a/configure.in b/configure.in
index ba53373..083d7ec 100644
--- a/configure.in
+++ b/configure.in
@@ -1,5 +1,5 @@
AC_PREREQ(2.59)
-AC_INIT(sandbox, 1.2.2, dev-portage@gentoo.org)
+AC_INIT(sandbox, 1.2.3, dev-portage@gentoo.org)
AM_INIT_AUTOMAKE
AC_CONFIG_HEADER([config.h])