summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Robbins <drobbins@gentoo.org>2001-11-14 22:14:31 +0000
committerDaniel Robbins <drobbins@gentoo.org>2001-11-14 22:14:31 +0000
commitecc28e2e96b33a2eceae793f5134acecea84db4b (patch)
treef0478edc8d3e7df83c8fd89fcfb41640a27f7932
parentupdate so that archives with the same substring don't mess up Portage (diff)
downloadportage-cvs-ecc28e2e96b33a2eceae793f5134acecea84db4b.tar.gz
portage-cvs-ecc28e2e96b33a2eceae793f5134acecea84db4b.tar.bz2
portage-cvs-ecc28e2e96b33a2eceae793f5134acecea84db4b.zip
new release (1.7.2)
-rw-r--r--ChangeLog14
-rwxr-xr-xtarball.sh2
2 files changed, 14 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 6bdf240..e525d36 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,9 +2,21 @@
# Copyright 2001 Gentoo Technologies, Inc.; Distributed under the GPL
# Written by Daniel Robbins (drobbins@gentoo.org)
+* portage 1.7.2 (13 Nov 2001)
+
+ 13 Nov 2001; Aron Griffis (agriffis@gentoo.org): emake will now try to build
+ in parallel, and if it fails, will retry in non-parallel mode.
+
+ 13 Nov 2001; ebuild.sh: an ebuild that used an archive with a name that was
+ part of another archive would cause Portage to mess up the digest check. No
+ longer.
+
+ 31 Oct 2001; Donny Davies (woodchip@gentoo.org): make.conf, make.globals:
+ comments about merging the fetch programs before trying to use them.
+
* portage 1.7.1 (30 Oct 2001)
- 30 Oct 2001; portage.py; I accidentally broke "=" deps by being sloppy when
+ 30 Oct 2001; portage.py: I accidentally broke "=" deps by being sloppy when
I added "*" deps. Trivial fix applied.
* portage 1.7 (29 Oct 2001)
diff --git a/tarball.sh b/tarball.sh
index 35d2328..802d576 100755
--- a/tarball.sh
+++ b/tarball.sh
@@ -1,7 +1,7 @@
#!/bin/bash
export PKG="portage"
export TMP="/tmp"
-export V="1.7.1"
+export V="1.7.2"
export DEST="${TMP}/${PKG}-${V}"
rm -rf ${DEST}
install -d -m0755 ${DEST}