]> git.ipfire.org Git - thirdparty/bird.git/commitdiff
Added release history.
authorMartin Mares <mj@ucw.cz>
Sun, 6 Apr 2003 18:55:37 +0000 (18:55 +0000)
committerMartin Mares <mj@ucw.cz>
Sun, 6 Apr 2003 18:55:37 +0000 (18:55 +0000)
NEWS [new file with mode: 0644]

diff --git a/NEWS b/NEWS
new file mode 100644 (file)
index 0000000..e5dfb0a
--- /dev/null
+++ b/NEWS
@@ -0,0 +1,40 @@
+Version 1.0.6 (2002-04-06)
+
+  o  No more byte order problems in RIP authentication. Thanks to
+     Eric Leblond <eleblond@init-sys.com> for a patch.
+  o  Fixed interoperability problems with Cisco and Zebra when talking
+     IPv6 BGP.
+  o  Handle more primary addresses with different scopes gracefully.
+     IPv6 needs that.
+  o  Comparison of prefixes in filters doesn't ignore their lengts.
+  o  As usually, OSPF bug fixes.
+
+Version 1.0.5 (2001-06-09)
+
+  o  Minor cleanups in the libraries.
+  o  Removed a couple of warnings when compiling with newer glibc.
+  o  OSPF bug fixes.
+
+Version 1.0.4 (2000-09-04)
+
+  o  Fixed a serious bug in 1.0.3.
+
+Version 1.0.3 (2000-09-03)
+
+  o  OSPF works better on NBMA networks. Some configuration tags added.
+
+Version 1.0.2 (2000-08-24)
+
+  o  Minor bug fixes to OSPF.
+
+Version 1.0.1 (2000-06-22)
+
+  o  Updated documentation and fixed a couple of bugs.
+
+Version 1.0.0 (2000-06-09)
+
+  o  First stable release.
+
+Version 0.0.0 (2000-05-13)
+
+  o  First public development release.