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