Change 14927: Update version and README
[email protected] (Chris Nandor) Fri, 1 Mar 2002 14:28:26 -0500
| Newsgroups | perl.perl5.changes.mac |
|---|---|
| Message-ID | <p0510030bb8a586d5d3f2@[10.0.1.177]> |
Change 14927 by pudge@pudge-mobile on 2002/03/01 17:27:29
Update version and README
Affected files ...
.... //depot/maint-5.6/macperl/README.macos#8 edit
.... //depot/maint-5.6/macperl/macos/MPVersion.r#9 edit
Differences ...
==== //depot/maint-5.6/macperl/README.macos#8 (text) ====
Index: perl/README.macos
--- perl/README.macos.~1~ Fri Mar 1 10:30:05 2002
+++ perl/README.macos Fri Mar 1 10:30:05 2002
@@ -13,30 +13,28 @@
If you are running perl under Mac OS X, you don't want to be
here (unless you are in the Classic environment under Mac OS X).
-When we say "Mac OS" below, we mean pre-Mac OS X, which includes
-Mac OS 7, 8, and 9.
+When we say "Mac OS" below, we mean Mac OS 7, 8, and 9, and I<not>
+Mac OS X.
=head1 DESCRIPTION
-The perl 5.6.1 source itself builds on Mac OS, with some additional
+The latest perl 5.6 source itself builds on Mac OS, with some additional
pieces. Support for Mac OS is now in the perl core, and MacPerl will be
able to, in the future, keep in closer sync with regular perl releases.
-At this time, the code is beta quality. Please feel free to use it,
-but be warned that there are still some significant bugs remaining.
-
To build perl for Mac OS (as an MPW tool), you will need the addition
-of the "macos" subdirectory, distributed separately. It includes extra
-source files, config files, and make files. It also includes a lot of
-extra Mac-specific modules.
+of the F<macos> subdirectory, distributed separately. It includes extra
+source files, config files, and make files. It also includes extra
+Mac-specific modules.
-To build the MacPerl application, you will also need the "macperl"
+To build the MacPerl application, you will also need the F<macperl>
directory, which includes the source files for creating the
application itself.
All of this is available from the development site, via
-HTTP and anonymous CVS.
+HTTP (in the MacPerl Installer, which includes all the source
+and binaries) and anonymous CVS.
http://dev.macperl.org/
@@ -47,7 +45,11 @@
available. These are linked to from the SourceForge site. Go that site
for all things having to do with MacPerl development.
-MacPerl 5.2.0r4 is available on the CPAN and on SourceForge. It
+MacPerl 5.6.1 and later are supported on Mac OS 8.1 and later, for 68040
+and PowerPC architectures. The MPW tool may be used on Mac OS 7.5.5
+and 68030 computers.
+
+MacPerl 5.2.0r4 is also available, on the CPAN and on SourceForge. It
is based on perl 5.004.
@@ -60,4 +62,4 @@
=head1 DATE
-Last modified 2001.10.02.
+Last modified 2002.02.28.
==== //depot/maint-5.6/macperl/macos/MPVersion.r#9 (text) ====
Index: perl/macos/MPVersion.r
--- perl/macos/MPVersion.r.~1~ Fri Mar 1 10:30:05 2002
+++ perl/macos/MPVersion.r Fri Mar 1 10:30:05 2002
@@ -5,6 +5,9 @@
* as specified in the README file.
*
* $Log: MPVersion.r,v $
+ * Revision 1.12 2002/03/01 04:26:00 pudge
+ * Bump version to ... wait for it ... 5.6.1r1!
+ *
* Revision 1.11 2002/01/23 05:46:04 pudge
* Bump version
*
@@ -41,11 +44,11 @@
*
*/
-#define MPVersionStr "5.6.1b4"
+#define MPVersionStr "5.6.1r1"
#define MPRevision 0x05
#define MPVersion 0x61
-#define MPBuild 0x04
-#define MPState beta
+#define MPBuild 0x01
+#define MPState release
#define MPCopyright "ported by Matthias Neeracher, maintained by Chris Nandor"
#define MPDate $$Format("%4.4d-%2.2d-%2.2d", $$Year, $$Month, $$Day)
End of Patch.