------------------------
- resolver fixes: vdb loadup wasn't occuring for old style virtuals for
rdepend blockers, now forces it. It was possible for a node to be
considered usable before its rdepends blockers were leveled- now those
must be satisfied before being able to dep on the node.
- resolver events cleanup; pmerge now gives far better info as to why a
choice failed, what it attempted to get around it, etc.
- multiplex trees now discern their frozen state from their subtrees,
and will execute the repo_op for the leftmost subtree if unfrozen.
- pquery --attr eapi was added.
- ticket 94; package.provided is now supported fully both in profiles,
and in user profile (/etc/portage/profile).
- ticket 116; ignore empty tarfile exception if the exception explicitly
states empty header.
- utter corner case compatibility- =dev-util/diffball-1.0-r0 is now the
same as =dev-util/diffball-1.0 .
- convert FETCHCOMMAND/RESUMECOMMAND support to execute spawn_bash by
default instead of trying to cut out shell; this kills off the occasional
incompatibility introduced via portage supplying make.globals.
- FEATURES=sfperms is now a trigger instead of a dyn_preinst hook.
Faster, cleaner, etc.
- delayed unpacking of binpkgs has been disabled; occasionally can lead to
quadratic behaviour in contents accessing, and extreme corner case trigger
breakages. Will be re-enabled once API has been refactored to remove
these issues.
- FEATURES=multilib-strict was converted into a trigger. Tries to
use the python bindings for file first (merge file[python]), falling
back to invoking file. Strongly suggested you have the bindings- fair bit
faster. Finally, verification now runs for binpkgs also.
- bug 137; symlink on directory merging failures where pkgcore would wipe
files it had just installed invalidly.
- correct issue in offset rewriting (was resetting new_offset to '/')-
should only be api visible, no existing consumers known.
- ebuild env lzma unpack support was broken; fixed (ticket 140).
- Additional debug output for pmerge.
- Further extending PortageFormatter to sanely handle worldfile highlights
and show repos with both id and location
- Ticket 132: Portage Formatter supports real portage colors now,
thanks to agaffney for getting the ball rolling
- Masked IUSEs were not treated right in all cases, thanks to agaffney
for report and help testing
- diefunc tracebacks beautified
--------------------------