summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChip Salzenberg <chip@pobox.com>1999-04-29 19:00:28 +0000
committerchip <chip@pobox.com>1999-04-29 19:00:28 +0000
commit50b1c942bdc5f364070f34c8865521b7b073805e (patch)
tree53e9ce61bffaea3c4b1e84915221516f8cc58b0b
parentda75006667dcb67d0a40fc68c881d345e162d5bf (diff)
downloadperl-50b1c942bdc5f364070f34c8865521b7b073805e.tar.gz
Final release: Update patchlevel.h and Changes.
p4raw-id: //depot/maint-5.004/perl@3295
-rw-r--r--Changes37
-rw-r--r--patchlevel.h1
2 files changed, 37 insertions, 1 deletions
diff --git a/Changes b/Changes
index c17065e027..f8b74652d1 100644
--- a/Changes
+++ b/Changes
@@ -70,6 +70,7 @@ Version 5.004_05 Maintenance release 5 for 5.004
Better security
- Tainting bugs fixed.
+ - Mount options that disallow set[ug]id honored.
- Temporary file not created for "perl -e".
Better documentation
- Many significant updates and clarifications.
@@ -94,6 +95,42 @@ Version 5.004_05 Maintenance release 5 for 5.004
- Many other bugs fixed.
+Change 3295 by chip@perlsupport.com on 1999/04/29 18:53:45
+
+ Final release: Update patchlevel.h and Changes.
+
+Change 3294 by chip@perlsupport.com on 1999/04/29 18:52:16
+
+ Refresh emacs/*.
+
+Change 3293 by chip@perlsupport.com on 1999/04/29 18:50:49
+
+ Fix shebang lines.
+
+Change 3290 by chip@perlsupport.com on 1999/04/29 18:16:45
+
+ Eliminate SysV IPC tests that don't work reliably.
+ Maybe the next patch will include IPC::SysV.
+
+Change 3288 by chip@perlsupport.com on 1999/04/27 17:12:38
+
+ Fix non-core-XS bug in MM_VMS.pm.
+ (from Dan Sugalski <sugalskd@osshe.edu>)
+
+Change 3287 by chip@perlsupport.com on 1999/04/27 13:36:27
+
+ Fix SysV IPC tests to allow for ids of zero.
+
+Change 3286 by chip@perlsupport.com on 1999/04/27 13:16:07
+
+ Update Solaris 2.x hints.
+ (from Andy Dougherty <doughera@lafayette.edu>)
+
+Change 3285 by chip@perlsupport.com on 1999/04/27 13:02:43
+
+ Add 'okfile' target to makefile.
+ (from Hugo van der Sanden <hv@crypt.compulink.co.uk>)
+
Change 3283 by chip@perlsupport.com on 1999/04/26 23:20:47
Tweak ordering of Porting/makerel.
diff --git a/patchlevel.h b/patchlevel.h
index 87ec2a1f73..36af501573 100644
--- a/patchlevel.h
+++ b/patchlevel.h
@@ -39,7 +39,6 @@
/* The following line and terminating '};' are read by perlbug.PL. Don't alter. */
static char *local_patches[] = {
NULL
- ,"MAINT_TRIAL_9 - 5.004_05 maintenance trial 9"
,NULL
};