| 1 | # ChangeLog for dev-util/valgrind |
1 | # ChangeLog for dev-util/valgrind |
| 2 | # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 |
2 | # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 |
| 3 | # $Header: /var/cvsroot/gentoo-x86/dev-util/valgrind/ChangeLog,v 1.12 2003/06/13 20:09:40 msterret Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/dev-util/valgrind/ChangeLog,v 1.48 2005/05/25 21:41:44 griffon26 Exp $ |
| 4 | |
4 | |
| 5 | 13 Jun 2003; <msterret@gentoo.org> valgrind-1.9.6.ebuild: |
5 | 25 May 2005; Maurice van der Pot <griffon26@gentoo.org> |
| 6 | Add FAQ.txt per Bug 22744 |
6 | valgrind-2.4.0.ebuild: |
|
|
7 | Added back ppc support. |
| 7 | |
8 | |
| 8 | *valgrind-1.9.6 (12 May 2003) |
9 | 12 Apr 2005; Maurice van der Pot <griffon26@gentoo.org> |
|
|
10 | +files/valgrind-2.4.0-pie-fix.patch, valgrind-2.4.0.ebuild: |
|
|
11 | Included some fixes that should enable building with PIE, |
|
|
12 | even with a hardened gcc profile; this fixes bug #87598 |
|
|
13 | reported by Olaf Freyer <aaron@cs.tu-berlin.de> |
|
|
14 | Also prepared the ebuild for ppc support. |
| 9 | |
15 | |
| 10 | 12 May 2003; Matthew Kennedy <mkennedy@gentoo.org> valgrind-1.9.6.ebuild: |
16 | 28 Mar 2005; Maurice van der Pot <griffon26@gentoo.org> |
| 11 | minor version bump |
17 | valgrind-2.4.0.ebuild: |
|
|
18 | Adapted to changes in configure, fixing bug #87010. Thanks to |
|
|
19 | Olivier <ocastan@noos.fr> for identifying the problem. |
| 12 | |
20 | |
| 13 | *valgrind-1.9.3 (09 Feb 2003) |
21 | 24 Mar 2005; Maurice van der Pot <griffon26@gentoo.org> : |
|
|
22 | Had repoman fix Manifest file |
| 14 | |
23 | |
| 15 | 06 Apr 2003; Dan Armak <danarmak@gentoo.org> valgrind-1.9.3.ebuild: |
24 | 24 Mar 2005; Maurice van der Pot <griffon26@gentoo.org> |
| 16 | Add stable x86 keyword. |
25 | valgrind-2.4.0.ebuild: |
|
|
26 | Corrected url to source |
| 17 | |
27 | |
| 18 | 09 Feb 2003; Bruce A. Locke <blocke@gentoo.org> valgrind-1.9.3.ebuild: |
28 | *valgrind-2.4.0 (24 Mar 2005) |
| 19 | Version bump to 1.9.3 |
|
|
| 20 | |
29 | |
| 21 | *valgrind-1.0.4-r1 (02 Jan 2003) |
30 | 24 Mar 2005; Maurice van der Pot <griffon26@gentoo.org> |
|
|
31 | valgrind-2.2.0-r2.ebuild, +valgrind-2.4.0.ebuild: |
|
|
32 | Added ebuild for new version 2.4.0. Temporarily dropped ~ppc until |
|
|
33 | a ppc version is released. |
|
|
34 | Marked 2.2.0-r2 stable on x86 |
| 22 | |
35 | |
| 23 | 02 Jan 2003; Dan Armak <danarmak@gentoo.org> ChangeLog : |
36 | 22 Feb 2005; Maurice van der Pot <griffon26@gentoo.org> |
|
|
37 | +files/valgrind-2.2.0-current-macro-clash.patch, valgrind-2.2.0-r2.ebuild: |
|
|
38 | Fixed compilation against 2.6.10 kernel headers closing bug #82629 |
|
|
39 | reported by Dennis Schridde <lindevel@gmx.net>. |
| 24 | |
40 | |
| 25 | Add a patch for support of call tree tracing, from the kcachegrind |
41 | *valgrind-2.2.0-r2 (13 Feb 2005) |
| 26 | site. Please test. Closes several bugs. |
|
|
| 27 | |
42 | |
| 28 | 06 Dec 2002; Rodney Rees <manson@gentoo.org> : changed sparc ~sparc keywords |
43 | 13 Feb 2005; Maurice van der Pot <griffon26@gentoo.org> |
| 29 | |
44 | +valgrind-2.2.0-r2.ebuild: |
| 30 | *valgrind-1.0.4 (23 Oct 2002) |
45 | Prevent valgrind from ignoring CFLAGS in environment to allow building |
|
|
46 | with hardened gcc (see bug #75789 reported by Dominik Schäfer |
|
|
47 | <schaedpq@despammed.com>) |
|
|
48 | Make valgrind less dependent on actual name of kernel headers as |
|
|
49 | suggested by Mihai Limbasan <mihailim@gmail.com> in bug #80176. |
| 31 | |
50 | |
| 32 | 06 Nov 2002; Bruce A. Locke <blocke@shivan.org> valgrind-1.0.4.ebuild: |
51 | *valgrind-2.2.0-r1 (19 Dec 2004) |
| 33 | Marking as stable (no one has complained and it seems to work fine) |
|
|
| 34 | |
52 | |
| 35 | 23 Oct 2002; Bruce A. Locke <blocke@shivan.org> valgrind-1.0.4.ebuild: |
53 | 19 Dec 2004; Maurice van der Pot <griffon26@gentoo.org> |
| 36 | Version bump with gcc 3.1+ fixes mentioned on the upstream website. |
54 | +files/valgrind-2.2.0-no-exec-stack.patch, +valgrind-2.2.0-r1.ebuild: |
|
|
55 | Remove nested function to enable running without an executable stack. |
|
|
56 | Fixes segmentation fault on nptl systems as reported by Pedro Morales |
|
|
57 | <pemorale@dcc.uchile.cl> in bug #74716. |
| 37 | |
58 | |
| 38 | *valgrind-1.0.3 (29 Sep 2002) |
59 | 28 Oct 2004; Maurice van der Pot <griffon26@gentoo.org> metadata.xml: |
|
|
60 | Taken up maintenance of valgrind. |
| 39 | |
61 | |
| 40 | 29 Sep 2002; Bruce A. Locke <blocke@shivan.org> valgrind-1.0.3.ebuild: |
62 | 23 Sep 2004; Caleb Tennis <caleb@gentoo.org> valgrind-2.2.0.ebuild: |
| 41 | Version bump and possible upstream gcc 3.2 fix |
63 | Marking x86 stable |
| 42 | |
64 | |
| 43 | *valgrind-1.0.0 (03 Aug 2002) |
65 | 03 Sep 2004; Luca Barbato <lu_zero@gentoo.org> valgrind-2.2.0.ebuild: |
|
|
66 | Stray ebuild got committed in place, replaced with the correct one. |
| 44 | |
67 | |
| 45 | 03 Aug 2002; Bruce A. Locke <blocke@shivan.org> valgrind-1.0.0.ebuild, files/digest-valgrind-1.0.0: |
68 | 03 Sep 2004; Luca Barbato <lu_zero@gentoo.org> valgrind-2.2.0.ebuild: |
| 46 | Initial ebuild based on contribution from mattam@netcourrier.com |
69 | Minor fix, thanks again to Olaf Freyer <aaron@cs.tu-berlin.de> for reporting it |
| 47 | (Matthieu Sozeau) and vapier@netzero.com (SpanKY) |
|
|
| 48 | |
70 | |
|
|
71 | *valgrind-2.2.0 (02 Sep 2004) |
|
|
72 | |
|
|
73 | 02 Sep 2004; Luca Barbato <lu_zero@gentoo.org> +valgrind-2.2.0.ebuild: |
|
|
74 | New Version, experimental ppc support available |
|
|
75 | |
|
|
76 | 07 Aug 2004; Luca Barbato <lu_zero@gentoo.org> valgrind-2.1.2.ebuild: |
|
|
77 | Fix for the system headers wierdness, thanks to Olaf Freyer |
|
|
78 | <aaron@cs.tu-berlin.de> |
|
|
79 | |
|
|
80 | 24 Jul 2004; Michael Sterrett <mr_bones_@gentoo.org> valgrind-2.1.2.ebuild: |
|
|
81 | don't rdepend on autoconf; error message; doc tidy |
|
|
82 | |
|
|
83 | *valgrind-2.1.2 (22 Jul 2004) |
|
|
84 | |
|
|
85 | 22 Jul 2004; Luca Barbato <lu_zero@gentoo.org> |
|
|
86 | +files/valgrind-2.1.2-kernel-headers.patch, +valgrind-2.1.2.ebuild: |
|
|
87 | New version, thanks to Olaf Freyer <aaron@cs.tu-berlin.de> for the |
|
|
88 | early patch. |
|
|
89 | |
|
|
90 | 10 Jul 2004; Tom Martin <slarti@gentoo.org> valgrind-2.1.1-r1.ebuild: |
|
|
91 | Marking -amd64, valgrind is ix86 specific. |
|
|
92 | |
|
|
93 | 01 Jul 2004; Jeremy Huddleston <eradicator@gentoo.org> |
|
|
94 | valgrind-2.0.0.ebuild, valgrind-2.1.0.ebuild, valgrind-2.1.1-r1.ebuild, |
|
|
95 | valgrind-2.1.1.ebuild: |
|
|
96 | virtual/glibc -> virtual/libc |
|
|
97 | |
|
|
98 | *valgrind-2.1.1-r1 (17 Jun 2004) |
|
|
99 | |
|
|
100 | 17 Jun 2004; <solar@gentoo.org> valgrind-2.1.1-r1.ebuild, |
|
|
101 | files/valgrind-2.1.1-pic.patch: |
|
|
102 | added patch from bug 54068 to make valgrind pic aware |
|
|
103 | |