aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog2
-rw-r--r--configure.in2
2 files changed, 3 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 99b09a6..6e24aa9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,8 @@
# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
# $Header$
+* sandbox-1.2.6 (2005/05/10)
+
10 May 2005; Martin Schlemmer <azarah@gentoo.org> sandbox.c:
Do not use LD_PRELOAD if it contains libtsocks.so, as it breaks sandbox
for some odd reason, bug #91541.
diff --git a/configure.in b/configure.in
index cf71c3c..afa87ef 100644
--- a/configure.in
+++ b/configure.in
@@ -1,5 +1,5 @@
AC_PREREQ(2.59)
-AC_INIT(sandbox, 1.2.5, dev-portage@gentoo.org)
+AC_INIT(sandbox, 1.2.6, dev-portage@gentoo.org)
AM_INIT_AUTOMAKE
AC_CONFIG_HEADER([config.h])