This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Disarm the maint branch.
authorNicholas Clark <nick@ccl4.org>
Tue, 30 Sep 2003 20:52:55 +0000 (20:52 +0000)
committerNicholas Clark <nick@ccl4.org>
Tue, 30 Sep 2003 20:52:55 +0000 (20:52 +0000)
       (Put the MAINTfoo local patch back in patchlevel.h following the
 successful escape, er release, of 5.8.1)

p4raw-id: //depot/maint-5.8/perl@21393

Changes
patchlevel.h

diff --git a/Changes b/Changes
index 94ecf74..fea9a0f 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,3 +1,25 @@
+____________________________________________________________________________
+[ 21379] By: chip                                  on 2003/09/25  18:10:01
+        Log: Relocate the mention of safe signals with POSIX::SigAction.
+     Branch: maint-5.8/perl
+          ! pod/perl581delta.pod
+____________________________________________________________________________
+[ 21378] By: jhi                                   on 2003/09/25  12:42:00
+        Log: perldelta turnover.
+     Branch: maint-5.8/perl
+          + pod/perl581delta.pod
+          ! MANIFEST pod.lst pod/perl.pod pod/perldelta.pod
+          ! pod/perltoc.pod vms/descrip_mms.template win32/pod.mak
+____________________________________________________________________________
+[ 21377] By: jhi                                   on 2003/09/25  09:58:50
+        Log: Here goes nothing.
+     Branch: maint-5.8/perl
+          ! patchlevel.h
+____________________________________________________________________________
+[ 21376] By: jhi                                   on 2003/09/25  09:55:52
+        Log: Update Changes.
+     Branch: maint-5.8/perl
+          ! Changes patchlevel.h
 Please note: This file provides a complete, temporally ordered log of
 changes that went into every version of Perl.  If you'd like more
 detailed information, please consult the comments in the individual
index d7ab7a0..427aabb 100644 (file)
@@ -120,6 +120,7 @@ hunk.
 #if !defined(PERL_PATCHLEVEL_H_IMPLICIT) && !defined(LOCAL_PATCH_COUNT)
 static char    *local_patches[] = {
         NULL
+       ,"MAINT21379"
        ,NULL
 };