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