| 1 | # ChangeLog for Path Sandbox |
1 | # ChangeLog for Path Sandbox |
| 2 | # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 |
2 | # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 |
| 3 | # $Header$ |
3 | # $Header$ |
| 4 | |
4 | |
|
|
5 | 01 Dec 2005; Martin Schlemmer <azarah@gentoo.org> configure.in, Makefile.am, |
|
|
6 | localdecls.h, scripts/Makefile.am, scripts/gen_symbol_version_map.awk, |
|
|
7 | scripts/gen_symbol_header.awk, src/Makefile.am, src/symbols.in, |
|
|
8 | src/libsandbox.c, src/getcwd.c: |
|
|
9 | |
|
|
10 | Use versioned symbols on supported libc's for functions we wrap, as well as |
|
|
11 | provide all versions of specific functions. Some syntax cleanups. |
|
|
12 | |
| 5 | 28 Nov 2005 Martin Schlemmer <azarah@gentoo.org> configure.in, sandbox.c, |
13 | 28 Nov 2005; Martin Schlemmer <azarah@gentoo.org> configure.in, sandbox.c, |
| 6 | sandbox_fdutils.c: |
14 | sandbox_fdutils.c: |
| 7 | |
15 | |
| 8 | Detect if we on 64bit arch automatically. |
16 | Detect if we on 64bit arch automatically. |
| 9 | |
17 | |
| 10 | Update contact email. Fix quoting. |
18 | Update contact email. Fix quoting. |
| … | |
… | |
| 12 | Revert 64bit arch test, as we should build the 32bit version without full |
20 | Revert 64bit arch test, as we should build the 32bit version without full |
| 13 | path checking as well, and add --enable-multilib switch to configure. |
21 | path checking as well, and add --enable-multilib switch to configure. |
| 14 | |
22 | |
| 15 | * sandbox-1.2.14 (2005/11/28) |
23 | * sandbox-1.2.14 (2005/11/28) |
| 16 | |
24 | |
| 17 | 28 Nov 2005 Martin Schlemmer <azarah@gentoo.org> getcwd.c, libsandbox.c, |
25 | 28 Nov 2005; Martin Schlemmer <azarah@gentoo.org> getcwd.c, libsandbox.c, |
| 18 | sandbox.c, sandbox.h, sandbox.bashrc: |
26 | sandbox.c, sandbox.h, sandbox.bashrc: |
| 19 | |
27 | |
| 20 | Check generic getcwd()'s return as well for validity, bug #101728. |
28 | Check generic getcwd()'s return as well for validity, bug #101728. |
| 21 | |
29 | |
| 22 | Cleanup environ variables. |
30 | Cleanup environ variables. |