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