]> git.ipfire.org Git - thirdparty/bird.git/blame - NEWS
Separate import and receive limits.
[thirdparty/bird.git] / NEWS
CommitLineData
c93c0208
OZ
1Version 1.3.9 (2012-11-16)
2 o BIRD can be configured to keep and show filtered routes.
3 o Dragonfly BSD support.
4 o Fixed OSPFv3 vlinks.
5 o Several minor bugfixes.
6
94e2f1c1
OZ
7Version 1.3.8 (2012-08-07)
8 o Generalized import and export route limits.
9 o RDNSS and DNSSL support for RAdv.
10 o Include in config file support wildcards.
11 o History deduplication in BIRD client.
12 o New route attributes krt_source, krt_metric.
13 o Different instance ID support for OSPFv3.
14 o Real broadcast mode for OSPFv2.
15 o Several minor bugfixes.
c49490f8 16
16fc65ac 17Version 1.3.7 (2012-03-22)
89647357 18 o Route Origin Authorization basics.
16fc65ac 19 o RIPng working again.
c93c0208 20 o Extended clist operations in filters.
89647357
OZ
21 o Fixes several bugs in BSD iface handling.
22 o Several minor bugfixes and enhancements.
23
544f2e1b
OZ
24Version 1.3.6 (2012-01-20)
25 o Important bugfix in BGP.
26
2c67a564
OZ
27Version 1.3.5 (2012-01-10)
28 o Protocol templates.
29 o Deterministic MED option for BGP.
30 o Support for link-local addresses in BGP and static protocols.
31 o Several bugfixes.
32
00a124e3
OZ
33Version 1.3.4 (2011-10-10)
34 o Static recursive routes.
35 o Several bugfixes.
36
1e69379e 37Version 1.3.3 (2011-09-11)
00a124e3
OZ
38 o OSPF NSSA.
39 o BGP extended communities.
40 o BGP TTL security.
41 o Configuration option "include" added (based on patch from Alexander V. Chernikov).
a9899527
OZ
42 o Some minor bugfixes.
43
c49490f8
OZ
44Version 1.3.2 (2011-07-08)
45 o Allows run with restricted privileges.
46 o Community list filter operation.
47 o Fixes several problems in filter syntax:
48 - Fixes several conflicts in the grammar.
49 - Fixes a bug in (a..b, c) pair patterns.
50 - Makes pair patterns orthogonal.
51 - Allows term expressions in pair patterns without additional ( ).
52 - Allows several comma separated values in switch cases.
53 o Many bugfixes.
54
409e8a6e
OZ
55Version 1.3.1 (2011-05-02)
56 o Added Linux kernel route attributes krt_prefsrc and krt_realm.
57 o Added BGP option 'med metric' related to MED handling.
58 o Allows to use constants from /etc/iproute2/rt_* files.
59 o Several bugfixes.
60
eb3786e4 61Version 1.3.0 (2011-03-31)
a5b84ab5 62 o Proper iBGP (can be used with IGP).
eb3786e4
OZ
63 o Multipath support (OSPF and static).
64 o L2 link state detection.
65 o IPv6 router advertisements.
66 o Much improved OSPF reconfiguration.
67 o Point-to-MultiPoint interfaces (OSPF).
68 o Minor changes and improvements in config file grammar.
00a124e3 69 o Better community list matching.
eb3786e4
OZ
70 o Changes default behavior of BGP IPv6 socket to v6only.
71 Use 'listen bgp dual' for the old behavior.
72 o Changes default for handling missing link-local addresses on
73 route servers. Use 'missing lladdr drop' for the old behavior.
74 o Important bugfix for OSPF.
75 o Several minor bugfixes.
76
77Version 1.2.5 (2010-10-10)
78 o Several mostly minor bugfixes.
79
80Version 1.2.4 (2010-08-03)
81 o Added 'show memory' command.
82 o Important bugfix in IPv6 BGP.
83 o Several minor bugfixes.
84
9ef23994
OZ
85Version 1.2.3 (2010-06-01)
86 o Pattern matching for community lists.
87 o Many fixes in OSPF protocol (esp. in multi-areas and vlinks).
88 o Several minor bugfixes.
89
d759c1a6
OZ
90Version 1.2.2 (2010-04-10)
91 o Much better BSD kernel support (IPv6, alien routes, ...).
92 o Deep OSPF socket changes, fixes OSPFv2/v3 behavior on BSD.
93 o OSPFv2 in Linux now supports more non-stub IP prefixes
94 on one physical iface.
95 o Export of device routes to the kernel is more restricted.
96 o Routes with strange scope not allowed in BIRD routing tables.
97 o New filterable route attributes bgp_originator_id,
98 bgp_cluster_list and ospf_router_id.
99 o Restricted read-only CLI (option -r).
100 o Pattern matching for 'show protocols' command.
101 o BGP protocol details in 'show protocols all' command.
102 o Configurable syslog name (and default on IPv6 changed).
103 o Statistic counters for pipes were fixed.
104 o Many bugfixes in BGP, OSPF, filters, ...
105
75f88618
OZ
106Version 1.2.1 (2010-02-11)
107 o Option 'interpret communities' allows to override implicit handling
108 of well-known communities.
109 o 'configure' command uses route reload when filters change.
110 o Adds router ID of advertising router as OSPF route attribute.
111 o 'show route' command indicates primary route and shows OSPF Router ID.
112 o Configurable date/time formats.
fa5a99c7 113 o Symbol names can be enclosed by '' and so include hyphen and start with number.
75f88618
OZ
114 o Several minor bugfixes.
115
0c75411b
OZ
116Version 1.2.0 (2010-01-05)
117 o Implements OSPFv3 (IPv6 support for OSPF). Because the code is
118 shared with OSPFv2 and there were deep changes in it, we suggest
119 caution during upgrade to OSPF users. Some advanced features
120 (like NSSA, vlinks and authentication) are not yet implemented.
121 o Implements MRTdump - binary logging protocol compatible with other
122 routing daemons. Only BGP part of MRTdump is yet implemented.
123 o Changes default value of BGP attribute LOCAL_PREF from 0 to 100.
124 Use 'default bgp_local_pref 0' BGP protocol option for the old
125 behavior. The new value is suggested by RFC 4277.
126 o Changes default mode of pipes from opaque to transparent.
127 Use 'mode opaque' protocol option if the old behavior is needed.
128 Opaque pipe mode is deprecated and might be removed in the future.
129
053dc3d8 130Version 1.1.7 (2009-12-20)
6877ff73 131 o Implements BGP Route Refresh (RFC 2918).
053dc3d8 132 o Implements route reload command.
6877ff73
OZ
133 o Deep changes and bugfixes in pipe protocol.
134 o Bugfix in OSPF premature aging of LSA.
135 o Bugfix in OSPF next hop calculation.
136 o Bugfix in core related to route withdraws.
137 o Several minor bugfixes.
138
1f8be1e4 139Version 1.1.6 (2009-11-19)
6a72a276 140 o Implements RFC 5004 - prefer older external routes.
1f8be1e4
OF
141 o There is a change how route servers handle missing IPv6 link
142 local addresses in next hop atribute - see 'missing lladdr'
143 option.
6a72a276
OZ
144 o Several minor features (description field, parse check option).
145 o Several minor bugfixes.
146
b5332824
OZ
147Version 1.1.5 (2009-10-29)
148 o Better scalability of BGP.
149 o New accessors for AS path - first and last.
150 o Allows to set protocol-specific router ID.
151 o Allows import kernel 'onlink' routes.
152 o Endianity check in buildsystem changed.
153
43c7a1ff
OZ
154Version 1.1.4 (2009-10-02)
155 o BGP passive option.
156 o Several minor bugfixes.
157
5eb4d018
OF
158Version 1.1.3 (2009-09-11)
159 o Bugfix in core
160 o Bugfix in BGP related to AS2->AS4 conversion.
161
d2f8d0a5
OF
162Version 1.1.2 (2009-08-23)
163 o Allow more kernel routing tables in IPv6.
164 o Bugfix in core
165
c5be5a16
OZ
166Version 1.1.1 (2009-08-14)
167 o 'more' style paging in BIRD client.
168 o Important core bug fixed.
169 o Portability to non-x86 related bugfixes.
170 o As usual, miscellaneous bugfixes.
171
f1684ae6 172Version 1.1.0 (2009-06-28)
bffd4c0b 173 o Parametrized pair and path mask expressions in the filter language.
200ede82
OZ
174 o Transparent pipe mode allows to implement BGP route server with
175 independent route policy for each peer.
176 o Kernel route table synchronization does not allow overwriting
177 of alien routes.
bffd4c0b 178 o Configurable BGP import route limits.
200ede82
OZ
179 o During BGP error delay, incoming connections are rejected.
180 o BGP route statistics.
f1684ae6 181 o Better support for multiple network addresses on OSPF interfaces.
200ede82
OZ
182 o As usual, miscellaneous bugfixes.
183
0c51083e
OZ
184Version 1.0.15 (2009-05-25)
185 o FreeBSD and NetBSD port renewed. OpenBSD port introduced.
186 o import/preimport 'show route' modifiers was renamed to export/preexport
187 for consistency with filters.
188 o Minor change in the grammar of 'interface' config option.
189 o Many bugfixes in IPv6 BGP.
190 o As usual, miscellaneous bugfixes.
191
11e0568f
OZ
192Version 1.0.14 (2009-04-28)
193 o A lot of bugfixes in BGP, OSPF and core.
194 o A bugfix in filters in the pipe protocol. It is recommended to
195 check whether the new behavior of used pipe filters is consistent
196 with expectations.
197 o Reimplementation of prefix sets and a slight change in the meaning
198 of some prefix set patterns.
199
1733d080 200Version 1.0.13 (2009-03-14)
f16ad72e
OZ
201 o A lot of bugfixes in BGP, OSPF and core
202 o A new syntax for BGP masks
203
204Version 1.0.12 (2008-11-12)
205 o new BGP features: BGP MD5, ASN32, BGP route reflector
206 o BGP bugfixes
207
208...
209
6b68de07
OF
210Version 1.0.9 (2004-07-15)
211 o Minor bugfix in RIP
212 o A lot of OSPF code rewritten, OSPF supports multiple areas,
213 virtual links, MD5 authentication. It is fully compatible
214 with rfc2329.
215
bf1b1b60
OF
216Version 1.0.8 (2004-06-07)
217 o A lot of bug fixes in RIP, OSPF and BGP (thanx to Andreas Steinmetz)
218 o FreeBSD and NetBSD port introduced
219 o Complete code clean up
220
221Version 1.0.7 (2003-08-20)
222 o OSPF bug fixes
223
b77834b3 224Version 1.0.6 (2003-04-06)
a9aa5887
MM
225
226 o No more byte order problems in RIP authentication. Thanks to
227 Eric Leblond <eleblond@init-sys.com> for a patch.
228 o Fixed interoperability problems with Cisco and Zebra when talking
229 IPv6 BGP.
230 o Handle more primary addresses with different scopes gracefully.
231 IPv6 needs that.
232 o Comparison of prefixes in filters doesn't ignore their lengts.
233 o As usually, OSPF bug fixes.
d02b7a73 234 o Documentation building tools now work with recent linuxdoc-tools.
a9aa5887
MM
235
236Version 1.0.5 (2001-06-09)
237
238 o Minor cleanups in the libraries.
239 o Removed a couple of warnings when compiling with newer glibc.
240 o OSPF bug fixes.
241
242Version 1.0.4 (2000-09-04)
243
244 o Fixed a serious bug in 1.0.3.
245
246Version 1.0.3 (2000-09-03)
247
248 o OSPF works better on NBMA networks. Some configuration tags added.
249
250Version 1.0.2 (2000-08-24)
251
252 o Minor bug fixes to OSPF.
253
254Version 1.0.1 (2000-06-22)
255
256 o Updated documentation and fixed a couple of bugs.
257
258Version 1.0.0 (2000-06-09)
259
260 o First stable release.
261
262Version 0.0.0 (2000-05-13)
263
264 o First public development release.