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