============================================================================= 2.1-r1 2006-06-20 branches/trunk revision 3581 ============================================================================= RELEASE-NOTES 3574 zmedico Add autouse removal to RELEASE-NOTES. This patch is from trunk r3510 to r3512. bin/ebuild.sh 3570 zmedico Source /etc/portage/bashrc after the profile.bashrcs, since user env should be able to override the profile env. This patch is from trunk r3508. bin/emerge 3549 zmedico By popular demand (including releng), revert the unmerge behavior change from bug #118515 (r3186). This patch is from trunk r3548. 3553 zmedico Give a useful error message when a dependency has an ambiguous atom due to the category being unspecified. See bug #123677. This patch is from trunk r3509. 3554 zmedico When --debug is enabled, do not raise a ValueError for unresolved dependencies. See bug #126793. This patch is from trunk r3513. 3561 zmedico Remove pointless closing of stdin that is done prior to metadata transfer and use os.rename instead of spawning MOVE_BINARY (see bug #136404). This patch is from trunk r3499 and r3500. 3567 zmedico Save timestamp.chk even when metadata-transfer is disabled for bug #137177. This patch is from trunk r3537. 3569 zmedico Log parallel-fetch output to /var/log/emerge-fetch.log just in case it's needed (see bug #137105). This patch is from trunk r3525 and r3526. bin/etc-update 3551 zmedico Fix signal handling for bug #96331. Thanks to S. Caglar Onur for this patch which is also in trunk r3505. bin/isolated-functions.sh 3557 zmedico Prevent extra newlines in elog for einfo invocations. See bug #136208. This patch is from trunk r3501. bin/misc-functions.sh 3558 zmedico Bug 136236 misc-functions.sh fails to always honor RESTRICT=stricter - Donnie Berkholz spyderous@gentoo.org (patch from trunk r3481) 3560 zmedico Remove QA warning when files are installed with portage uid/gid for bug #136313. This patch is from trunk r3488. bin/repoman 3550 zmedico Replace --include-masked with an inverse --ignore-masked option for bug #85576. This patch is from trunk r3496. 3563 zmedico Fix path to ebuild for dsd, bug # 135705. This patch is from trunk r3507. 3572 zmedico Fix LIVEVCS.stable for -* keywords. This patch is from trunk r3487. cnf/make.conf.x86-fbsd.diff 3562 zmedico s/i686-unknown/i686-gentoo/ for bug #136532. This patch is from trunk r3504. man/emerge.1 3564 zmedico Various man/emerge.1 fixes from Benno Schulenberg in bug #136818. This patch is from trunk r3518 throughr3523. pym/cache/metadata_overlay.py 3571 zmedico Fix it so that values are properly saved in the writable layer. Previously they've been discarded, leading to regen on each access (only in cases where the user has altered an ebuild in ). This patch is from svn r3544. 3579 zmedico Make it possible to pass alternative cache implementations into the constructor as suggested by Brian Harring. This patch is from trunk r3547. 3581 zmedico Use get() to simplify setitem logic as suggested by Brian Harring. This patch is from trunk r3546. pym/cache/template.py 3580 zmedico Implement get() as part of the standard mapping interface. This patch is from trunk r3545. pym/elog_modules/mod_mail.py 3552 zmedico Make elog mail module always set the 'From' header for rfc2822 compliance. This patch is from trunk r3483. 3573 zmedico Add date header for rfc2822 compliance. This patch is from trunk r3497. pym/elog_modules/mod_save.py 3559 zmedico Toggle the setgid bit on $PORT_LOGDIR\elog\ for bug #136278. This patch is from trunk r3502:3503. pym/portage.py 3555 zmedico Stack package.mask files in a more logical order as specified in bug #133740. This patch is from trunk r3495 and r3527. 3556 zmedico Do not unmerge fifo files because, since their mtime is not stored in CONTENTS, we can't be sure if they belong to another package unless we search through all CONTENTS for all installed packages. See bug #136199. This patch is from trunk r3482. 3561 zmedico Remove pointless closing of stdin that is done prior to metadata transfer and use os.rename instead of spawning MOVE_BINARY (see bug #136404). This patch is from trunk r3499 and r3500. 3565 zmedico Fix checksum error messages for bug #136947. Thanks to truedfx for this patch which is also in trunk r3515. 3568 zmedico To prevent infinite recursion when a lock file has more than 1 hardlink, test for exactly 0 hardlinks before recursing. Also use wantnewlockfile=1 on /var/lib/portage/config (see bug #137269). This patch is from svn r3540 and r3543. 3575 zmedico Only attempt to unmerge the already-installed instance if it actually exists. This patch is from trunk r3514. 3576 zmedico Make sure that elog entries are also processed in *rm phases and that they are only processed once. This patch is from trunk r3539. pym/portage_locks.py 3568 zmedico To prevent infinite recursion when a lock file has more than 1 hardlink, test for exactly 0 hardlinks before recursing. Also use wantnewlockfile=1 on /var/lib/portage/config (see bug #137269). This patch is from svn r3540 and r3543. pym/portage_manifest.py 3566 zmedico Force digest generation when assume-digests is enabled but the file size does not match. See bug #137032. This patch is from trunk r3517.