From: <abe...@us...> - 2017-03-21 19:52:08
|
Revision: 8220 http://sourceforge.net/p/astlinux/code/8220 Author: abelbeck Date: 2017-03-21 19:52:05 +0000 (Tue, 21 Mar 2017) 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 2017-03-21 16:53:53 UTC (rev 8219) +++ branches/1.0/docs/ChangeLog.txt 2017-03-21 19:52:05 UTC (rev 8220) @@ -17,6 +17,9 @@ -- rbash, new command (part of bash package), a restricted login shell /bin/rbash for non-root users. More info: http://doc.astlinux-project.org/userdoc:tt_restricted_user_login +-- unique-local-ipv6, new command to generate a pseudo-random IPv6 ULA (Unique Local Address) /48 Prefix for + local, VPN, etc. use. These prefixes are not globally routable without some Network Prefix Translation (NPTv6). + -- bash, add support for the loadable builtin 'sleep', automatically used in various background scripts. -- sqlite, version bump to 3.17.0 @@ -63,6 +66,9 @@ -- vsftpd, add FTPD_WRITE rc.conf variable to select read/write or read-only access. Note: The FTP server (vsftpd) is no longer enabled by default for new installs, use the Network tab to enable it. +-- When a Static IPv6 external interface is defined (EXTIPV6) with an undefined IPv6 Gateway entry (EXTGWIPV6), + now automatically use Router Advertisements to set the default route. + -- chrony, version bump to 3.1 -- fping, version bump to 3.16 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |