]> git.puffer.fish Git - mirror/frr.git/commitdiff
There is no need to introduce new file of course, document big changes in
authorhasso <hasso>
Thu, 1 Jul 2004 18:40:18 +0000 (18:40 +0000)
committerhasso <hasso>
Thu, 1 Jul 2004 18:40:18 +0000 (18:40 +0000)
NEWS file.

NEWS
RELEASE-NOTES [deleted file]

diff --git a/NEWS b/NEWS
index b6707ad5c0f0a690d5774e87853a247431388d0d..3e8888ff0db711b303b7c49bcfb98a05f45c746c 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,17 @@
+* Changes in Quagga 0.96.6
+
+- Router advertisement syntax is changed. In usual cases (if you didn't do
+  any fancy stuff) it's enough to change lines in configuration from:
+  "ipv6 nd prefix-advertisement X:X:X:X::/X 2592000 604800 autoconfig on-link"
+  to:
+  "ipv6 nd prefix X:X:X:X::/X"
+
+  All router advertisement options are documented in texi documentation.
+
+- --enable-nssa configure switch is removed. NSSA support is stable enough.
+
+- Daemons don't look at current directory for config file any more.
+
 * Changes in Quagga 0.96.5
 
 - include files are installed in $(prefix)/include/quagga.  Programs
diff --git a/RELEASE-NOTES b/RELEASE-NOTES
deleted file mode 100644 (file)
index 5657798..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-quagga-0.97.0
-
-* Router advertisement syntax is changed. In usual cases (if you didn't do
-  any fancy stuff) it's enough to change lines in configuration from:
-  "ipv6 nd prefix-advertisement X:X:X:X::/X 2592000 604800 autoconfig on-link"
-  to:
-  "ipv6 nd prefix X:X:X:X::/X"
-
-  All router advertisement options are documented in texi documentation.
-