| 1 | # ChangeLog for Path Sandbox |
1 | # ChangeLog for Path Sandbox |
| 2 | # Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2 |
2 | # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 |
| 3 | # $Header$ |
3 | # $Header$ |
|
|
4 | |
|
|
5 | * sandbox-1.2.3 (2005/04/29) |
|
|
6 | |
|
|
7 | 29 Apr 2005; Martin Schlemmer <azarah@gentoo.org> configure.in: |
|
|
8 | Do not check for (*&#$(* CXX or F77. |
|
|
9 | |
|
|
10 | 29 Apr 2005; Martin Schlemmer <azarah@gentoo.org> libsandbox.c: |
|
|
11 | Do not append '/' to pathname in filter_path() if it already ends with it. |
|
|
12 | |
|
|
13 | 28 Apr 2005; Mike Frysinger <vapier@gentoo.org> Makefile.am, configure.in: |
|
|
14 | With az's help, clean up autotools to work with cross-compiling. |
|
|
15 | |
|
|
16 | * sandbox-1.2.2 (2005/04/28) |
| 4 | |
17 | |
| 5 | 28 Apr 2005; Martin Schlemmer <azarah@gentoo.org> libsandbox.c: |
18 | 28 Apr 2005; Martin Schlemmer <azarah@gentoo.org> libsandbox.c: |
| 6 | Only check for /dev/{null,zero} for unlink hack, else ricers using /dev/shm |
19 | Only check for /dev/{null,zero} for unlink hack, else ricers using /dev/shm |
| 7 | have issues; bug #90592. |
20 | have issues; bug #90592. |
| 8 | |
21 | |
| 9 | * sandbox-1.2.1 |
22 | * sandbox-1.2.1 (2005/04/23) |
| 10 | |
23 | |
| 11 | 23 Apr 2005; Martin Schlemmer <azarah@gentoo.org> Makefile.am, canonicalize.c, |
24 | 23 Apr 2005; Martin Schlemmer <azarah@gentoo.org> Makefile.am, canonicalize.c, |
| 12 | getcwd.c, libsandbox.c, localdecls.h, sandbox.h, sandbox_futils.c: |
25 | getcwd.c, libsandbox.c, localdecls.h, sandbox.h, sandbox_futils.c: |
| 13 | Make sure all functions used in libsandbox.c is declared static. Define |
26 | Make sure all functions used in libsandbox.c is declared static. Define |
| 14 | SB_STATIC in localdecls.h for this. Include sandbox_futils.c rather than |
27 | SB_STATIC in localdecls.h for this. Include sandbox_futils.c rather than |
| 15 | linking with its object. Hopefully this will fix bug #90153. |
28 | linking with its object. Hopefully this will fix bug #90153. |
| 16 | |
29 | |
| 17 | * sandbox-1.2 |
30 | * sandbox-1.2 (2005/04/23) |
| 18 | |
31 | |
| 19 | 22 Mar 2005; Martin Schlemmer <azarah@gentoo.org> libsandbox.c: |
32 | 22 Mar 2005; Martin Schlemmer <azarah@gentoo.org> libsandbox.c: |
| 20 | Allow lchown a symlink in write-allowed path pointing to write-denied |
33 | Allow lchown a symlink in write-allowed path pointing to write-denied |
| 21 | target. |
34 | target. |
| 22 | |
35 | |