]> git.proxmox.com Git - mirror_iproute2.git/commitdiff
Changelog
authorosdl.net!shemminger <osdl.net!shemminger>
Fri, 2 Jul 2004 17:52:10 +0000 (17:52 +0000)
committerosdl.net!shemminger <osdl.net!shemminger>
Fri, 2 Jul 2004 17:52:10 +0000 (17:52 +0000)
(Logical change 1.48)

ChangeLog

index f9920fe3183aac68f374cf5ccdb18bfdbcca1620..3c88a6f083a010b5b975f2737abf748cf81d1d3e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2004-07-02  Stephen Hemminger  <shemminger@osdl.org>
+
+       * 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  <shemminger@osdl.org>
 
        * add more link options to ip command (from Mark Smith