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
|
# ChangeLog for sys-apps/psmisc
# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/sys-apps/psmisc/ChangeLog,v 1.23 2004/02/03 01:58:40 pebenito Exp $
02 Feb 2004; Chris PeBenito <pebenito@gentoo.org> psmisc-21.2-r4.ebuild:
Mark x86 stable.
03 Feb 2004; Bartosch Pixa <darkspecter@gentoo.org> psmisc-21.2-r4.ebuild:
set ppc in keywords
*psmisc-21.2-r4 (28 Oct 2003)
28 Oct 2003; Chris PeBenito <pebenito@gentoo.org> psmisc-21.2-r3.ebuild,
psmisc-21.2-r4.ebuild, files/psmisc-21.2-selinux.diff.bz2:
Switch SELinux patch from old API to new API.
14 Sep 2003; Martin Schlemmer <azarah@gentoo.org> :
Killall segfault if an command is longer than 128 bytes, as the realloc call
is not done in such an way to update the pointer that is used, thanks to bug
(bug #28234) submitted by Grant McDorman <grant.mcdorman@sympatico.ca>.
*psmisc-21.2-r3 (04 Aug 2003)
04 Aug 2003; Martin Schlemmer <azarah@gentoo.org> psmisc-21.2-r3.ebuild:
We use pidof from baselayout, bug #21191
24 Jun 2003; Aron Griffis <agriffis@gentoo.org> psmisc-21.2-r2.ebuild:
Mark stable on alpha
*psmisc-21.2-r2 (19 May 2003)
06 Jul 2003; Guy Martin <gmsoft@gentoo.org> psmisc-21.2-r2.ebuild :
Marked stable on hppa.
22 Jun 2003; Joshua Kinard <kumba@gentoo.org> psmisc-21.2-r2.ebuild:
Changed ~sparc & ~mips to sparc & mips
19 May 2003; Martin Schlemmer <azarah@gentoo.org> psmisc-21.2-r2.ebuild,
files/psmisc-21.2-gcc33.patch:
Fix gcc-3.3 compile issues, bug #21212.
*psmisc-21.2-r1 (20 Mar 2003)
25 Mar 2003; Joshua Brindle <method@gentoo.org> psmisc-21.2-r1.ebuild:
added selinux support, thanks sindian
20 Mar 2003; Seemant Kulleen <seemant@gentoo.org> psmisc-19-r3.ebuild,
psmisc-19-r3.ebuild, psmisc-21.2-r1.ebuild:
removed pic cruft
*psmisc-21.2 (19 Nov 2002)
20 Mar 2003; Seemant Kulleen <seemant@gentoo.org> psmisc-19-r3.ebuild,
psmisc-19-r3.ebuild, psmisc-21.2.ebuild:
removed pic cruft
24 Feb 2003; Nicholas Wourms <dragon@gentoo.org> psmisc-21.2.ebuild :
Marked as stable for mips.
20 Feb 2003; Zach Welch <zwelch@gentoo.org> psmisc-21.2.ebuild :
Added arm to keywords.
09 Feb 2003; Guy Martin <gmsoft@gentoo.org> psmisc-21.2.ebuild :
Added hppa to keywords.
01 Jan 2003; Mike Frysinger <vapier@gentoo.org> :
Unmasked KEYWORDS for all arch's
23 Oct 2002; Mike Frysinger <vapier@gentoo.org> :
Version bump, enhancements, change to use psmisc source
*psmisc-19-r3 (1 Feb 2002)
24 Feb 2003; Nicholas Wourms <dragon@gentoo.org> psmisc-19-r3.ebuild :
Marked as stable for mips.
09 Feb 2003; Seemant Kulleen <seemant@gentoo.org> psmisc-19-r3.ebuild :
Sed delimiters are now : instead of /, closing bug #15006 by Blu3
<david+gentoo.org@blue-labs.org>
23 Oct 2002; Mike Frysinger <vapier@gentoo.org> :
Removed bootcd USE flag
14 Jul 2002; phoen][x <phoenix@gentoo.org> psmisc-19-r3.ebuild :
Added LICENSE, KEYWORDS, SLOT.
1 Feb 2002; G.Bevin <gbevin@gentoo.org> ChangeLog :
Added initial ChangeLog which should be updated whenever the package is
updated in any way. This changelog is targetted to users. This means that the
comments should well explained and written in clean English. The details about
writing correct changelogs are explained in the skel.ChangeLog file which you
can find in the root directory of the portage repository.
|