| 1 | # ChangeLog for dev-util/valgrind |
1 | # ChangeLog for dev-util/valgrind |
| 2 | # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 |
2 | # Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 |
| 3 | # $Header: /var/cvsroot/gentoo-x86/dev-util/valgrind/ChangeLog,v 1.53 2005/08/30 20:01:54 griffon26 Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/dev-util/valgrind/ChangeLog,v 1.63 2006/06/14 17:07:34 griffon26 Exp $ |
|
|
4 | |
|
|
5 | 14 Jun 2006; Maurice van der Pot <griffon26@gentoo.org> |
|
|
6 | valgrind-3.1.1.ebuild, valgrind-3.2.0.ebuild: |
|
|
7 | Now replacing -O3 with -O2 if compiling with gcc 3.3.x for bug #129776 |
|
|
8 | reported by Fabian Groffen <grobian@gentoo.org>. Also corrected location |
|
|
9 | of docs for valgrind-3.2.0. |
|
|
10 | |
|
|
11 | 11 Jun 2006; Maurice van der Pot <griffon26@gentoo.org> |
|
|
12 | valgrind-3.2.0.ebuild: |
|
|
13 | Fixed bug #136047 as proposed by Jean Bréfort <jean.brefort@normalesup.org> |
|
|
14 | and added a blocking dep for callgrind as part of a fix for bug #136303 |
|
|
15 | reported by Daniel Franke <franke.daniel@gmail.com>. |
|
|
16 | |
|
|
17 | 09 Jun 2006; Maurice van der Pot <griffon26@gentoo.org> |
|
|
18 | -files/valgrind-2.2.0-current-macro-clash.patch, |
|
|
19 | -files/valgrind-2.2.0-no-exec-stack.patch, |
|
|
20 | -files/valgrind-2.4.0-pie-fix.patch, |
|
|
21 | -files/valgrind-2.4.1-dont-trample-cflags.patch, |
|
|
22 | -files/valgrind-2.4.1-static-const.patch, |
|
|
23 | -files/valgrind-3.0.0-pie-fix.patch, -files/valgrind-3.0.1-mfence.patch, |
|
|
24 | -files/valgrind-3.0.1-pic-fix.patch, -valgrind-2.2.0-r2.ebuild, |
|
|
25 | -valgrind-2.4.0.ebuild, -valgrind-2.4.1.ebuild, -valgrind-3.0.0.ebuild, |
|
|
26 | -valgrind-3.0.1.ebuild, -valgrind-3.0.1-r1.ebuild, -valgrind-3.1.0.ebuild, |
|
|
27 | valgrind-3.1.1.ebuild: |
|
|
28 | Removed a bunch of old ebuilds and fixed bug #131987 reported by Marti |
|
|
29 | Raudsepp <marti@juffo.org> in valgrind-3.1.1. |
|
|
30 | |
|
|
31 | *valgrind-3.2.0 (07 Jun 2006) |
|
|
32 | |
|
|
33 | 07 Jun 2006; Luca Barbato <lu_zero@gentoo.org> +valgrind-3.2.0.ebuild: |
|
|
34 | New version |
|
|
35 | |
|
|
36 | 11 Apr 2006; Joshua Jackson <tsunam@gentoo.org> valgrind-3.1.1.ebuild: |
|
|
37 | stable on x86; bug #129127 |
|
|
38 | |
|
|
39 | *valgrind-3.1.1 (29 Mar 2006) |
|
|
40 | |
|
|
41 | 29 Mar 2006; Maurice van der Pot <griffon26@gentoo.org> |
|
|
42 | +valgrind-3.1.1.ebuild: |
|
|
43 | Added version 3.1.1 of valgrind, which is purely a bug fixing release. |
|
|
44 | Requested by Nuno Lopes <nunoplopes@sapo.pt> in bug #127766. |
|
|
45 | |
|
|
46 | 07 Mar 2006; Maurice van der Pot <griffon26@gentoo.org> |
|
|
47 | +files/valgrind-3.1.0-amd64-nomultilib-fix.patch, valgrind-3.1.0.ebuild: |
|
|
48 | Added patch created by Marco Matthies <gentoo-bugzilla@moinmarco.de> for |
|
|
49 | bug #114407 reported by Scott Robert Ladd <gentoo@coyotegulch.com>. This |
|
|
50 | problem occurred only on amd64 without multilib. |
|
|
51 | |
|
|
52 | 03 Dec 2005; Maurice van der Pot <griffon26@gentoo.org> |
|
|
53 | valgrind-3.1.0.ebuild: |
|
|
54 | Filtering out -fstack-protector again, because otherwise valgrind would need |
|
|
55 | __guard and __stack_smash_handler from glibc, which it doesn't link to. |
|
|
56 | Closes bug #114347 reported by Graham Murray <graham@gmurray.org.uk> |
|
|
57 | |
|
|
58 | *valgrind-3.1.0 (02 Dec 2005) |
|
|
59 | |
|
|
60 | 02 Dec 2005; Maurice van der Pot <griffon26@gentoo.org> |
|
|
61 | +valgrind-3.1.0.ebuild: |
|
|
62 | Added version 3.1.0 of valgrind. To summarise, AMD64 support is much better, |
|
|
63 | PPC32 support is now usable, and this is the first release in the 3.0 line |
|
|
64 | that supports core dumping for programs running under valgrind. |
|
|
65 | |
|
|
66 | *valgrind-3.0.1-r1 (06 Nov 2005) |
|
|
67 | |
|
|
68 | 06 Nov 2005; Maurice van der Pot <griffon26@gentoo.org> |
|
|
69 | +files/valgrind-3.0.1-mfence.patch, +files/valgrind-3.0.1-pic-fix.patch, |
|
|
70 | +valgrind-3.0.1-r1.ebuild: |
|
|
71 | The mfence patch fixes the failed assertion mentioned by Brian Tarricone |
|
|
72 | <bjt23@cornell.edu> in bug #101402. The pic patch was supplied by Ned Ludd |
|
|
73 | <solar@gentoo.org> to fix bug #111233. |
| 4 | |
74 | |
| 5 | *valgrind-3.0.1 (30 Aug 2005) |
75 | *valgrind-3.0.1 (30 Aug 2005) |
| 6 | |
76 | |
| 7 | 30 Aug 2005; Maurice van der Pot <griffon26@gentoo.org> |
77 | 30 Aug 2005; Maurice van der Pot <griffon26@gentoo.org> |
| 8 | +valgrind-3.0.1.ebuild: |
78 | +valgrind-3.0.1.ebuild: |