blob: 435d2f546d51f060f35fdf8e6619ebb270de37bd [file] [log] [blame]
Stephen Hemminger32a43e92006-05-31 14:20:30 -070012006-05-31 Stephen Hemminger <shemminger@zqx3.pdx.osdl.net>
2
3 * Fixed bug where setting port priority set path cost instead
4
shemminger1a351562006-01-31 19:33:58 +000052006-01-31 Stephen Hemminger <shemminger@osdl.org>
6
7 * Released bridge-utils 1.1
8 * Change to use libsysfs 2.0
9
shemminger749cca92005-03-16 19:18:32 +0000102005-03-16 Stephen Hemminger <shemminger@osdl.org>
11
12 * Released bridge-utils 1.0.6
13 * Fix for libsys detection (for FC)
14 * Update autoconf usage
15 * Allow multiple interfaces for addif,delif
16
shemmingerf7f02252004-12-02 19:00:24 +0000172004-12-02 Stephen Hemminger <shemminger@osdl.org>
18
19 * Released bridge-utils 1.0.5
20 * Remove brctld out of date, buggy not used
21 * Cleanup command line help and error messages
22 * Fix segv with wrong # of args to 'brctl stp'
23
24
shemmingera5a664d2004-06-02 17:38:20 +00002520040601 Stephen Hemminger <shemminger@osdl.org>
26 * Released bridge-utils 1.0.4
27 - should build with out sysfs now.
28 - report errors on foreach_port failing
29 - more build cleanup
30
shemminger9c6f7c32004-05-27 16:50:56 +00003120040525 Stephen Hemminger <shemminger@osdl.org>
32 * Released bridge-utils 1.0.1
33 - Change configure option
34 from --with-linux=<path>
35 to --with-linux-headers=<path>
36 so options match help message.
37 - Fix so utilities work with earlier 2.6 kernels that
38 have sysfs but not new ioctl's or directories yet.
39 - Build spec file from template.
40
shemmingerf38d0e32004-05-24 23:25:45 +00004120040524 Stephen Hemminger <shemminger@osdl.org>
42 * Released bridge-utils 1.0
43 - Use sysfs to control bridge parameters
44 - Add new ioctl syntax to handle mixed 32/64 bit mode
45 (Earlier method would not work on all platforms).
46 - Change libbbridge API to do work as needed, rather
47 than reading all bridges/ports at startup. Old way
48 would not scale with 1000's of entries
49 - Minor cleanups.
50
5120040401 Stephen Hemminger <shemminger@osdl.org>
52 * Releases bridge-utils 0.9.7
53 - add -V option
54 - support 100's of bridge ports
55 - minor bug fixes
56
buytenh012d80f2002-10-02 04:22:29 +00005720021002 Lennert Buytenhek <buytenh@gnu.org>
58
59 * Released bridge-utils 0.9.6.
60
buytenh41708cb2002-04-03 16:19:36 +00006120020403 Lennert Buytenhek <buytenh@gnu.org>
62
63 * autoconfization by Andreas Hofmeister.
64
6520020116 Lennert Buytenhek <buytenh@gnu.org>
66
67 * On sparc, try to detect 32/64-bitness of the kernel at runtime.
68
69 * Released bridge-utils 0.9.5.
70
buytenh39bb8242002-01-06 11:47:30 +00007120020106 Lennert Buytenhek <buytenh@gnu.org>
72
73 * Remove 'tap'.
74
75 * Added TODO list.
76
77 * Added extra check for argument count to brctl
78
79 * Added error message for circular bridge dev enslavement to brctl.
80
81 * Get rid of some compiler warnings.
82
83 * Steal Red Hat rawhide spec file.
84
85 * Added 'how to use libbridge_compat.c' explanation by Serge Caron.
86
87 * Try to work around sparc64 brokenness (FUCK ARGHH FUCK FUCK FUCK)
88
89 * Release bridge-utils 0.9.4.
90
buytenh7c4bf5a2001-11-07 17:21:09 +00009120011107 Lennert Buytenhek <buytenh@gnu.org>
92
93 * Moved FAQ to the website.
94
95 * Updated docs for 2.4 firewalling.
96
97 * Add out-of-date notice to the THANKS file.
98
buytenh840ee7e2001-11-07 17:23:24 +000099???????? Lennert Buytenhek <buytenh@gnu.org>
100
101 * Fixed brctl timeout 42.94s wrap buglet.
102
103 * Cleanup some docs.
104
105 * Released bridge-utils 0.9.3.
106
buytenh38837a82001-06-22 19:59:02 +000010720001002 Lennert Buytenhek <buytenh@gnu.org>
108
109 * Incorporated two cleanup patches from H. J. Lu (one splits
110 the CC define into CC and CFLAGS, the other one changes a few
111 occurances of __close into the libc5 compatibility stub to
112 close).
113
114 * Removed all RCS tags.
115
116 * Removed sample scripts dir.
117
118 * Tweaked THANKS file a bit (it needs updating as well..)
119
120 * Made 'show' command show an interface list.
121
122 * Changed the 'showbr' command to 'showstp'
123
124 * Tweaked FAQ.
125
126 * Added explanation for iptables firewalling.
127
128 * Released bridge-utils 0.9.2.
129
13020000905 Lennert Buytenhek <buytenh@gnu.org>
131
132 * Incorporated Roger Venning's patch to tap which will let you
133 specify a local address to be used for the 'tunnel'.