www.usr.com/support/gpl/USR9107_release.1.4.tar.gz
[bcm963xx.git] / userapps / opensource / bridge-utils / ChangeLog
1 20040601        Stephen Hemminger <shemminger@osdl.org>
2         * Released bridge-utils 1.0.4
3           - should build with out sysfs now.
4           - report errors on foreach_port failing
5           - more build cleanup
6
7 20040525        Stephen Hemminger <shemminger@osdl.org>
8         * Released bridge-utils 1.0.1
9           - Change configure option 
10             from --with-linux=<path>
11             to   --with-linux-headers=<path>
12             so options match help message.
13           - Fix so utilities work with earlier 2.6 kernels that
14             have sysfs but not new ioctl's or directories yet.
15           - Build spec file from template.
16         
17 20040524        Stephen Hemminger <shemminger@osdl.org>
18         * Released bridge-utils 1.0
19           - Use sysfs to control bridge parameters
20           - Add new ioctl syntax to handle mixed 32/64 bit mode
21             (Earlier method would not work on all platforms).
22           - Change libbbridge API to do work as needed, rather
23             than reading all bridges/ports at startup. Old way
24             would not scale with 1000's of entries
25           - Minor cleanups.
26
27 20040401        Stephen Hemminger <shemminger@osdl.org>
28         * Releases bridge-utils 0.9.7
29           - add -V option
30           - support 100's of bridge ports
31           - minor bug fixes
32
33 20021002        Lennert Buytenhek <buytenh@gnu.org>
34
35         * Released bridge-utils 0.9.6.
36
37 20020403        Lennert Buytenhek <buytenh@gnu.org>
38
39         * autoconfization by Andreas Hofmeister.
40
41 20020116        Lennert Buytenhek <buytenh@gnu.org>
42
43         * On sparc, try to detect 32/64-bitness of the kernel at runtime.
44
45         * Released bridge-utils 0.9.5.
46
47 20020106        Lennert Buytenhek <buytenh@gnu.org>
48
49         * Remove 'tap'.
50
51         * Added TODO list.
52
53         * Added extra check for argument count to brctl
54
55         * Added error message for circular bridge dev enslavement to brctl.
56
57         * Get rid of some compiler warnings.
58
59         * Steal Red Hat rawhide spec file.
60
61         * Added 'how to use libbridge_compat.c' explanation by Serge Caron.
62
63         * Try to work around sparc64 brokenness (FUCK ARGHH FUCK FUCK FUCK)
64
65         * Release bridge-utils 0.9.4.
66
67 20011107        Lennert Buytenhek <buytenh@gnu.org>
68
69         * Moved FAQ to the website.
70
71         * Updated docs for 2.4 firewalling.
72
73         * Add out-of-date notice to the THANKS file.
74
75 ????????        Lennert Buytenhek <buytenh@gnu.org>
76
77         * Fixed brctl timeout 42.94s wrap buglet.
78
79         * Cleanup some docs.
80
81         * Released bridge-utils 0.9.3.
82
83 20001002        Lennert Buytenhek <buytenh@gnu.org>
84
85         * Incorporated two cleanup patches from H. J. Lu (one splits
86         the CC define into CC and CFLAGS, the other one changes a few
87         occurances of __close into the libc5 compatibility stub to
88         close).
89
90         * Removed all RCS tags.
91
92         * Removed sample scripts dir.
93
94         * Tweaked THANKS file a bit (it needs updating as well..)
95
96         * Made 'show' command show an interface list.
97
98         * Changed the 'showbr' command to 'showstp'
99
100         * Tweaked FAQ.
101
102         * Added explanation for iptables firewalling.
103
104         * Released bridge-utils 0.9.2.
105
106 20000905        Lennert Buytenhek <buytenh@gnu.org>
107
108         * Incorporated Roger Venning's patch to tap which will let you
109         specify a local address to be used for the 'tunnel'.