| 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 | 01 May 2005; Brian Harring <ferringb@gentoo.org> libsandbox.c: |
|
|
6 | killed off _init and _fini in favor of |
|
|
7 | void __attribute__ ((constructor)) init_func and |
|
|
8 | void __attribute__ ((destructor)) closing_func. _(init|func) were deprecated. |
|
|
9 | |
|
|
10 | 06 Dec 2004; Brian Harring <ferringb@gentoo.org> Makefile.am, libsandbox.c, |
|
|
11 | canonicalize.c, getcwd.c: Fixed compilation *again*. Hopefully cvs is done |
|
|
12 | having the hick-ups. |
|
|
13 | |
|
|
14 | 04 Dec 2004; Brian Harring <ferringb@gentoo.org> libsandbox.c, getcwd.c, |
|
|
15 | Makefile.am: Fixed compilation. |
|
|
16 | |
|
|
17 | 01 Dec 2004; Brian Harring <ferringb@gentoo.org> aclocal.m4: |
|
|
18 | Gutted the bugger so it stops checking for a c++ and fortran compiler. |
|
|
19 | Do *not* regenerate aclocal.m4 for making a release until a better |
|
|
20 | solution is created. |
|
|
21 | |
|
|
22 | 20 Nov 2004; Brian Harring <ferringb@gentoo.org> Makefile.am, sandbox_futils.c: |
|
|
23 | Removal of more hardcoded paths. |
|
|
24 | |
|
|
25 | 20 Nov 2004; Brian Harring <ferringb@gentoo.org> Makefile.am, configure.in, |
|
|
26 | sandbox_futils.c: tweaks to install sandbox.bashrc, and use it. |
|
|
27 | |
|
|
28 | 19 Nov 2004; Brian Harring <ferringb@gentoo.org>: |
|
|
29 | Sandbox is now autotooled, create-localdecls needs to be killed and the code |
|
|
30 | shifted into configure.in. Currently builds *one* libsandbox.so- if multiple |
|
|
31 | are desired (-m64 and -m32 for amd64), the ebuild should do it (imo). |
|
|
32 | To get to a point of testing, automake && autoconf; created requisite files w/ |
|
|
33 | a(utomake|clocal)-1.8, and autoconf 2.59. Installs to /usr/, instead of |
|
|
34 | /lib and /usr/lib/portage/bin. |
| 4 | |
35 | |
| 5 | 14 Nov 2004; Brian Harring <ferringb@gentoo.org> libsandbox.c, sandbox.c: |
36 | 14 Nov 2004; Brian Harring <ferringb@gentoo.org> libsandbox.c, sandbox.c: |
| 6 | closing out bug #70225, potential overflow of the sandbox_pids_file var. |
37 | closing out bug #70225, potential overflow of the sandbox_pids_file var. |
| 7 | |
38 | |
| 8 | 07 Nov 2004; Brian Harring <ferringb@gentoo.org> libsandbox.c: c99 standard, |
39 | 07 Nov 2004; Brian Harring <ferringb@gentoo.org> libsandbox.c: c99 standard, |