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