summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Changes13
-rw-r--r--patchlevel.h2
2 files changed, 14 insertions, 1 deletions
diff --git a/Changes b/Changes
index 71ed61ea1c..47324bafb5 100644
--- a/Changes
+++ b/Changes
@@ -29,6 +29,19 @@ Version v5.8.3 Maintenance release working toward v5.8.3
--------------
____________________________________________________________________________
____________________________________________________________________________
+[ 21829] By: nicholas on 2003/11/30 21:35:03
+ Log: Integrate:
+ [ 21827]
+ Keep installing xsubpp in lib/ExtUtils,
+ so MakeMaker can find it.
+ Branch: maint-5.8/perl
+ ! installperl
+____________________________________________________________________________
+[ 21825] By: nicholas on 2003/11/30 20:19:43
+ Log: Update Changes
+ Branch: maint-5.8/perl
+ ! Changes patchlevel.h
+____________________________________________________________________________
[ 21824] By: nicholas on 2003/11/30 19:00:33
Log: Integrate:
[ 21802]
diff --git a/patchlevel.h b/patchlevel.h
index 6082dc0779..7a3fd88c9f 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
- ,"MAINT21824"
+ ,"MAINT21829"
,NULL
};