diff options
author | jlam <jlam> | 2004-01-23 23:26:25 +0000 |
---|---|---|
committer | jlam <jlam> | 2004-01-23 23:26:25 +0000 |
commit | 25e93b7b753193d5d19c7fb47231b95b7b8947fe (patch) | |
tree | db98b32d04e7dc6ef744cca480cc1d9498f95a80 /doc | |
parent | 19a05ee70ff2d189cdff3b5b9542dc50ac0eb0b3 (diff) | |
download | pkgsrc-25e93b7b753193d5d19c7fb47231b95b7b8947fe.tar.gz |
Update lang/perl58 to 5.8.2. Changes from version 5.8.1nb1 include:
* Build without sparc64 hacks on NetBSD-*-sparc64 if using a gcc>=3.3.
* The hash randomisation introduced with 5.8.1 has been amended to be
binary compatible with 5.8.0.
* Several memory leaks associated with variables shared between threads
have been fixed.
* Several modules were updated:
Devel::PPPort Digest::MD5 I18N::LangTags libnet MIME::Base64
Pod::Perldoc strict Tie::Hash Time::HiRes Unicode::Collate
Unicode::Normalize UNIVERSAL
* Some syntax errors involving unrecognized filetest operators are now
handled correctly by the parser.
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 655cb323e58..b48874f963a 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,4 +1,4 @@ -$NetBSD: CHANGES,v 1.4585 2004/01/23 23:10:35 recht Exp $ +$NetBSD: CHANGES,v 1.4586 2004/01/23 23:26:28 jlam Exp $ Changes to the packages collection and infrastructure in 2004: @@ -439,3 +439,4 @@ Changes to the packages collection and infrastructure in 2004: Updated elinks to 0.9.1 [recht 2004-01-23] Updated curl to 7.11.0 [recht 2004-01-23] Updated py-curl to 7.10.8 [recht 2004-01-23] + Updated perl to 5.8.2 [jlam 2004-01-23] |