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
|
# ChangeLog for net-wireless/ndiswrapper
# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/net-wireless/ndiswrapper/ChangeLog,v 1.16 2004/12/28 17:02:06 cardoe Exp $
*ndiswrapper-0.12-r3 (28 Dec 2004)
28 Dec 2004; Doug Goldstein <cardoe@gentoo.org>
+ndiswrapper-0.12-r3.ebuild:
typo in the 4K Stacks checking option
27 Dec 2004; Doug Goldstein <cardoe@gentoo.org>
ndiswrapper-0.12-r2.ebuild:
Check that 4KSTACKS are turned off, stable
25 Dec 2004; Doug Goldstein <cardoe@gentoo.org>
ndiswrapper-0.12-r1.ebuild, -ndiswrapper-0.9.ebuild:
mark 0.12-r1 stable
delete outdated versions
*ndiswrapper-0.12-r1 (19 Dec 2004)
19 Dec 2004; Doug Goldstein <cardoe@gentoo.org>
+ndiswrapper-0.12-r1.ebuild:
Added support to properly detect if a user is using SWSUSP2 patches.
While they are now functioning, they will not function if applied and
then if it is not enabled in the kernel.
Switched from kernel-mod to linux-info eclass.
*ndiswrapper-0.12 (07 Dec 2004)
07 Dec 2004; Doug Goldstein <cardoe@gentoo.org> +ndiswrapper-0.12.ebuild:
version bump
*ndiswrapper-0.11 (09 Oct 2004)
09 Oct 2004; Doug Goldstein <cardoe@gentoo.org>
-files/ndiswrapper-0.6-modules.d, -files/ndiswrapper.modules.d,
ndiswrapper-0.10.ebuild, +ndiswrapper-0.11.ebuild,
-ndiswrapper-0.6-r1.ebuild, -ndiswrapper-0.6.ebuild,
-ndiswrapper-0.8.ebuild:
Revision Bump to .11
Mark .10 stable on x86
clean out old revisions
add man page
25 Aug 2004; Doug Goldstein <cardoe@gentoo.org> -ndiswrapper-0.3.ebuild,
-ndiswrapper-0.4.ebuild, -ndiswrapper-0.5.ebuild, ndiswrapper-0.9.ebuild:
marked 0.9 stable on x86, got rid of non-compiling outdated versions
*ndiswrapper-0.10 (23 Aug 2004)
23 Aug 2004; Doug Goldstein <cardoe@gentoo.org> +ndiswrapper-0.10.ebuild:
Aside from the version bump, this ebuild removes the
wlan_radio_averatec_5110hx program (no longer maintained in this package), and
adds the ndiswrapper-buginfo utility program. There's also a short
informational message about the ndiswrapper WIKI at the end. All this was done
by Jesse Becker.
16 Aug 2004; Doug Goldstein <cardoe@gentoo.org> +ndiswrapper-0.9.ebuild,
files/ndiswrapper-0.9-modules.d:
version bump. thanks to all the bug reporters that helped out. especially bug
#59578. New version should simlify the use of ndiswrapper, and configuration.
New ebuild should reduce the chance of access violations
*ndiswrapper-0.8 (07 Jul 2004)
07 Jul 2004; Peter Johanson <latexer@gentoo.org> +ndiswrapper-0.8.ebuild:
Bump. Added fix for using M= with new enough kernels, and a few small tweaks
here and there. See bug #49479.
*ndiswrapper-0.6-r1 (29 Mar 2004)
29 Mar 2004; Peter Johanson <latexer@gentoo.org> ndiswrapper-0.6-r1.ebuild,
files/ndiswrapper-0.6-modules.d:
Bump, includes fixes from bug #45331 for module loading stuff. Thanks to
Juergen Nagel <juergen@nagel.homeip.net> for the changes.
*ndiswrapper-0.6 (24 Mar 2004)
*ndiswrapper-0.5 (24 Mar 2004)
24 Mar 2004; Peter Johanson <latexer@gentoo.org> ndiswrapper-0.4.ebuild,
ndiswrapper-0.5.ebuild, ndiswrapper-0.6.ebuild:
Bump, and add checks to make sure a sufficently new kernel is found.
*ndiswrapper-0.3 (06 Mar 2004)
06 Mar 2004; Peter Johanson <latexer@gentoo.org> ndiswrapper-0.3.ebuild:
Adding version 0.3 for older kernels as 0.4 won't work with them.
*ndiswrapper-0.4 (28 Feb 2004)
28 Feb 2004; Peter Johanson <latexer@gentoo.org> metadata.xml,
ndiswrapper-0.4.ebuild, files/ndiswrapper.modules.d:
Initial commit. Roughly based on ebuild from #38017, with large cleanups by
me. Includes pkg_config() function for helping generate the needed
/etc/modules.d/ndiswrapper file.
|