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