diff options
author | Marius Mauch <genone@gentoo.org> | 2005-12-20 01:31:45 +0000 |
---|---|---|
committer | Marius Mauch <genone@gentoo.org> | 2005-12-20 01:31:45 +0000 |
commit | b360cdab8760659b51a52c18122ac051fc0905c8 (patch) | |
tree | bdda4ea7d7754ccc7226a76757d6348e6ab19278 | |
parent | 9761fe7db6fcf0c15ff9b740d6d1ca57b46a2896 (diff) | |
download | portage-b360cdab8760659b51a52c18122ac051fc0905c8.tar.gz portage-b360cdab8760659b51a52c18122ac051fc0905c8.tar.bz2 portage-b360cdab8760659b51a52c18122ac051fc0905c8.zip |
update with multi-hash stuff and verbose digest errormessages, remove some not-so-important information.
svn path=/main/trunk/; revision=2413
-rw-r--r-- | RELEASE-NOTES | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES index c153fd415..6743324a8 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -22,21 +22,17 @@ New features / Major changes foo-cvs.1.ebuild in the same directory. cvs ebuilds will always be ranked higher than any non-cvs ebuild. - multiple suffixes now allow for constructions like foo-1.0_pre1_rc5 - Also the new code is now separated into its own module portage_versions.py - with no dependencies on the main portage module. [genone] + [genone] * recursive config files: Most of the config files in /etc/portage can now also be directories, if they are then portage will recursively use all files in them. So you could have /etc/portage/package.keywords/kde/base and /etc/portage/package.keywords/gnome instead of a single package.keywords. - This applies to the following files: - - package.keywords - - package.mask - - package.unmask - - package.use - - mirrors [genone] +* multi-hash support: digests and Manifests will now use SHA256 and RMD160 in + addition to MD5 [genone] Bug fixes / Minor Changes ------------------------- * Removal of "masked by -*" message [genone] * Fixed some minor screwup in the sort algorithm for versions [genone] +* Make digest errors more verbose (list actual and expected checksums) |