| 1 | # ChangeLog for Path Sandbox |
1 | # ChangeLog for Path Sandbox |
| 2 | # Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2 |
2 | # Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2 |
| 3 | # $Header$ |
3 | # $Header$ |
|
|
4 | |
|
|
5 | 02 May 2005; Martin Schlemmer <azarah@gentoo.org> Makefile.am, canonicalize.c, |
|
|
6 | configure.in getcwd.c libsandbox.c symbols.in: |
|
|
7 | Fix inverse test logic in canonicalize.c, use a strncpy. Fix gcc warning in |
|
|
8 | getcwd.c. Add symbols.in and logic to Makefile.am to generate symbol versions |
|
|
9 | for glibc and other libc's that use this. Update libsandbox.c to use these |
|
|
10 | symbol versions if available. Fix exec wrapper to re-export LD_PRELOAD if the |
|
|
11 | process unset it. |
|
|
12 | |
|
|
13 | 01 May 2005; Brian Harring <ferringb@gentoo.org> libsandbox.c: |
|
|
14 | killed off _init and _fini in favor of |
|
|
15 | void __attribute__ ((constructor)) init_func and |
|
|
16 | void __attribute__ ((destructor)) closing_func. _(init|func) were deprecated. |
|
|
17 | |
|
|
18 | 06 Dec 2004; Brian Harring <ferringb@gentoo.org> Makefile.am, libsandbox.c, |
|
|
19 | canonicalize.c, getcwd.c: Fixed compilation *again*. Hopefully cvs is done |
|
|
20 | having the hick-ups. |
|
|
21 | |
|
|
22 | 04 Dec 2004; Brian Harring <ferringb@gentoo.org> libsandbox.c, getcwd.c, |
|
|
23 | Makefile.am: Fixed compilation. |
| 4 | |
24 | |
| 5 | 01 Dec 2004; Brian Harring <ferringb@gentoo.org> aclocal.m4: |
25 | 01 Dec 2004; Brian Harring <ferringb@gentoo.org> aclocal.m4: |
| 6 | Gutted the bugger so it stops checking for a c++ and fortran compiler. |
26 | Gutted the bugger so it stops checking for a c++ and fortran compiler. |
| 7 | Do *not* regenerate aclocal.m4 for making a release until a better |
27 | Do *not* regenerate aclocal.m4 for making a release until a better |
| 8 | solution is created. |
28 | solution is created. |