usbmodeswitch: Updated to v.1.2.6 from shibby's branch.
[tomato.git] / release / src / router / bridge / ChangeLog
blobe5d97332c2ca7a291a561bb197b2149d55ff1853
1 2005-03-16  Stephen Hemminger  <shemminger@osdl.org>
3         * Released bridge-utils 1.0.6
4         * Fix for libsys detection (for FC)
5         * Update autoconf usage
6         * Allow multiple interfaces for addif,delif
8 2004-12-02  Stephen Hemminger  <shemminger@osdl.org>
10         * Released bridge-utils 1.0.5
11         * Remove brctld out of date, buggy not used
12         * Cleanup command line help and error messages
13         * Fix segv with wrong # of args to 'brctl stp'
14         
16 20040601        Stephen Hemminger <shemminger@osdl.org>
17         * Released bridge-utils 1.0.4
18           - should build with out sysfs now.
19           - report errors on foreach_port failing
20           - more build cleanup
22 20040525        Stephen Hemminger <shemminger@osdl.org>
23         * Released bridge-utils 1.0.1
24           - Change configure option 
25             from --with-linux=<path>
26             to   --with-linux-headers=<path>
27             so options match help message.
28           - Fix so utilities work with earlier 2.6 kernels that
29             have sysfs but not new ioctl's or directories yet.
30           - Build spec file from template.
31         
32 20040524        Stephen Hemminger <shemminger@osdl.org>
33         * Released bridge-utils 1.0
34           - Use sysfs to control bridge parameters
35           - Add new ioctl syntax to handle mixed 32/64 bit mode
36             (Earlier method would not work on all platforms).
37           - Change libbbridge API to do work as needed, rather
38             than reading all bridges/ports at startup. Old way
39             would not scale with 1000's of entries
40           - Minor cleanups.
42 20040401        Stephen Hemminger <shemminger@osdl.org>
43         * Releases bridge-utils 0.9.7
44           - add -V option
45           - support 100's of bridge ports
46           - minor bug fixes
48 20021002        Lennert Buytenhek <buytenh@gnu.org>
50         * Released bridge-utils 0.9.6.
52 20020403        Lennert Buytenhek <buytenh@gnu.org>
54         * autoconfization by Andreas Hofmeister.
56 20020116        Lennert Buytenhek <buytenh@gnu.org>
58         * On sparc, try to detect 32/64-bitness of the kernel at runtime.
60         * Released bridge-utils 0.9.5.
62 20020106        Lennert Buytenhek <buytenh@gnu.org>
64         * Remove 'tap'.
66         * Added TODO list.
68         * Added extra check for argument count to brctl
70         * Added error message for circular bridge dev enslavement to brctl.
72         * Get rid of some compiler warnings.
74         * Steal Red Hat rawhide spec file.
76         * Added 'how to use libbridge_compat.c' explanation by Serge Caron.
78         * Try to work around sparc64 brokenness (FUCK ARGHH FUCK FUCK FUCK)
80         * Release bridge-utils 0.9.4.
82 20011107        Lennert Buytenhek <buytenh@gnu.org>
84         * Moved FAQ to the website.
86         * Updated docs for 2.4 firewalling.
88         * Add out-of-date notice to the THANKS file.
90 ????????        Lennert Buytenhek <buytenh@gnu.org>
92         * Fixed brctl timeout 42.94s wrap buglet.
94         * Cleanup some docs.
96         * Released bridge-utils 0.9.3.
98 20001002        Lennert Buytenhek <buytenh@gnu.org>
100         * Incorporated two cleanup patches from H. J. Lu (one splits
101         the CC define into CC and CFLAGS, the other one changes a few
102         occurances of __close into the libc5 compatibility stub to
103         close).
105         * Removed all RCS tags.
107         * Removed sample scripts dir.
109         * Tweaked THANKS file a bit (it needs updating as well..)
111         * Made 'show' command show an interface list.
113         * Changed the 'showbr' command to 'showstp'
115         * Tweaked FAQ.
117         * Added explanation for iptables firewalling.
119         * Released bridge-utils 0.9.2.
121 20000905        Lennert Buytenhek <buytenh@gnu.org>
123         * Incorporated Roger Venning's patch to tap which will let you
124         specify a local address to be used for the 'tunnel'.