summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicholas Jones <carpaski@gentoo.org>2003-04-09 12:18:59 +0000
committerNicholas Jones <carpaski@gentoo.org>2003-04-09 12:18:59 +0000
commit95dbdb1dfe056fda421bba3ecedf10a944775094 (patch)
treecbcf4efdd75e05be3d5487ff44de7042a48ccb12
parentportage-2.0.47-r14 (diff)
downloadportage-cvs-95dbdb1dfe056fda421bba3ecedf10a944775094.tar.gz
portage-cvs-95dbdb1dfe056fda421bba3ecedf10a944775094.tar.bz2
portage-cvs-95dbdb1dfe056fda421bba3ecedf10a944775094.zip
updated changelog
-rw-r--r--ChangeLog27
1 files changed, 26 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 1d2661d..92a8f2f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,31 @@
# ChangeLog for Portage; the Gentoo Linux ports system
# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /local/data/ulm/cvs/history/var/cvsroot/gentoo-src/portage/ChangeLog,v 1.446 2003/04/02 07:43:41 carpaski Exp $
+# $Header: /local/data/ulm/cvs/history/var/cvsroot/gentoo-src/portage/ChangeLog,v 1.447 2003/04/09 12:18:59 carpaski Exp $
+
+*portage-2.0.47-r14 (09 Mar 2003):
+
+ 09 Apr 2003; Nicholas Jones <carpaski@gentoo.org> bin/*: Removed DEBUGBUILD
+ in favor of FEATURES/RESTRICT settings of nostrip.
+
+ 09 Apr 2003; Nicholas Jones <carpaski@gentoo.org> ebuild: Removed root
+ restriction so that digests can be made as non-root.
+
+ 09 Apr 2003; Nicholas Jones <carpaski@gentoo.org> emerge: Added niceness
+
+ 09 Apr 2003; Nicholas Jones <carpaski@gentoo.org> repoman: Added the
+ nostable/allmasked check in. Small cleanups. Move to 'manifests' instead
+ of enhanced digests. Added filters on $Id and $Header. Fixed commitmsg
+ and added short options.
+
+ 09 Apr 2003; Nicholas Jones <carpaski@gentoo.org> cvstree.py: More features
+ added. pathdata() provides dir or file info. isadded() gives cvs status.
+
+ 09 Apr 2003; Nicholas Jones <carpaski@gentoo.org> portage.py: listdir()
+ enhancements. Debug removal. Broke up the digest creation functions to
+ make them a little more generic. Added manifest code into the digest
+ calls. Moved code in doebuild() around to allow for non-root calls for
+ devs and repoman. Added 'PORTAGE_CALLER' env var to prevent repeated
+ running of unnecessary functions.
*portage-2.0.47-r13 (02 Mar 2003): Fixes & Security -- Repoman+Digests