summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>2000-03-14 23:39:42 +0000
committerGurusamy Sarathy <gsar@cpan.org>2000-03-14 23:39:42 +0000
commitbd05022c1077843bb12b065d8baae4101b6b23c0 (patch)
tree37ec9cad20d512db6d15089973de844bd2a50b6e
parent8cd7955893792dd3ae9bfaf61ca10fa3182273ac (diff)
downloadperl-bd05022c1077843bb12b065d8baae4101b6b23c0.tar.gz
update local_patches entry for RC2
p4raw-id: //depot/perl@5748
-rw-r--r--Changes40
-rw-r--r--patchlevel.h2
-rw-r--r--pod/perlhist.pod1
3 files changed, 42 insertions, 1 deletions
diff --git a/Changes b/Changes
index 00d9a06099..b360d4e359 100644
--- a/Changes
+++ b/Changes
@@ -95,6 +95,46 @@ Version v5.6.0
--------------
____________________________________________________________________________
+[ 5747] By: gsar on 2000/03/14 22:44:27
+ Log: more warnings tidy-ups (from Paul Marquess)
+ Branch: perl
+ ! pod/perldelta.pod pod/perldiag.pod pod/perlfaq4.pod
+ ! t/lib/attrs.t utils/h2xs.PL
+____________________________________________________________________________
+[ 5746] By: gsar on 2000/03/14 22:30:43
+ Log: Sys::Syslog fix for accidental arguments to autoloaded constants
+ Branch: perl
+ ! ext/Sys/Syslog/Syslog.pm ext/Sys/Syslog/Syslog.xs
+____________________________________________________________________________
+[ 5745] By: gsar on 2000/03/14 22:20:27
+ Log: tweak to use SIZE_ONLY
+ Branch: perl
+ ! regcomp.c
+____________________________________________________________________________
+[ 5744] By: gsar on 2000/03/14 21:56:48
+ Log: regen win32/config*
+ Branch: perl
+ ! win32/Makefile win32/config_H.bc win32/config_H.gc
+ ! win32/config_H.vc win32/makefile.mk
+____________________________________________________________________________
+[ 5743] By: gsar on 2000/03/14 21:46:25
+ Log: change#5729 had syntax errors
+ Branch: perl
+ ! t/lib/complex.t
+____________________________________________________________________________
+[ 5742] By: gsar on 2000/03/14 21:26:33
+ Log: integrate vmsperl changes into mainline (change#5693 denied)
+ Branch: perl
+ !> configure.com lib/File/Spec/VMS.pm t/lib/complex.t
+ !> t/lib/filespec.t vms/ext/filespec.t vms/subconfigure.com
+ !> vms/vms.c
+____________________________________________________________________________
+[ 5741] By: gsar on 2000/03/14 21:17:34
+ Log: update Changes; integrate cfgperl contents into mainline
+ Branch: perl
+ ! Changes
+ !> ext/Socket/Socket.xs patchlevel.h perl.h t/lib/complex.t
+____________________________________________________________________________
[ 5740] By: gsar on 2000/03/14 20:57:12
Log: perlfaq4 tweak (from Damian Conway <damian@cs.monash.edu.au>)
Branch: perl
diff --git a/patchlevel.h b/patchlevel.h
index 7da61f042c..f37bfec27c 100644
--- a/patchlevel.h
+++ b/patchlevel.h
@@ -70,7 +70,7 @@
#if !defined(PERL_PATCHLEVEL_H_IMPLICIT) && !defined(LOCAL_PATCH_COUNT)
static char *local_patches[] = {
NULL
- , "v5.6.0-RC1"
+ , "v5.6.0-RC2"
,NULL
};
diff --git a/pod/perlhist.pod b/pod/perlhist.pod
index 17a13a2fd3..f90053d388 100644
--- a/pod/perlhist.pod
+++ b/pod/perlhist.pod
@@ -337,6 +337,7 @@ the strings?).
5.5.660 2000-Feb-22 5.6 beta2
5.5.670 2000-Feb-29 5.6 beta3
5.6.0-RC1 2000-Mar-09 5.6 release candidate 1
+ 5.6.0-RC2 2000-Mar-14 5.6 release candidate 2
=head2 SELECTED RELEASE SIZES