From: <abe...@us...> - 2013-04-28 20:31:45
|
Revision: 6061 http://sourceforge.net/p/astlinux/code/6061 Author: abelbeck Date: 2013-04-28 20:31:42 +0000 (Sun, 28 Apr 2013) Log Message: ----------- update ChangeLog Modified Paths: -------------- branches/1.0/docs/ChangeLog.txt Modified: branches/1.0/docs/ChangeLog.txt =================================================================== --- branches/1.0/docs/ChangeLog.txt 2013-04-28 19:47:35 UTC (rev 6060) +++ branches/1.0/docs/ChangeLog.txt 2013-04-28 20:31:42 UTC (rev 6061) @@ -24,6 +24,16 @@ ** Networking +-- network, unify network configuration to use ip (iproute2). Users with custom /mnt/kd/rc.elocal and rc.local scripts + performing network configuration are urged to make the similar changes (ifconfig, route -> ip), though not required. + +-- ntpd, when NTPBROADCAST=yes clarify in the rc.conf comments that the IPv4 multicast only applies to the 1st LAN Interface. + +-- ifplugd, new daemon added, when udhcpc is enabled (External Connection Type: DHCP) ifplugd monitors the ethernet + link status and calls the udhcpc.action script to immediately (4-5 seconds) restart udhcpc when the link is back up. + Note: The link must be down for at least 4-5 seconds before the script is called. + Shorter durations are intentionally ignored. + -- radvd, version bump to 1.9.3 -- dnsmasq, version bump to 2.66 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |