From 551c95ffd7ff0a5cc581e91efed92a3f90b74441 Mon Sep 17 00:00:00 2001 From: Jarkko Hietaniemi Date: Thu, 25 Sep 2003 09:55:52 +0000 Subject: [PATCH] Update Changes. p4raw-id: //depot/maint-5.8/perl@21376 --- Changes | 45 +++++++++++++++++++++++++++++++++++++++++++++ patchlevel.h | 2 +- 2 files changed, 46 insertions(+), 1 deletion(-) diff --git a/Changes b/Changes index 8cddbc40938..94ecf74af85 100644 --- a/Changes +++ b/Changes @@ -28,6 +28,51 @@ example from http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/ Version v5.8.1 Maintenance release working toward v5.8.1 -------------- ____________________________________________________________________________ +[ 21375] By: jhi on 2003/09/25 09:27:33 + Log: Dare. + Branch: maint-5.8/perl + ! pod/perldelta.pod pod/perlhist.pod +____________________________________________________________________________ +[ 21374] By: jhi on 2003/09/25 09:23:35 + Log: Integrate: + [ 21369] + Subject: Re: 5.8.1 and gcc-3.2.3 (& Win98) + From: Greg Matheson + Date: Wed, 24 Sep 2003 22:51:09 +0800 + Message-ID: <20030924225109.A17126@ms> + + (Win98 + MinGW, a missing Win95.pm hunk) + + [ 21370] + CPAN sites update. + + Regen perltoc, perlmodlib. + Branch: maint-5.8/perl + ! pod/perlmodlib.PL pod/perlmodlib.pod pod/perltoc.pod + !> lib/ExtUtils/MM_Win95.pm +____________________________________________________________________________ +[ 21373] By: jhi on 2003/09/25 09:22:04 + Log: Integrate: + [ 21371] + Update to Scalar-List-Utils 1.13 + + [ 21372] + Sync with libnet 1.17 + Branch: maint-5.8/perl + !> ext/List/Util/ChangeLog ext/List/Util/Util.xs + !> ext/List/Util/lib/List/Util.pm + !> ext/List/Util/lib/Scalar/Util.pm ext/List/Util/t/sum.t +____________________________________________________________________________ +[ 21368] By: jhi on 2003/09/25 05:08:09 + Log: Odd glitch. + Branch: maint-5.8/perl + ! patchlevel.h +____________________________________________________________________________ +[ 21367] By: jhi on 2003/09/25 04:56:35 + Log: Update Changes. + Branch: maint-5.8/perl + ! Changes patchlevel.h +____________________________________________________________________________ [ 21366] By: jhi on 2003/09/25 04:49:32 Log: Integrate: diff --git a/patchlevel.h b/patchlevel.h index f8254e52876..47e1378ef91 100644 --- a/patchlevel.h +++ b/patchlevel.h @@ -120,7 +120,7 @@ hunk. #if !defined(PERL_PATCHLEVEL_H_IMPLICIT) && !defined(LOCAL_PATCH_COUNT) static char *local_patches[] = { NULL - ,"MAINT21368" + ,"MAINT21375" ,NULL };