diff options
author | ajs <ajs> | 2005-01-12 16:41:33 +0000 |
---|---|---|
committer | ajs <ajs> | 2005-01-12 16:41:33 +0000 |
commit | 09618085b687e01929e79cfb980832cd6bd09c88 (patch) | |
tree | 44e287fc46d61d117eddc2cfc7e7d22297a09f1d /ChangeLog | |
parent | b373c2389f4a62417a0c560b4a1f002ff9546fb1 (diff) | |
download | quagga-09618085b687e01929e79cfb980832cd6bd09c88.tar.bz2 quagga-09618085b687e01929e79cfb980832cd6bd09c88.tar.xz |
2005-01-12 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
* redhat/quagga.spec.in: Pass --enable-gcc-rdynamic to configure
to get gcc to link with -rdynamic for better backtraces.
When the rpm is upgraded, the restart logic now works as follows:
1. stop watchquagga; 2. stop all routing daemons; 3. restart zebra
if it was running; 4. start all routing daemons that were running;
and 5. start watchquagga if it was running.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +2005-01-12 Andrew J. Schorr <ajschorr@alumni.princeton.edu> + + * redhat/quagga.spec.in: Pass --enable-gcc-rdynamic to configure + to get gcc to link with -rdynamic for better backtraces. + When the rpm is upgraded, the restart logic now works as follows: + 1. stop watchquagga; 2. stop all routing daemons; 3. restart zebra + if it was running; 4. start all routing daemons that were running; + and 5. start watchquagga if it was running. + 2005-01-07 Paul Jakma <paul@dishone.st> * configure.ac: Bump version to 0.98.0 |