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