diff options
author | Zac Medico <zmedico@gentoo.org> | 2008-12-30 20:39:33 +0000 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2008-12-30 20:39:33 +0000 |
commit | cb1d4b4a7e6d531658ec853901a12be4a3338fb7 (patch) | |
tree | 22c8c78c3385f409c6f773ac7194e1ab0f4a561a /RELEASE-NOTES | |
parent | Bug #252995 - When post_emerge() returns early because the vdb state has (diff) | |
download | portage-idfetch-cb1d4b4a7e6d531658ec853901a12be4a3338fb7.tar.gz portage-idfetch-cb1d4b4a7e6d531658ec853901a12be4a3338fb7.tar.bz2 portage-idfetch-cb1d4b4a7e6d531658ec853901a12be4a3338fb7.zip |
Bug #252985 - Add a note about the new default behavior for `emerge world`
and `emerge system` commands.
svn path=/main/trunk/; revision=12370
Diffstat (limited to 'RELEASE-NOTES')
-rw-r--r-- | RELEASE-NOTES | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 540809a4..88da034d 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -24,6 +24,9 @@ portage-2.2 portage-2.1.6 ================================== +* The default behavior has changed for `emerge world` and `emerge system` + commands. These commands will reinstall all packages from the given set + unless an option such as --noreplace, --update, or --newuse is specified. * FEATURES=fixpackages is now enabled by default via make.globals. Set FEATURES="-fixpackages" in make.conf if you'd like to disable it. * File collision protection is now enabled by default via make.globals with |