diff options
author | cjep <cjep@pkgsrc.org> | 2002-11-23 22:34:22 +0000 |
---|---|---|
committer | cjep <cjep@pkgsrc.org> | 2002-11-23 22:34:22 +0000 |
commit | 05e71b817f70e59c156225cf4e37e2c8541da19b (patch) | |
tree | 96010012cf3fc0a1a146bf4ba65f1e0b506f351f /doc | |
parent | 4c44bb2c0dbe2146351901e2c94733ee52216b89 (diff) | |
download | pkgsrc-05e71b817f70e59c156225cf4e37e2c8541da19b.tar.gz |
Upgrade of devel/aap to version 0.107.
Changes since version 0.104:
0.107
* Fixed: Tests did not work on MS-Windows.
* Fixed: Executing shell commands did not work on MS-Windows.
* Fixed: Reading a dependency file did not work on MS-Windows.
0.106
* Fixed: When uploading with scp fails because of a read-only file
system this was not noted as an error.
* Fixed: When uploading multiple files with scp and one or more failed, the
signatures were updated anyway.
0.105
* Improved performance by not computing the buildcheck signature for virtual
targets. Especially helps for the recipe that ":mkdownload" generates.
When evaluating a Python expression, replace ">" with "$gt", "<"
with "$lt" and "|" with $bar, so that ":print" isn't confused.
* Fixed: did not find Python modules in the directory of the top recipe.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/CHANGES | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/CHANGES b/doc/CHANGES index 974d6ef9396..81280a1ed72 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,4 +1,4 @@ -$NetBSD: CHANGES,v 1.582 2002/11/23 19:04:56 pooka Exp $ +$NetBSD: CHANGES,v 1.583 2002/11/23 22:35:10 cjep Exp $ Changes to the packages collection and infrastructure in 2002: @@ -3693,3 +3693,4 @@ Changes to the packages collection and infrastructure in 2002: Updated gtexinfo to 4.3nb1 [seb 2002-11-23] Updated libsidplay to 1.36.57 [pooka 2002-11-23] Updated sidplay to 1.0.9 [pooka 2002-11-23] + Updated aap to 0.107 [cjep 2002-11-23] |