summaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorOndrej Zajicek <santiago@crfreenet.org>2010-01-06 16:57:20 +0100
committerOndrej Zajicek <santiago@crfreenet.org>2010-01-06 16:57:20 +0100
commit0c75411bec2f4e37bfdb4c7162631a22898052c1 (patch)
tree2aaa7015413e125adbe6da44d5699a672685b158 /NEWS
parentcf31112f0d7618464097f71228f84bd534f1bc0f (diff)
downloadbird-0c75411bec2f4e37bfdb4c7162631a22898052c1.tar
bird-0c75411bec2f4e37bfdb4c7162631a22898052c1.zip
NEWS, version and documentation update.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS14
1 files changed, 14 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index d1ce33c..eb48493 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,17 @@
+Version 1.2.0 (2010-01-05)
+ o Implements OSPFv3 (IPv6 support for OSPF). Because the code is
+ shared with OSPFv2 and there were deep changes in it, we suggest
+ caution during upgrade to OSPF users. Some advanced features
+ (like NSSA, vlinks and authentication) are not yet implemented.
+ o Implements MRTdump - binary logging protocol compatible with other
+ routing daemons. Only BGP part of MRTdump is yet implemented.
+ o Changes default value of BGP attribute LOCAL_PREF from 0 to 100.
+ Use 'default bgp_local_pref 0' BGP protocol option for the old
+ behavior. The new value is suggested by RFC 4277.
+ o Changes default mode of pipes from opaque to transparent.
+ Use 'mode opaque' protocol option if the old behavior is needed.
+ Opaque pipe mode is deprecated and might be removed in the future.
+
Version 1.1.7 (2009-12-20)
o Implements BGP Route Refresh (RFC 2918).
o Implements route reload command.