]> git.ipfire.org Git - thirdparty/bird.git/blame - NEWS
NEWS and version update.
[thirdparty/bird.git] / NEWS
CommitLineData
409e8a6e
OZ
1Version 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
eb3786e4 7Version 1.3.0 (2011-03-31)
a5b84ab5 8 o Proper iBGP (can be used with IGP).
eb3786e4
OZ
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.
a5b84ab5 15 o Better community list matching
eb3786e4
OZ
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
23Version 1.2.5 (2010-10-10)
24 o Several mostly minor bugfixes.
25
26Version 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
9ef23994
OZ
31Version 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
d759c1a6
OZ
36Version 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
75f88618
OZ
52Version 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.
fa5a99c7 59 o Symbol names can be enclosed by '' and so include hyphen and start with number.
75f88618
OZ
60 o Several minor bugfixes.
61
0c75411b
OZ
62Version 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
053dc3d8 76Version 1.1.7 (2009-12-20)
6877ff73 77 o Implements BGP Route Refresh (RFC 2918).
053dc3d8 78 o Implements route reload command.
6877ff73
OZ
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
1f8be1e4 85Version 1.1.6 (2009-11-19)
6a72a276 86 o Implements RFC 5004 - prefer older external routes.
1f8be1e4
OF
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.
6a72a276
OZ
90 o Several minor features (description field, parse check option).
91 o Several minor bugfixes.
92
b5332824
OZ
93Version 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
43c7a1ff
OZ
100Version 1.1.4 (2009-10-02)
101 o BGP passive option.
102 o Several minor bugfixes.
103
5eb4d018
OF
104Version 1.1.3 (2009-09-11)
105 o Bugfix in core
106 o Bugfix in BGP related to AS2->AS4 conversion.
107
d2f8d0a5
OF
108Version 1.1.2 (2009-08-23)
109 o Allow more kernel routing tables in IPv6.
110 o Bugfix in core
111
c5be5a16
OZ
112Version 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
f1684ae6 118Version 1.1.0 (2009-06-28)
bffd4c0b 119 o Parametrized pair and path mask expressions in the filter language.
200ede82
OZ
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.
bffd4c0b 124 o Configurable BGP import route limits.
200ede82
OZ
125 o During BGP error delay, incoming connections are rejected.
126 o BGP route statistics.
f1684ae6 127 o Better support for multiple network addresses on OSPF interfaces.
200ede82
OZ
128 o As usual, miscellaneous bugfixes.
129
0c51083e
OZ
130Version 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
11e0568f
OZ
138Version 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
1733d080 146Version 1.0.13 (2009-03-14)
f16ad72e
OZ
147 o A lot of bugfixes in BGP, OSPF and core
148 o A new syntax for BGP masks
149
150Version 1.0.12 (2008-11-12)
151 o new BGP features: BGP MD5, ASN32, BGP route reflector
152 o BGP bugfixes
153
154...
155
6b68de07
OF
156Version 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
bf1b1b60
OF
162Version 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
167Version 1.0.7 (2003-08-20)
168 o OSPF bug fixes
169
b77834b3 170Version 1.0.6 (2003-04-06)
a9aa5887
MM
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.
d02b7a73 180 o Documentation building tools now work with recent linuxdoc-tools.
a9aa5887
MM
181
182Version 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
188Version 1.0.4 (2000-09-04)
189
190 o Fixed a serious bug in 1.0.3.
191
192Version 1.0.3 (2000-09-03)
193
194 o OSPF works better on NBMA networks. Some configuration tags added.
195
196Version 1.0.2 (2000-08-24)
197
198 o Minor bug fixes to OSPF.
199
200Version 1.0.1 (2000-06-22)
201
202 o Updated documentation and fixed a couple of bugs.
203
204Version 1.0.0 (2000-06-09)
205
206 o First stable release.
207
208Version 0.0.0 (2000-05-13)
209
210 o First public development release.