diff options
author | hasso <hasso> | 2004-07-01 18:40:18 +0000 |
---|---|---|
committer | hasso <hasso> | 2004-07-01 18:40:18 +0000 |
commit | 8694b9f605d6c433da2612b600f13211dab52f74 (patch) | |
tree | ab18d5be89732d6f857cfa999f768af4096c0fbf | |
parent | b2c1b282181af2244e738e9ea93296de17299bdc (diff) |
There is no need to introduce new file of course, document big changes in
NEWS file.
-rw-r--r-- | NEWS | 14 | ||||
-rw-r--r-- | RELEASE-NOTES | 10 |
2 files changed, 14 insertions, 10 deletions
@@ -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 index 56577989..00000000 --- a/RELEASE-NOTES +++ /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. - |