diff options
author | 2005-05-03 11:07:38 +0000 | |
---|---|---|
committer | 2005-05-03 11:07:38 +0000 | |
commit | 83199e4da40b9ba00ed5db549f64cd78f5aba007 (patch) | |
tree | 686534ff7e51eb9e991046265c12f7b09a04252d | |
parent | Add bug #91040 for previous change. (diff) | |
download | sandbox-1.2.4.tar.gz sandbox-1.2.4.tar.bz2 sandbox-1.2.4.zip |
* sandbox-1.2.4v1.2.4
Signed-off-by: Martin Schlemmer <azarah@gentoo.org>
-rw-r--r-- | ChangeLog | 2 | ||||
-rw-r--r-- | configure.in | 2 |
2 files changed, 3 insertions, 1 deletions
@@ -2,6 +2,8 @@ # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 # $Header$ +* sandbox-1.2.4 (2005/05/03) + 03 May 2005; Martin Schlemmer <azarah@gentoo.org> libsandbox.c: Do not init the env entries with each call, as it creates too many calls to lstat, etc. Should speedup things a bit, bug #91040. diff --git a/configure.in b/configure.in index 1e43815..c1b29f5 100644 --- a/configure.in +++ b/configure.in @@ -1,5 +1,5 @@ AC_PREREQ(2.59) -AC_INIT(sandbox, 1.2.3, dev-portage@gentoo.org) +AC_INIT(sandbox, 1.2.4, dev-portage@gentoo.org) AM_INIT_AUTOMAKE AC_CONFIG_HEADER([config.h]) |