diff options
author | Malcolm Beattie <mbeattie@sable.ox.ac.uk> | 1998-04-03 13:38:59 +0000 |
---|---|---|
committer | Malcolm Beattie <mbeattie@sable.ox.ac.uk> | 1998-04-03 13:38:59 +0000 |
commit | 9d6a108078fdd003f8a1be2140d6cdb3c875245a (patch) | |
tree | c550776253164e2a610a4babf79744403ab0d90b | |
parent | 554483b0bfc61ba948dc80669d94545ca29c7ffe (diff) | |
download | perl-9d6a108078fdd003f8a1be2140d6cdb3c875245a.tar.gz |
Update Changes5.004 and Changes, fix MANIFEST
p4raw-id: //depot/perl@871
-rw-r--r-- | Changes | 68 | ||||
-rw-r--r-- | Changes5.004 | 3 | ||||
-rw-r--r-- | MANIFEST | 1 |
3 files changed, 72 insertions, 0 deletions
diff --git a/Changes b/Changes new file mode 100644 index 0000000000..fb511ceb35 --- /dev/null +++ b/Changes @@ -0,0 +1,68 @@ +Please note: This file provides a summary of significant changes +between versions and sub-versions of Perl, not necessarily a complete +list of each modification. If you'd like more detailed information, +please consult the comments in the patches on which the relevant +release of Perl is based. (Patches can be found on any CPAN +site, in the .../src/5.0 directory for full version releases, +or in the .../src/5/0/unsupported directory for sub-version +releases.) + + + --------------- + CAST AND CREW + --------------- + +To give due honor to those who have made Perl what is is today, +here are some of the more common names in the Changes file, and their +current addresses (as of March 1997): + + Gisle Aas <gisle@aas.no> + Kenneth Albanowski <kjahds@kjahds.com> + Graham Barr <gbarr@ti.com> + Spider Boardman <spider@orb.nashua.nh.us> + Tom Christiansen <tchrist@perl.com> + Hallvard B Furuseth <h.b.furuseth@usit.uio.no> + M. J. T. Guy <mjtg@cus.cam.ac.uk> + Gurusamy Sarathy <gsar@engin.umich.edu> + Jarkko Hietaniemi <jhi@iki.fi> + Nick Ing-Simmons <nik@tiuk.ti.com> + Andreas Koenig <a.koenig@mind.de> + Doug MacEachern <dougm@opengroup.org> + Paul Marquess <pmarquess@bfsec.bt.co.uk> + Hans Mulder <hansm@euronet.nl> + Jeff Okamoto <okamoto@hpcc123.corp.hp.com> + Ulrich Pfeifer <pfeifer@charly.informatik.uni-dortmund.de> + Tom Phoenix <rootbeer@teleport.com> + Norbert Pueschel <pueschel@imsdd.meb.uni-bonn.de> + Dean Roehrich <roehrich@cray.com> + Roderick Schertler <roderick@argon.org> + Larry W. Virden <lvirden@cas.org> + Ilya Zakharevich <ilya@math.ohio-state.edu> + +And the Keepers of the Patch Pumpkin: + + Charles Bailey <bailey@hmivax.humgen.upenn.edu> + Tim Bunce <Tim.Bunce@ig.co.uk> + Andy Dougherty <doughera@lafcol.lafayette.edu> + Chip Salzenberg <chip@perl.com> + Malcolm Beattie <mbeattie@sable.ox.ac.uk> + +And, of course, the Author of Perl: + + Larry Wall <larry@wall.org> + +---------------- +Version 5.004_64 Developer release working toward 5.005 +---------------- + +[Put changes here. Should we go back and put in changes for +_51 onwards?] + +---------------- +Version 5.004_50 First developer release towards 5.005 +---------------- + +Maintenance of the 5.004 version of perl continues with the 5.004_xx +series, where 'xx' is <= 49. Development of the next version, 5.005, +starts with 5.004_50. + diff --git a/Changes5.004 b/Changes5.004 index 74755010ca..90a8b53374 100644 --- a/Changes5.004 +++ b/Changes5.004 @@ -46,6 +46,9 @@ And the Keepers of the Patch Pumpkin: Andy Dougherty <doughera@lafcol.lafayette.edu> Chip Salzenberg <chip@perl.com> +And, of course, the Author of Perl: + + Larry Wall <larry@wall.org> ---------------- Version 5.004_04 Maintenance release 4 for 5.004 @@ -4,6 +4,7 @@ Changes5.000 Differences between 4.x and 5.000 Changes5.001 Differences between 5.000 and 5.001 Changes5.002 Differences between 5.001 and 5.002 Changes5.003 Differences between 5.002 and 5.003 +Changes5.004 Differences between 5.003 and 5.004 Configure Portability tool Copying The GNU General Public License EXTERN.h Included before foreign .h files |