1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
|
# ChangeLog for dev-libs/dmalloc
# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/dmalloc/ChangeLog,v 1.25 2005/11/29 03:55:06 tgall Exp $
28 Nov 2005; Tom Gall <tgall@gentoo.org> dmalloc-5.4.2.ebuild:
stable on ppc64
05 Sep 2005; Jose Luis Rivero <yoswink@gentoo.org> dmalloc-5.4.2.ebuild:
Stable on alpha
16 Aug 2005; Luis Medinas <metalgod@gentoo.org> dmalloc-5.4.2.ebuild:
Added ~amd64 keywords.
10 Aug 2005; Markus Rothe <corsair@gentoo.org> dmalloc-5.4.2.ebuild:
added ~ppc64
31 Mar 2005; Aron Griffis <agriffis@gentoo.org> dmalloc-5.4.2.ebuild:
stable on ia64
05 Feb 2005; Aaron Walker <ka0ttic@gentoo.org>
+files/dmalloc-5.4.2-sandbox.patch, dmalloc-5.4.2.ebuild:
Fix sigsegv on ppc when sandbox is enabled for bug 80928; thanks to Wormo
for the patch.
29 Jan 2005; Jan Brinkmann <luckyduck@gentoo.org> dmalloc-5.4.2.ebuild:
added -amd64, finally closing #79632.
29 Jan 2005; Jan Brinkmann <luckyduck@gentoo.org> dmalloc-5.4.2.ebuild:
added ~amd64 to KEYWORDS.
26 Jan 2005; Gustavo Zacarias <gustavoz@gentoo.org> dmalloc-5.4.2.ebuild:
Stable on sparc
*dmalloc-5.4.2 (21 Jan 2005)
21 Jan 2005; Aaron Walker <ka0ttic@gentoo.org>
+files/dmalloc-5.3.0-respect-DESTDIR.diff,
+files/dmalloc-5.4.2-respect-DESTDIR.diff, dmalloc-5.3.0.ebuild,
+dmalloc-5.4.2.ebuild:
Version bump; applied several fixes provided by Jeff Ames in bug 76288.
21 Jan 2005; Aaron Walker <ka0ttic@gentoo.org> dmalloc-4.8.2-r1.ebuild,
dmalloc-5.3.0.ebuild:
Marked stable on x86. Fixed paths to docs so that they're installed, removed
unnecessary make and make install targets, and added src_test() to both
ebuilds.
29 Dec 2004; Ciaran McCreesh <ciaranm@gentoo.org> :
Change encoding to UTF-8 for GLEP 31 compliance
13 Sep 2004; Bryan Ãstergaard <kloeri@gentoo.org> dmalloc-5.3.0.ebuild:
Add ~alpha keyword, bug 57485.
01 Jul 2004; Jeremy Huddleston <eradicator@gentoo.org>
dmalloc-4.8.2-r1.ebuild, dmalloc-5.2.3.ebuild, dmalloc-5.2.4.ebuild,
dmalloc-5.3.0.ebuild:
virtual/glibc -> virtual/libc
*dmalloc-5.3.0 (28 Feb 2004)
28 Feb 2004; David Holm <dholm@gentoo.org> +dmalloc-5.3.0.ebuild,
+files/dmalloc-5.3.0-fpic.patch:
Version bumped and added to ~ppc.
27 Nov 2003; Daniel Ahlberg <aliz@gentoo.org> dmalloc-5.2.4.ebuild:
Fix -fPIC issues. Patch from rawhide. Closing #34470.
*dmalloc-5.2.4 (20 Nov 2003)
20 Nov 2003; Alastair Tse <liquidx@gentoo.org> dmalloc-5.2.4.ebuild:
version bump
*dmalloc-5.2.3 (08 Nov 2003)
08 Nov 2003; Alastair Tse <liquidx@gentoo.org> dmalloc-5.2.3.ebuild,
metadata.xml:
version bump. small api incompatibilities with old version, see
(http://dmalloc.com/releases/notes/dmalloc-5.1.0.html)
10 Jun 2003; Alastair Tse <liquidx@gentoo.org> dmalloc-4.8.2-r1.ebuild,
dmalloc-4.8.2.ebuild:
do not strip dmalloc (eg. enable debugging), fixes #19869.
06 Dec 2002; Rodney Rees <manson@gentoo.org> : changed sparc ~sparc keywords
*dmalloc-4.8.2-r1 (5 June 2002)
5 June 2002; Jon Nelson <jnelson@gentoo.org> dmalloc-4.8.2-r1.ebuild:
Fixed to use --enable-threads and --enable-shlib instead of --with-shlib
(Closes 3238)
*dmalloc-4.8.2 (25 May 2002)
25 May 2002; Jon Nelson <jnelson@gentoo.org> ChangeLog, dmalloc-4.8.2.ebuild:
New ebuild for dmalloc 4.8.2, and invaluable memory debugging tool.
|