]> git.ipfire.org Git - thirdparty/bird.git/blob - NEWS
NEWS and version update.
[thirdparty/bird.git] / NEWS
1 Version 1.4.4 (2014-07-09)
2 o Extended OSPF multipath support.
3 o Default router preference for RAdv.
4 o Significant changes in socket layer.
5 o Important bugfix in BGP.
6 o Several minor bugfixes.
7
8 Version 1.4.3 (2014-04-14)
9 o Important bugfix in IPv6 BGP.
10
11 Version 1.4.2 (2014-04-02)
12 o Important bugfix in BFD.
13
14 Version 1.4.1 (2014-03-31)
15 o BGP add-path support (RFC draft).
16 o BGP graceful restart (RFC 4724).
17 o OSPF: many changes in socket layer.
18 o OSPF: support for secondary addresses in BSD.
19 o OSPF: names for vlink pseudointerfaces (vlinkX).
20 o Several bugfixes.
21
22 Version 1.4.0 (2013-11-25)
23 o BFD protocol (RFC 5880).
24 o BFD support for OSPF and BGP.
25 o New 'allow local as' option for BGP.
26 o Filters allows setting gw, ifname and ifindex.
27 o Filter operator 'delete/filter' extended to bgp_paths.
28 o Filter operator 'len' extended to [e]clists.
29 o BIRD client now allows shorthands for noninteractive commands.
30 o Flag -P for PID file support.
31 o Flag -f added to force BIRD to run in foreground.
32 o Protocol export/import/receive limits are checked during reconfiguration.
33 o Several bugfixes and minor improvements.
34 o Several minor but incompatible changes:
35 - IBGP is multihop by default.
36 - Changes primary address selection on BSD to the first one.
37 - Integers in filters are handled as unsigned.
38 - ISO 8601 time formats used by default.
39 - Import of device routes from kernel protocol allowed.
40 - Last state change now tracks just protocol state change.
41 - Minor changes to default router ID calculation.
42
43 Version 1.3.11 (2013-07-27)
44 o OSPF stub router option (RFC 3137).
45 o TTL security for OSPF and RIP.
46 o Protocol packet priority and traffic class handling.
47 o Multiple routing tables support for FreeBSD and OpenBSD.
48 o Extends constants to all filter data types.
49 o Implements eval command.
50 o 'bgppath ~ int set' filter operation.
51 o Several bugfixes.
52
53 Version 1.3.10 (2013-04-30)
54 o Lightweight BIRD client for embedded environments.
55 o Dynamic IPv6 router advertisements.
56 o New 'next hop keep' option for BGP.
57 o Smart default routing table for 'show route export/preexport/protocol'.
58 o Automatic router ID selection could be configured to use address of loopback.
59 o Allows configured global addresses of NBMA neighbors in OSPFv3.
60 o Allows BIRD commands from UNIX shell even in restricted mode.
61 o Route limits inherited from templates can be disabled.
62 o Symbol names enclosed by apostrophes can contain dots.
63 o Several bugfixes.
64
65 Version 1.3.9 (2013-01-11)
66 o BIRD can be configured to keep and show filtered routes.
67 o Separate receive and import limits.
68 o Several new reconfiguration cmd options (undo, timeout, check).
69 o Configurable automatic router ID selection.
70 o Dragonfly BSD support.
71 o Fixed OSPFv3 vlinks.
72 o Several minor bugfixes.
73
74 Version 1.3.8 (2012-08-07)
75 o Generalized import and export route limits.
76 o RDNSS and DNSSL support for RAdv.
77 o Include in config file support wildcards.
78 o History deduplication in BIRD client.
79 o New route attributes krt_source, krt_metric.
80 o Different instance ID support for OSPFv3.
81 o Real broadcast mode for OSPFv2.
82 o Several minor bugfixes.
83
84 Version 1.3.7 (2012-03-22)
85 o Route Origin Authorization basics.
86 o RIPng working again.
87 o Extended clist operations in filters.
88 o Fixes several bugs in BSD iface handling.
89 o Several minor bugfixes and enhancements.
90
91 Version 1.3.6 (2012-01-20)
92 o Important bugfix in BGP.
93
94 Version 1.3.5 (2012-01-10)
95 o Protocol templates.
96 o Deterministic MED option for BGP.
97 o Support for link-local addresses in BGP and static protocols.
98 o Several bugfixes.
99
100 Version 1.3.4 (2011-10-10)
101 o Static recursive routes.
102 o Several bugfixes.
103
104 Version 1.3.3 (2011-09-11)
105 o OSPF NSSA.
106 o BGP extended communities.
107 o BGP TTL security.
108 o Configuration option "include" added (based on patch from Alexander V. Chernikov).
109 o Some minor bugfixes.
110
111 Version 1.3.2 (2011-07-08)
112 o Allows run with restricted privileges.
113 o Community list filter operation.
114 o Fixes several problems in filter syntax:
115 - Fixes several conflicts in the grammar.
116 - Fixes a bug in (a..b, c) pair patterns.
117 - Makes pair patterns orthogonal.
118 - Allows term expressions in pair patterns without additional ( ).
119 - Allows several comma separated values in switch cases.
120 o Many bugfixes.
121
122 Version 1.3.1 (2011-05-02)
123 o Added Linux kernel route attributes krt_prefsrc and krt_realm.
124 o Added BGP option 'med metric' related to MED handling.
125 o Allows to use constants from /etc/iproute2/rt_* files.
126 o Several bugfixes.
127
128 Version 1.3.0 (2011-03-31)
129 o Proper iBGP (can be used with IGP).
130 o Multipath support (OSPF and static).
131 o L2 link state detection.
132 o IPv6 router advertisements.
133 o Much improved OSPF reconfiguration.
134 o Point-to-MultiPoint interfaces (OSPF).
135 o Minor changes and improvements in config file grammar.
136 o Better community list matching.
137 o Changes default behavior of BGP IPv6 socket to v6only.
138 Use 'listen bgp dual' for the old behavior.
139 o Changes default for handling missing link-local addresses on
140 route servers. Use 'missing lladdr drop' for the old behavior.
141 o Important bugfix for OSPF.
142 o Several minor bugfixes.
143
144 Version 1.2.5 (2010-10-10)
145 o Several mostly minor bugfixes.
146
147 Version 1.2.4 (2010-08-03)
148 o Added 'show memory' command.
149 o Important bugfix in IPv6 BGP.
150 o Several minor bugfixes.
151
152 Version 1.2.3 (2010-06-01)
153 o Pattern matching for community lists.
154 o Many fixes in OSPF protocol (esp. in multi-areas and vlinks).
155 o Several minor bugfixes.
156
157 Version 1.2.2 (2010-04-10)
158 o Much better BSD kernel support (IPv6, alien routes, ...).
159 o Deep OSPF socket changes, fixes OSPFv2/v3 behavior on BSD.
160 o OSPFv2 in Linux now supports more non-stub IP prefixes
161 on one physical iface.
162 o Export of device routes to the kernel is more restricted.
163 o Routes with strange scope not allowed in BIRD routing tables.
164 o New filterable route attributes bgp_originator_id,
165 bgp_cluster_list and ospf_router_id.
166 o Restricted read-only CLI (option -r).
167 o Pattern matching for 'show protocols' command.
168 o BGP protocol details in 'show protocols all' command.
169 o Configurable syslog name (and default on IPv6 changed).
170 o Statistic counters for pipes were fixed.
171 o Many bugfixes in BGP, OSPF, filters, ...
172
173 Version 1.2.1 (2010-02-11)
174 o Option 'interpret communities' allows to override implicit handling
175 of well-known communities.
176 o 'configure' command uses route reload when filters change.
177 o Adds router ID of advertising router as OSPF route attribute.
178 o 'show route' command indicates primary route and shows OSPF Router ID.
179 o Configurable date/time formats.
180 o Symbol names can be enclosed by '' and so include hyphen and start with number.
181 o Several minor bugfixes.
182
183 Version 1.2.0 (2010-01-05)
184 o Implements OSPFv3 (IPv6 support for OSPF). Because the code is
185 shared with OSPFv2 and there were deep changes in it, we suggest
186 caution during upgrade to OSPF users. Some advanced features
187 (like NSSA, vlinks and authentication) are not yet implemented.
188 o Implements MRTdump - binary logging protocol compatible with other
189 routing daemons. Only BGP part of MRTdump is yet implemented.
190 o Changes default value of BGP attribute LOCAL_PREF from 0 to 100.
191 Use 'default bgp_local_pref 0' BGP protocol option for the old
192 behavior. The new value is suggested by RFC 4277.
193 o Changes default mode of pipes from opaque to transparent.
194 Use 'mode opaque' protocol option if the old behavior is needed.
195 Opaque pipe mode is deprecated and might be removed in the future.
196
197 Version 1.1.7 (2009-12-20)
198 o Implements BGP Route Refresh (RFC 2918).
199 o Implements route reload command.
200 o Deep changes and bugfixes in pipe protocol.
201 o Bugfix in OSPF premature aging of LSA.
202 o Bugfix in OSPF next hop calculation.
203 o Bugfix in core related to route withdraws.
204 o Several minor bugfixes.
205
206 Version 1.1.6 (2009-11-19)
207 o Implements RFC 5004 - prefer older external routes.
208 o There is a change how route servers handle missing IPv6 link
209 local addresses in next hop atribute - see 'missing lladdr'
210 option.
211 o Several minor features (description field, parse check option).
212 o Several minor bugfixes.
213
214 Version 1.1.5 (2009-10-29)
215 o Better scalability of BGP.
216 o New accessors for AS path - first and last.
217 o Allows to set protocol-specific router ID.
218 o Allows import kernel 'onlink' routes.
219 o Endianity check in buildsystem changed.
220
221 Version 1.1.4 (2009-10-02)
222 o BGP passive option.
223 o Several minor bugfixes.
224
225 Version 1.1.3 (2009-09-11)
226 o Bugfix in core
227 o Bugfix in BGP related to AS2->AS4 conversion.
228
229 Version 1.1.2 (2009-08-23)
230 o Allow more kernel routing tables in IPv6.
231 o Bugfix in core
232
233 Version 1.1.1 (2009-08-14)
234 o 'more' style paging in BIRD client.
235 o Important core bug fixed.
236 o Portability to non-x86 related bugfixes.
237 o As usual, miscellaneous bugfixes.
238
239 Version 1.1.0 (2009-06-28)
240 o Parametrized pair and path mask expressions in the filter language.
241 o Transparent pipe mode allows to implement BGP route server with
242 independent route policy for each peer.
243 o Kernel route table synchronization does not allow overwriting
244 of alien routes.
245 o Configurable BGP import route limits.
246 o During BGP error delay, incoming connections are rejected.
247 o BGP route statistics.
248 o Better support for multiple network addresses on OSPF interfaces.
249 o As usual, miscellaneous bugfixes.
250
251 Version 1.0.15 (2009-05-25)
252 o FreeBSD and NetBSD port renewed. OpenBSD port introduced.
253 o import/preimport 'show route' modifiers was renamed to export/preexport
254 for consistency with filters.
255 o Minor change in the grammar of 'interface' config option.
256 o Many bugfixes in IPv6 BGP.
257 o As usual, miscellaneous bugfixes.
258
259 Version 1.0.14 (2009-04-28)
260 o A lot of bugfixes in BGP, OSPF and core.
261 o A bugfix in filters in the pipe protocol. It is recommended to
262 check whether the new behavior of used pipe filters is consistent
263 with expectations.
264 o Reimplementation of prefix sets and a slight change in the meaning
265 of some prefix set patterns.
266
267 Version 1.0.13 (2009-03-14)
268 o A lot of bugfixes in BGP, OSPF and core
269 o A new syntax for BGP masks
270
271 Version 1.0.12 (2008-11-12)
272 o new BGP features: BGP MD5, ASN32, BGP route reflector
273 o BGP bugfixes
274
275 ...
276
277 Version 1.0.9 (2004-07-15)
278 o Minor bugfix in RIP
279 o A lot of OSPF code rewritten, OSPF supports multiple areas,
280 virtual links, MD5 authentication. It is fully compatible
281 with rfc2329.
282
283 Version 1.0.8 (2004-06-07)
284 o A lot of bug fixes in RIP, OSPF and BGP (thanx to Andreas Steinmetz)
285 o FreeBSD and NetBSD port introduced
286 o Complete code clean up
287
288 Version 1.0.7 (2003-08-20)
289 o OSPF bug fixes
290
291 Version 1.0.6 (2003-04-06)
292
293 o No more byte order problems in RIP authentication. Thanks to
294 Eric Leblond <eleblond@init-sys.com> for a patch.
295 o Fixed interoperability problems with Cisco and Zebra when talking
296 IPv6 BGP.
297 o Handle more primary addresses with different scopes gracefully.
298 IPv6 needs that.
299 o Comparison of prefixes in filters doesn't ignore their lengts.
300 o As usually, OSPF bug fixes.
301 o Documentation building tools now work with recent linuxdoc-tools.
302
303 Version 1.0.5 (2001-06-09)
304
305 o Minor cleanups in the libraries.
306 o Removed a couple of warnings when compiling with newer glibc.
307 o OSPF bug fixes.
308
309 Version 1.0.4 (2000-09-04)
310
311 o Fixed a serious bug in 1.0.3.
312
313 Version 1.0.3 (2000-09-03)
314
315 o OSPF works better on NBMA networks. Some configuration tags added.
316
317 Version 1.0.2 (2000-08-24)
318
319 o Minor bug fixes to OSPF.
320
321 Version 1.0.1 (2000-06-22)
322
323 o Updated documentation and fixed a couple of bugs.
324
325 Version 1.0.0 (2000-06-09)
326
327 o First stable release.
328
329 Version 0.0.0 (2000-05-13)
330
331 o First public development release.