diff options
author | Paul Jakma <paul.jakma@sun.com> | 2008-08-23 09:36:42 +0200 |
---|---|---|
committer | Paul Jakma <paul@quagga.net> | 2008-08-23 09:36:42 +0200 |
commit | b38309a4ee831a440ef78f8a27db584f2f8e8276 (patch) | |
tree | 8a367cc995ceae79dbb3dc4d480244bbd01386df /ChangeLog | |
parent | [administrivia] Update gitignore files (diff) | |
download | frr-b38309a4ee831a440ef78f8a27db584f2f8e8276.tar.xz frr-b38309a4ee831a440ef78f8a27db584f2f8e8276.zip |
[trivia] Make 'make dist' happy about ChangeLog expunge
* ChangeLog: Add back a dummy, top-level ChangeLog
* m4/Makefile.am: remove ChangeLog from EXTRA_DIST, why it was
listed there, who knows.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog new file mode 100644 index 000000000..2ed5061be --- /dev/null +++ b/ChangeLog @@ -0,0 +1,4 @@ +ChangeLog information for Quagga is now recorded in our source-code +management system. Please see: + + http://www.quagga.net/devel.php |