-
Notifications
You must be signed in to change notification settings - Fork 0
/
ChangeLog
133 lines (84 loc) · 3.49 KB
/
ChangeLog
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
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
2006-05-31 Stephen Hemminger <[email protected]>
* Fixed bug where setting port priority set path cost instead
2006-01-31 Stephen Hemminger <[email protected]>
* Released bridge-utils 1.1
* Change to use libsysfs 2.0
2005-03-16 Stephen Hemminger <[email protected]>
* Released bridge-utils 1.0.6
* Fix for libsys detection (for FC)
* Update autoconf usage
* Allow multiple interfaces for addif,delif
2004-12-02 Stephen Hemminger <[email protected]>
* Released bridge-utils 1.0.5
* Remove brctld out of date, buggy not used
* Cleanup command line help and error messages
* Fix segv with wrong # of args to 'brctl stp'
20040601 Stephen Hemminger <[email protected]>
* Released bridge-utils 1.0.4
- should build with out sysfs now.
- report errors on foreach_port failing
- more build cleanup
20040525 Stephen Hemminger <[email protected]>
* Released bridge-utils 1.0.1
- Change configure option
from --with-linux=<path>
to --with-linux-headers=<path>
so options match help message.
- Fix so utilities work with earlier 2.6 kernels that
have sysfs but not new ioctl's or directories yet.
- Build spec file from template.
20040524 Stephen Hemminger <[email protected]>
* Released bridge-utils 1.0
- Use sysfs to control bridge parameters
- Add new ioctl syntax to handle mixed 32/64 bit mode
(Earlier method would not work on all platforms).
- Change libbbridge API to do work as needed, rather
than reading all bridges/ports at startup. Old way
would not scale with 1000's of entries
- Minor cleanups.
20040401 Stephen Hemminger <[email protected]>
* Releases bridge-utils 0.9.7
- add -V option
- support 100's of bridge ports
- minor bug fixes
20021002 Lennert Buytenhek <[email protected]>
* Released bridge-utils 0.9.6.
20020403 Lennert Buytenhek <[email protected]>
* autoconfization by Andreas Hofmeister.
20020116 Lennert Buytenhek <[email protected]>
* On sparc, try to detect 32/64-bitness of the kernel at runtime.
* Released bridge-utils 0.9.5.
20020106 Lennert Buytenhek <[email protected]>
* Remove 'tap'.
* Added TODO list.
* Added extra check for argument count to brctl
* Added error message for circular bridge dev enslavement to brctl.
* Get rid of some compiler warnings.
* Steal Red Hat rawhide spec file.
* Added 'how to use libbridge_compat.c' explanation by Serge Caron.
* Try to work around sparc64 brokenness (FUCK ARGHH FUCK FUCK FUCK)
* Release bridge-utils 0.9.4.
20011107 Lennert Buytenhek <[email protected]>
* Moved FAQ to the website.
* Updated docs for 2.4 firewalling.
* Add out-of-date notice to the THANKS file.
???????? Lennert Buytenhek <[email protected]>
* Fixed brctl timeout 42.94s wrap buglet.
* Cleanup some docs.
* Released bridge-utils 0.9.3.
20001002 Lennert Buytenhek <[email protected]>
* Incorporated two cleanup patches from H. J. Lu (one splits
the CC define into CC and CFLAGS, the other one changes a few
occurances of __close into the libc5 compatibility stub to
close).
* Removed all RCS tags.
* Removed sample scripts dir.
* Tweaked THANKS file a bit (it needs updating as well..)
* Made 'show' command show an interface list.
* Changed the 'showbr' command to 'showstp'
* Tweaked FAQ.
* Added explanation for iptables firewalling.
* Released bridge-utils 0.9.2.
20000905 Lennert Buytenhek <[email protected]>
* Incorporated Roger Venning's patch to tap which will let you
specify a local address to be used for the 'tunnel'.