Upgrade to Encode 1.51, from Dan Kogai.
[p5sagit/p5-mst-13.2.git] / pod / perlhist.pod
index 0e1df8a..60c92f2 100644 (file)
@@ -1,5 +1,3 @@
-=pod
-
 =head1 NAME
 
 perlhist - the Perl history records
@@ -36,7 +34,7 @@ Perl history in brief, by Larry Wall:
 
 Larry Wall, Andy Dougherty, Tom Christiansen, Charles Bailey, Nick
 Ing-Simmons, Chip Salzenberg, Tim Bunce, Malcolm Beattie, Gurusamy
-Sarathy, Graham Barr.
+Sarathy, Graham Barr, Jarkko Hietaniemi.
 
 =head2 PUMPKIN?
 
@@ -267,7 +265,7 @@ the strings?).
           5.004_03      1997-Sep-05
           5.004_04      1997-Oct-15
           5.004m5t1     1998-Mar-04     Maintenance Trials (for 5.004_05).
-          5.004_04-m2   1997-May-01
+          5.004_04-m2   1998-May-01
           5.004_04-m3   1998-May-15
           5.004_04-m4   1998-May-19
           5.004_04-MT5  1998-Jul-21
@@ -333,8 +331,24 @@ the strings?).
          5.005_62      1999-Oct-15
          5.005_63      1999-Dec-09
          5.5.640       2000-Feb-02
-         5.5.650       2000-Feb-08     5.6 beta1
-         5.5.660       2000-Feb-22     5.6 beta2
+         5.5.650       2000-Feb-08     beta1
+         5.5.660       2000-Feb-22     beta2
+         5.5.670       2000-Feb-29     beta3
+         5.6.0-RC1     2000-Mar-09     release candidate 1
+         5.6.0-RC2     2000-Mar-14     release candidate 2
+         5.6.0-RC3     2000-Mar-21     release candidate 3
+         5.6.0         2000-Mar-22
+
+ Sarathy  5.6.1-TRIAL1  2000-Dec-18    The 5.6 maintenance track.
+          5.6.1-TRIAL2  2001-Jan-31
+          5.6.1-TRIAL3  2001-Mar-19
+          5.6.1-foolish 2001-Apr-01     The "fools-gold" release.
+          5.6.1         2001-Apr-08
+
+ Jarkko   5.7.0         2000-Sep-02    The 5.7 track: Development.
+          5.7.1         2001-Apr-09
+          5.7.2         2001-Jul-13    virtual release candidate 0
+          5.7.3         2002-Mar-05
 
 =head2 SELECTED RELEASE SIZES
 
@@ -379,10 +393,16 @@ explained below.
  5.004_73       1874  76   1467 152    762 102    506 196   1883  61
  5.004_75       1877  76   1467 152    770 103    508 196   1896  62
  5.005          1896  76   1469 152    795 103    509 197   1945  63
- 5.005_03      1936  77   1541 153    813 104    551 201   2176  72       
- 5.005_50      1969  78   1842 301    795 103    514 198   1948  63
- 5.005_53      1999  79   1885 303    806 104    602 224   2002  67
+ 5.005_03       1936  77   1541 153    813 104    551 201   2176  72       
+ 5.005_50       1969  78   1842 301    795 103    514 198   1948  63
+ 5.005_53       1999  79   1885 303    806 104    602 224   2002  67
  5.005_56       2086  79   1970 307    866 113    672 238   2221  75
+ 5.6.0          2930  80   2626 364   1096 129    868 281   2841  93
+ 5.7.0          2977  80   2801 425   1250 132    975 307   3206 100
+ 5.6.1          3049  80   3764 484   1924 159   1025 304   3593 119
+ 5.7.1          3351  84   3442 455   1944 167   1334 357   3698 124
+ 5.7.2          3491  87   4858 618   3290 298   1598 449   3910 139
+ 5.7.3          3415  87   5367 630  14448 410   2205 640   4491 148
 
 The "core"..."doc" mean the following files from the Perl source code
 distribution.  The glob notation ** means recursively, (.) means
@@ -391,7 +411,7 @@ regular files.
  core   *.[hcy]
  lib    lib/**/*.p[ml]
  ext    ext/**/*.{[hcyt],xs,pm}
- t      t/**/*(.)
+ t      t/**/*(.) (for 1-5.005_56) or **/*.t (for 5.6.0-5.7.3)
  doc    {README*,INSTALL,*[_.]man{,.?},pod/**/*.pod}
 
 Here are some statistics for the other subdirectories and one file in
@@ -553,8 +573,9 @@ context diff output format.
 Jarkko Hietaniemi <F<jhi@iki.fi>>.
 
 Thanks to the collective memory of the Perlfolk.  In addition to the
-Keepers of the Pumpkin also Alan Champion, Andreas König, John
-Macdonald, Matthias Neeracher, Jeff Okamoto, Michael Peppler,
-Randal Schwartz, and Paul D. Smith sent corrections and additions.
+Keepers of the Pumpkin also Alan Champion, Mark Dominus, 
+Andreas König, John Macdonald, Matthias Neeracher, Jeff Okamoto,
+Michael Peppler, Randal Schwartz, and Paul D. Smith sent corrections
+and additions.
 
 =cut