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