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-php5/xdebug
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-php5/xdebug/ChangeLog,v 1.18 2007/11/15 19:21:02 jokey Exp $
*xdebug-2.0.2 (15 Nov 2007)
15 Nov 2007; Markus Ullmann <jokey@gentoo.org> -xdebug-2.0.0.ebuild,
-xdebug-2.0.1.ebuild, +xdebug-2.0.2.ebuild:
Version bump from project overlay
12 Nov 2007; Jakub Moc <jakub@gentoo.org> +xdebug-2.0.2.ebuild:
Version bump
*xdebug-2.0.1 (28 Oct 2007)
28 Oct 2007; Markus Ullmann <jokey@gentoo.org> +xdebug-2.0.1.ebuild:
Version bump from php project overlay
27 Oct 2007; Jakub Moc <jakub@gentoo.org> +xdebug-2.0.1.ebuild:
Version bump
11 Sep 2007; Christian Hoffmann <hoffie@gentoo.org> xdebug-2.0.0.ebuild:
adjusting xdebug.profiler_output_name and xdebug.trace_output_name to fit
new upstream default values as per bug 192212
06 Sep 2007; Markus Ullmann <jokey@gentoo.org> -xdebug-2.0.0_rc3.ebuild,
-xdebug-2.0.0_rc4.ebuild:
Cleanup
*xdebug-2.0.0 (16 Aug 2007)
16 Aug 2007; Christian Hoffmann <hoffie@gentoo.org>
+xdebug-2.0.0.ebuild:
version bump wrt bug 186167
*xdebug-2.0.0_rc4 (30 Jun 2007)
30 Jun 2007; Konstantin V. Arkhipov <voxus@gentoo.org>
+xdebug-2.0.0_rc4.ebuild:
Version bump, closing bug #180109.
18 Mar 2007; Luca Longinotti <chtekk@gentoo.org> xdebug-2.0.0_rc3.ebuild:
Fix DEPs.
*xdebug-2.0.0_rc3 (08 Mar 2007)
08 Mar 2007; Luca Longinotti <chtekk@gentoo.org> -xdebug-2.0.0_rc1.ebuild,
-xdebug-2.0.0_rc2.ebuild, +xdebug-2.0.0_rc3.ebuild:
Version bump, cleanup.
*xdebug-2.0.0_rc2 (30 Dec 2006)
30 Dec 2006; Konstantin V. Arkhipov <voxus@gentoo.org>
+xdebug-2.0.0_rc2.ebuild:
Version bump.
27 Oct 2006; Sebastian Bergmann <sebastian@gentoo.org>
xdebug-2.0.0_rc1.ebuild:
Fix bug #153019.
24 Oct 2006; Sebastian Bergmann <sebastian@gentoo.org>
-xdebug-2.0.0_beta6.ebuild, xdebug-2.0.0_rc1.ebuild:
Clean up old versions. Enable build of debugclient, closes bug #152589.
*xdebug-2.0.0_rc1 (09 Oct 2006)
09 Oct 2006; Sebastian Bergmann <sebastian@gentoo.org>
+xdebug-2.0.0_rc1.ebuild:
Version bump.
*xdebug-2.0.0_beta6 (04 Jul 2006)
04 Jul 2006; Sebastian Bergmann <sebastian@gentoo.org>
-xdebug-2.0.0_beta5.ebuild, +xdebug-2.0.0_beta6.ebuild:
Version bump.
15 Feb 2006; Markus Rothe <corsair@gentoo.org> xdebug-2.0.0_beta5.ebuild:
Added ~ppc64; bug #121874
10 Feb 2006; Gustavo Zacarias <gustavoz@gentoo.org>
xdebug-2.0.0_beta5.ebuild:
Keyworded ~sparc wrt #121874
07 Feb 2006; <nixnut@gentoo.org> xdebug-2.0.0_beta5.ebuild:
Added ~ppc keyword. bug 121874
20 Jan 2006; Konstantin Arkhipov <voxus@gentoo.org>
xdebug-2.0.0_beta5.ebuild:
Added ~amd64 keyword.
*xdebug-2.0.0_beta5 (31 Dec 2005)
31 Dec 2005; Sebastian Bergmann <sebastian@gentoo.org> +metadata.xml,
+xdebug-2.0.0_beta5.ebuild:
Initial ebuild.
|