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