diff options
author | Zac Medico <zmedico@gentoo.org> | 2008-06-20 03:46:40 +0000 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2008-06-20 03:46:40 +0000 |
commit | 60671162fcf663b1d5718cbd628034bbf6957b83 (patch) | |
tree | 327fa2e64a2155de4c71f76c478b7c9e9d2b9793 /RELEASE-NOTES | |
parent | Fix typo. (diff) | |
download | portage-multirepo-60671162fcf663b1d5718cbd628034bbf6957b83.tar.gz portage-multirepo-60671162fcf663b1d5718cbd628034bbf6957b83.tar.bz2 portage-multirepo-60671162fcf663b1d5718cbd628034bbf6957b83.zip |
Document the new emerge <file> feature.
svn path=/main/trunk/; revision=10732
Diffstat (limited to 'RELEASE-NOTES')
-rw-r--r-- | RELEASE-NOTES | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 6b15a2f7..ba4bf940 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -35,6 +35,11 @@ portage-2.2 portage-2.1.5 ================================== +* It is now possible to use `emerge <file>` to reinstall the package that + installed a particular file. Package contents entries are indexed to + improve performance. A command such as `emerge /lib/modules` can serve + as a decent substitute for module-rebuild. + * The pkg_postinst phase is now called after the previous version of a package has been removed. As a consequence, it is no longer possible to call has_version in pkg_postinst to detect whether the current |