blob: 10d038bcc86521b57ef487f7c980e9b0b04bc32c (
plain)
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
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
|
# ChangeLog for sys-apps/net-tools
# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/sys-apps/net-tools/ChangeLog,v 1.24 2003/09/29 17:01:24 vapier Exp $
*net-tools-1.60-r7 (18 May 2003)
29 Sep 2003; Mike Frysinger <vapier@gentoo.org> :
Add small manpage patch #29677.
23 Jun 2003; Aron Griffis <agriffis@gentoo.org> net-tools-1.60-r7.ebuild:
Mark stable on alpha
06 Jul 2003; Guy Martin <gmsoft@gentoo.org> net-tools-1.60-r7.ebuild :
Marked stable on hppa.
22 Jun 2003; Joshua Kinard <kumba@gentoo.org> net-tools-1.60-r7.ebuild:
Changed ~sparc & ~mips to sparc & mips
18 Jun 2003; <msterret@gentoo.org> net-tools-1.60-r7.ebuild:
Add support for use static (bug 22450) based on code from Sascha Silbe
Use sed -i
18 May 2003; Nicholas Wourms <dragon@gentoo.org> net-tools-1.60-r7.ebuild:
Version bump. Add Manifest. Update ether-wake to Donald Becker's latest
version (1.08). Add an english manpage for ether-wake. Add newline characters
to various multi-line string literals in order to fix gcc-3.3 compile errors.
Update lib/masq_info.c to support ipvs configurations. Update netstat to fix
interface name output and to support modifying the statistics refresh delay as
a command-line argument.
*net-tools-1.60-r6 (18 Mar 2003)
18 Mar 2003; Martin Holzer <mholzer@gentoo.org> net-tools-1.60-r5.ebuild,
net-tools-1.60-r5.ebuild, net-tools-1.60-r6.ebuild:
Fixed manpages are not installed cause of nls use flag.
*net-tools-1.60-r5 (16 Jul 2002)
18 Mar 2003; Martin Holzer <mholzer@gentoo.org> net-tools-1.60-r5.ebuild:
Now installing man pages. Closes #17562.
24 Feb 2003; Nicholas Wourms <dragon@gentoo.org> net-tools-1.60-r5.ebuild :
Marked as stable for mips.
20 Feb 2003; Zach Welch <zwelch@gentoo.org> net-tools-1.60-r5.ebuild :
Added arm to keywords.
10 Feb 2003; Seemant Kulleen <seemant@gentoo.org> net-tools-1.60-r4.ebuild
net-tools-1.60-r5.ebuild :
Many things -- moved the files and patches from files/ subdirectory into a
tarball and sent it to the mirrors. Also, changed sed expression
delimiters from / to :, closing bug #15006 by Blu3
<david+gentoo.org@blue-labs.org>
09 Feb 2003; Guy Martin <gmsoft@gentoo.org> net-tools-1.60-r5.ebuild :
Added hppa to keywords.
06 Dec 2002; Rodney Rees <manson@gentoo.org> : changed sparc ~sparc keywords
19 Nov 2002; Mike Frysinger <vapier@gentoo.org> :
Under heavy loads the timestamps on the config files may cause
the config process to be re-run requiring user input
Both files are now touched at the same time (#10799)
23 Oct 2002; Mike Frysinger <vapier@gentoo.org> :
Removed bootcd USE flag
16 Jul 2002; Grant Goodyear <g2boojum@gentoo.org> ChangeLog :
added some RH patches
*net-tools-1.60-r4 (21 Jun 2002)
18 Jan 2003; Jan Seidel <tuxus@gentoo.org> :
Added mips to keywords
19 Nov 2002; Mike Frysinger <vapier@gentoo.org> :
Under heavy loads the timestamps on the config files may cause
the config process to be re-run requiring user input.
Both files are now touched at the same time (#10799)
23 Oct 2002; Mike Frysinger <vapier@gentoo.org> :
Removed bootcd USE flag
14 Jul 2002; phoen][x <phoenix@gentoo.org> net-tools-1.60-r4.ebuild :
Added LICENSE, KEYWORDS, SLOT.
21 Jun 2002; Martin Schlemmer <azarah@gentoo.org> :
Only install /bin/hostname during USE=build.
*net-tools-1.60-r3 (20 Mar 2002)
23 Oct 2002; Mike Frysinger <vapier@gentoo.org> :
Removed bootcd USE flag
14 Jul 2002; phoen][x <phoenix@gentoo.org> net-tools-1.60-r3.ebuild :
Added LICENSE, KEYWORDS, SLOT.
20 Mar 2002; Seemant Kulleen <seemant@gentoo.org> net-tools-1.60-r3 :
Alternate implementation of USE dependent nls compilation.
*net-tools-1.60-r2 (12 Mar 2002)
12 Mar 2002; Seemant Kulleen <seemant@gentoo.org> net-tools-1.60-r2 :
Added USE dependent nls compilation
*net-tools-1.60-r1 (1 Feb 2002)
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.
|