commit: 6ad0981792f3f2283141b954db84153ec2b397e3 Author: William Hubbs <williamh <AT> gentoo <DOT> org> AuthorDate: Mon May 28 19:31:04 2018 +0000 Commit: William Hubbs <williamh <AT> gentoo <DOT> org> CommitDate: Mon May 28 19:31:04 2018 +0000 URL: https://gitweb.gentoo.org/proj/baselayout.git/commit/?id=6ad09817
update ChangeLog ChangeLog | 52 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 52 insertions(+) diff --git a/ChangeLog b/ChangeLog index 8a334b83..1b2107b2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,55 @@ +commit dd9f112d8d400892ed9b610aee187040df307298 +Author: William Hubbs <[email protected]> +Commit: William Hubbs <[email protected]> + + bump version to 2.6 + +commit 8974c87e2d0e243c0fc2503fac5b40f447fac65f +Author: William Hubbs <[email protected]> +Commit: William Hubbs <[email protected]> + + profile: don't use ROOTPATH + + Since PATH is supposed to be the same for everyone, we can now drop the + code that handles ROOTPATH. + +commit 6e06295fd89f6e0605406dabbd7684171c034d4e +Author: William Hubbs <[email protected]> +Commit: William Hubbs <[email protected]> + + etc/profile: typo fix + +commit d56d1e147b23e972036fa9f6727bb2a675154435 +Author: William Hubbs <[email protected]> +Commit: William Hubbs <[email protected]> + + Makefile: do not touch .keep file if it already exists + +commit c41104c34243115adc668fdb4280d991f8e401b9 +Author: William Hubbs <[email protected]> +Commit: William Hubbs <[email protected]> + + makefile: ignore touch failures for .keep files + + emerging with this being fatal worked for me, but not others, so + ignoring it. + +commit 277e5b9e55717873b87eb541a95f4f2ae0c60a4d +Author: William Hubbs <[email protected]> +Commit: William Hubbs <[email protected]> + + Add sbin directories to path + + This is a partial revert of 9cac4dd130637fa2c1f1a64bf3c9d2509284e6dd. + We need to have path and rootpath be the same, to allow transitioning + packages before we drop rootpath. + +commit 2a075fb8bbffdbe3d948e2379a2300729a7bab93 +Author: William Hubbs <[email protected]> +Commit: William Hubbs <[email protected]> + + Update ChangeLog + commit bc596e56ff93ca121317a12d7033c5a5f5440046 Author: William Hubbs <[email protected]> Commit: William Hubbs <[email protected]>
