From 870f122f47d55a58dc1dc0f926cee0dde8cc8833 Mon Sep 17 00:00:00 2001 From: "osdl.net!shemminger" Date: Fri, 2 Jul 2004 17:52:10 +0000 Subject: [PATCH] Changelog (Logical change 1.48) --- ChangeLog | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/ChangeLog b/ChangeLog index f9920fe3..3c88a6f0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +2004-07-02 Stephen Hemminger + + * use compile to test for ATM libraries + * put TC layered scheduler hooks in /usr/lib/tc as shared lib + before it looked in standard search path (/lib;/usr/lib;...) + which seems out of place. + * build netem as shared library (more for testing/example) + * build ATM as shared library since libatm may be on build + machine but not on deployment machine + * fix make install to not install SCCS directories + 2004-07-01 Stephen Hemminger * add more link options to ip command (from Mark Smith