diff options
author | Zac Medico <zmedico@gentoo.org> | 2008-04-15 17:54:29 +0000 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2008-04-15 17:54:29 +0000 |
commit | e7959295a50b49e0571c8dfe35a66db7d5801315 (patch) | |
tree | 293d8547f89860199ad8ad338f51cac00534aade /NEWS | |
parent | Comment some more on the significance of passing the graph_db and parent (diff) | |
download | portage-idfetch-e7959295a50b49e0571c8dfe35a66db7d5801315.tar.gz portage-idfetch-e7959295a50b49e0571c8dfe35a66db7d5801315.tar.bz2 portage-idfetch-e7959295a50b49e0571c8dfe35a66db7d5801315.zip |
The dependency resolver now has a feedback mechanism that helps make atom
selections more consistent with previous selections that have been added to
the graph. This solves some common cases of bug #1343.
svn path=/main/trunk/; revision=9906
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -15,6 +15,13 @@ portage-2.2 * Add support for news items (GLEP 42) * Add support for generic package sets (also see RELEASE-NOTES) +portage-2.1.5 +================================== + +* The dependency resolver now has a feedback mechanism that helps make atom + selections more consistent with previous selections that have been added to + the graph. This solves some common cases of bug #1343. + portage-2.1.4 ------------- |