summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2003-09-25 09:55:52 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2003-09-25 09:55:52 +0000
commit551c95ffd7ff0a5cc581e91efed92a3f90b74441 (patch)
tree4b5094c505280be701bf2471ad28c80854992b03
parent278531f2e7171e15120e7b5016748a5c564a54c0 (diff)
downloadperl-551c95ffd7ff0a5cc581e91efed92a3f90b74441.tar.gz
Update Changes.
p4raw-id: //depot/maint-5.8/perl@21376
-rw-r--r--Changes45
-rw-r--r--patchlevel.h2
2 files changed, 46 insertions, 1 deletions
diff --git a/Changes b/Changes
index 8cddbc4093..94ecf74af8 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 <lang@ms.chinmin.edu.tw>
+ 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 f8254e5287..47e1378ef9 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
};