summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicholas Jones <carpaski@gentoo.org>2004-09-27 01:46:41 +0000
committerNicholas Jones <carpaski@gentoo.org>2004-09-27 01:46:41 +0000
commite626ceb729c5fbdd1aaf4cb1156e133b76900cd6 (patch)
treedd914fce9f8a287ec9c9b4906412d4e0a50fe527
parentChanged the spinner again. FEATURES=candy (diff)
downloadportage-cvs-e626ceb729c5fbdd1aaf4cb1156e133b76900cd6.tar.gz
portage-cvs-e626ceb729c5fbdd1aaf4cb1156e133b76900cd6.tar.bz2
portage-cvs-e626ceb729c5fbdd1aaf4cb1156e133b76900cd6.zip
Tab cleanup. :-pportage_2_0_51_rc5
-rw-r--r--ChangeLog16
1 files changed, 8 insertions, 8 deletions
diff --git a/ChangeLog b/ChangeLog
index 160c2f9..782ba49 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,6 @@
# ChangeLog for Portage; the Gentoo Linux ports system
# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Id: ChangeLog,v 1.760 2004/09/27 01:45:27 carpaski Exp $
+# $Id: ChangeLog,v 1.761 2004/09/27 01:46:41 carpaski Exp $
MAJOR CHANGES in 2.0.51:
1. /var/cache/edb/virtuals is no longer used at all. It's calculated now.
@@ -10,14 +10,14 @@
*portage-2.0.51_rc5 (26 Sep 2004): RC + Lock cleanup, Happy RC #1
26 Sep 2004; Nicholas Jones <carpaski@gentoo.org> emerge: Modified the
- spinner again, --nospinner provides a basic ticker of one '.' per 100,
- normal spinner is the twirly one, and the FEATURES=candy spinner is a
- scrolly message.
-
+ spinner again, --nospinner provides a basic ticker of one '.' per 100,
+ normal spinner is the twirly one, and the FEATURES=candy spinner is a
+ scrolly message.
+
26 Sep 2004; Nicholas Jones <carpaski@gentoo.org> portage_locks.py: Fixed it.
- Discovered that the hardlocks were failing due to the creation of the lock
- prior to the link operation which was due to the NFS fcntl lock failure.
-
+ Discovered that the hardlocks were failing due to the creation of the lock
+ prior to the link operation which was due to the NFS fcntl lock failure.
+
26 Sep 2004; Jason Stubbs <jstubbs@gentoo.org> pym/portage.py: Added
support for per profile package.mask. Included check of packages file
to ensure that the profile depends on an adequate portage version.