diff options
author | gdt <gdt> | 2004-07-01 18:49:23 +0000 |
---|---|---|
committer | gdt <gdt> | 2004-07-01 18:49:23 +0000 |
commit | c3f7e4d96dee9a41865ec584223c6cf4e1a456b0 (patch) | |
tree | e8066df84e712456e48ca32fd88ed2aa3818500d | |
parent | 1f67bfd97080bd351d2e0b6468869cf594d4280c (diff) | |
download | quagga-c3f7e4d96dee9a41865ec584223c6cf4e1a456b0.tar.bz2 quagga-c3f7e4d96dee9a41865ec584223c6cf4e1a456b0.tar.xz |
add appearance of shlibs
-rw-r--r-- | NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,5 +1,8 @@ * Changes in Quagga 0.96.6 +- All libraries are built and used shared, on platforms where libtool + supports shared libraries. + - 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" |