summaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2006-02-21 06:07:31 +0000
committerZac Medico <zmedico@gentoo.org>2006-02-21 06:07:31 +0000
commit5689338ec9f785083e23ac20e2f6c26d8b3d8c11 (patch)
treef9940b691424342c9c5958f65b84bbddfca9d267 /NEWS
parente7441df24ad0314b2aaf0fbcfcc9895309a0ff19 (diff)
downloadportage-5689338ec9f785083e23ac20e2f6c26d8b3d8c11.tar.gz
portage-5689338ec9f785083e23ac20e2f6c26d8b3d8c11.tar.bz2
portage-5689338ec9f785083e23ac20e2f6c26d8b3d8c11.zip
Some news and release notes for 2.1_pre5.
svn path=/main/trunk/; revision=2757
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 7503e007b..559e8415c 100644
--- a/NEWS
+++ b/NEWS
@@ -29,3 +29,8 @@ portage-2.1 (ongoing via pre releases)
* Ebuild output is no longer cut off early when using PORT_LOGDIR.
* Distfiles indirection- $DISTFILES access goes through a tmp dir to fail
access to files not listed in SRC_URI.
+* Emerge now uses --resume to restart itself after portage upgrade.
+* Atomic file updates via the new atomic_ofstream class.
+* Global updates and fixpackages performance optimizations.
+* Tests show that file locking is now more reliable.
+* A bash call stack is printed when an ebuild dies in ebuild.sh.