Update Changes.
authorJarkko Hietaniemi <jhi@iki.fi>
Thu, 29 Mar 2001 16:44:55 +0000 (16:44 +0000)
committerJarkko Hietaniemi <jhi@iki.fi>
Thu, 29 Mar 2001 16:44:55 +0000 (16:44 +0000)
p4raw-id: //depot/perl@9452

Changes
patchlevel.h

diff --git a/Changes b/Changes
index 31ae5ad..4d3c313 100644 (file)
--- a/Changes
+++ b/Changes
@@ -31,6 +31,21 @@ or any other branch.
 Version v5.7.1         Development release working toward v5.8
 --------------
 ____________________________________________________________________________
+[  9450] By: jhi                                   on 2001/03/29  16:29:17
+        Log: Integrate perlio.
+     Branch: perl
+         !> win32/buildext.pl
+____________________________________________________________________________
+[  9449] By: jhi                                   on 2001/03/29  15:50:01
+        Log: Update Changes.
+     Branch: perl
+          ! Changes patchlevel.h
+____________________________________________________________________________
+[  9448] By: nick                                  on 2001/03/29  15:47:15
+        Log: Make sure buildext.pl finds Errno.pm
+     Branch: perlio
+          ! win32/buildext.pl
+____________________________________________________________________________
 [  9447] By: jhi                                   on 2001/03/29  15:39:34
         Log: Integrate perlio.
      Branch: perl
index aeed76a..111f696 100644 (file)
@@ -70,7 +70,7 @@
 #if !defined(PERL_PATCHLEVEL_H_IMPLICIT) && !defined(LOCAL_PATCH_COUNT)
 static char    *local_patches[] = {
         NULL
-       ,"DEVEL9447"
+       ,"DEVEL9450"
        ,NULL
 };