diff options
author | 2009-10-10 19:41:55 +0000 | |
---|---|---|
committer | 2009-10-10 19:41:55 +0000 | |
commit | 050c12e5cf4db00856e5db7d6173b80925306f4a (patch) | |
tree | a39d71f93c9b7d461961db21c201e6ca70d060d0 /RELEASE-NOTES | |
parent | Discard the log on success, since otherwise we'll have multiple log files for (diff) | |
download | portage-idfetch-050c12e5cf4db00856e5db7d6173b80925306f4a.tar.gz portage-idfetch-050c12e5cf4db00856e5db7d6173b80925306f4a.tar.bz2 portage-idfetch-050c12e5cf4db00856e5db7d6173b80925306f4a.zip |
Add a note about --update and bug #275945 for 2.1.7.
svn path=/main/trunk/; revision=14561
Diffstat (limited to 'RELEASE-NOTES')
-rw-r--r-- | RELEASE-NOTES | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 0265af1c..f0f8213c 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -21,6 +21,13 @@ portage-2.2 * "world" no longer includes "system" unconditionally, but you can add "@system" to the world_sets file to restore the old state. +portage-2.1.7 +------------- +* Default behavior for emerge commands has changed so that packages are only + updated when necessary. In order to ensure that all packages are updated + when possible, you must now specify the -u/--update option. See bug #275945 + for the rationale behind this change. + portage-2.1.6.12 ================================== * If you want overlay eclasses to override eclasses from other repos then see |