Change 18201: Bump version, update Changes/resources

[email protected] (Chris Nandor) Thu, 28 Nov 2002 16:39:58 -0500
Newsgroups perl.perl5.changes.mac
Message-ID <p05200f1dba0c3d9c2fe8@[10.0.1.104]>
Change 18201 by pudge@pudge-mobile on 2002/11/28 06:01:31

	Bump version, update Changes/resources

Affected files ...

.... //depot/maint-5.6/macperl/macos/Changes#9 edit
.... //depot/maint-5.6/macperl/macos/MPVersion.r#10 edit
.... //depot/maint-5.6/macperl/macos/macperl/MacPerl.rsrc#6 edit

Differences ...

==== //depot/maint-5.6/macperl/macos/Changes#9 (text) ====
Index: macperl/macos/Changes
--- macperl/macos/Changes#8~15100~	Thu Mar  7 19:23:17 2002
+++ macperl/macos/Changes	Wed Nov 27 22:01:31 2002
@@ -25,9 +25,252 @@
 This file contains only changes that affect the maint-5.6/macperl branch.
 
 ----------------
+Version v5.6.1r2
+----------------
+
+____________________________________________________________________________
+[ 18200] By: pudge                                 on 2002/11/28  05:29:12
+        Log: Yet another approach to signal handling (Matthias)
+     Branch: macperl
+	   ! macos/config.h util.c
+     Branch: maint-5.6/macperl
+	   ! macos/config.h util.c
+     Branch: maint-5.8/macperl
+	   ! macos/config.h util.c
+____________________________________________________________________________
+[ 18196] By: pudge                                 on 2002/11/28  03:39:14
+        Log: Make installme more robust
+     Branch: maint-5.6/macperl
+	   ! macos/macperl/Droplets/installme.plx
+____________________________________________________________________________
+[ 18195] By: pudge                                 on 2002/11/28  03:38:25
+        Log: Work around weird startup Apple events (Matthias, MacPerl Bug #543491)
+     Branch: maint-5.6/macperl
+	   ! macos/macperl/MPAppleEvents.c macos/macperl/MPAppleEvents.h
+	   ! macos/macperl/MPMain.c
+____________________________________________________________________________
+[ 18194] By: pudge                                 on 2002/11/28  03:35:41
+        Log: Implement InitCursorCtl wrappers (Matthias, MacPerl Bug #526707)
+     Branch: maint-5.6/macperl
+	   ! macos/SubLaunch.c macos/macish.c macos/macish.h
+____________________________________________________________________________
+[ 18193] By: pudge                                 on 2002/11/28  03:20:15
+        Log: Add first phase of Carbon support to macperl/ext/.
+             Covers Components, Files, Gestalt, Memory, MoreFiles, Notification,
+             Processes, Resources, Sound, Speech, Types, and the MacPerl module.
+             Support functions and docs in Carbon/.  Added MoreFiles source.
+             Moved around and began to rewrite some test files.
+     Branch: maint-5.6/macperl
+	   + macos/ext/Mac/Carbon/Carbon.h macos/ext/Mac/Carbon/Carbon.pm
+	   + macos/ext/Mac/Carbon/MANIFEST
+	   + macos/ext/Mac/Carbon/MANIFEST.SKIP
+	   + macos/ext/Mac/Carbon/Makefile.PL macos/ext/Mac/Carbon/README
+	   + macos/ext/Mac/Carbon/t/Carbon.t macos/ext/Mac/Carbon/typemap
+	   + macos/ext/Mac/Carbon/xsubpps/xsubpp-5.6.1
+	   + macos/ext/Mac/Carbon/xsubpps/xsubpp-5.8.0
+	   + macos/ext/Mac/Components/eg/ListComponents.plx
+	   + macos/ext/Mac/Components/t/Components.t
+	   + macos/ext/Mac/MoreFiles/MoreFilesSrc/DirectoryCopy.c
+	   + macos/ext/Mac/MoreFiles/MoreFilesSrc/DirectoryCopy.h
+	   + macos/ext/Mac/MoreFiles/MoreFilesSrc/FSpCompat.c
+	   + macos/ext/Mac/MoreFiles/MoreFilesSrc/FSpCompat.h
+	   + macos/ext/Mac/MoreFiles/MoreFilesSrc/FileCopy.c
+	   + macos/ext/Mac/MoreFiles/MoreFilesSrc/FileCopy.h
+	   + macos/ext/Mac/MoreFiles/MoreFilesSrc/FullPath.c
+	   + macos/ext/Mac/MoreFiles/MoreFilesSrc/FullPath.h
+	   + macos/ext/Mac/MoreFiles/MoreFilesSrc/IterateDirectory.c
+	   + macos/ext/Mac/MoreFiles/MoreFilesSrc/IterateDirectory.h
+	   + macos/ext/Mac/MoreFiles/MoreFilesSrc/MoreDesktopMgr.c
+	   + macos/ext/Mac/MoreFiles/MoreFilesSrc/MoreDesktopMgr.h
+	   + macos/ext/Mac/MoreFiles/MoreFilesSrc/MoreFiles.c
+	   + macos/ext/Mac/MoreFiles/MoreFilesSrc/MoreFiles.h
+	   + macos/ext/Mac/MoreFiles/MoreFilesSrc/MoreFilesExtras.c
+	   + macos/ext/Mac/MoreFiles/MoreFilesSrc/MoreFilesExtras.h
+	   + macos/ext/Mac/MoreFiles/MoreFilesSrc/Optimization.h
+	   + macos/ext/Mac/MoreFiles/MoreFilesSrc/OptimizationEnd.h
+	   + macos/ext/Mac/MoreFiles/MoreFilesSrc/Search.c
+	   + macos/ext/Mac/MoreFiles/MoreFilesSrc/Search.h
+	   + macos/ext/Mac/MoreFiles/eg/Application.plx
+	   + macos/ext/Mac/MoreFiles/eg/Iterate.plx
+	   + macos/ext/Mac/MoreFiles/t/MoreFiles.t
+	   + macos/ext/Mac/Processes/eg/Processes.plx
+	   + macos/ext/Mac/Sound/t/Scream.rsrc
+	   + macos/ext/Mac/Sound/t/Sound.t
+	   + macos/ext/Mac/Speech/eg/Cellist.plx
+	   + macos/ext/Mac/Speech/eg/DumpVoices.plx
+	   + macos/ext/Mac/Speech/eg/JukeBox.plx
+	   + macos/ext/Mac/Speech/eg/Phonemes.plx
+	   + macos/ext/Mac/Speech/t/Speech.t macos/ext/MacPerl/t/MacPerl.t
+	   - macos/ext/Mac/Components/t/ListComponents.t
+	   - macos/ext/Mac/MoreFiles/t/Application.t
+	   - macos/ext/Mac/MoreFiles/t/Iterate.t
+	   - macos/ext/Mac/Sound/t/Scream.t
+	   - macos/ext/Mac/Speech/t/Cellist.t
+	   - macos/ext/Mac/Speech/t/DumpVoices.t
+	   - macos/ext/Mac/Speech/t/JukeBox.t
+	   - macos/ext/Mac/Speech/t/Phonemes.t
+	   ! macos/ext/Mac/Components/Components.pm
+	   ! macos/ext/Mac/Components/Components.xs
+	   ! macos/ext/Mac/Components/Makefile.PL
+	   ! macos/ext/Mac/Files/Files.pm macos/ext/Mac/Files/Files.xs
+	   ! macos/ext/Mac/Files/Makefile.PL macos/ext/Mac/Files/t/Files.t
+	   ! macos/ext/Mac/Gestalt/Gestalt.pm
+	   ! macos/ext/Mac/Gestalt/Gestalt.xs
+	   ! macos/ext/Mac/Gestalt/Makefile.PL
+	   ! macos/ext/Mac/Gestalt/t/Gestalt.t
+	   ! macos/ext/Mac/Memory/Makefile.PL
+	   ! macos/ext/Mac/Memory/Memory.pm macos/ext/Mac/Memory/Memory.xs
+	   ! macos/ext/Mac/Memory/t/Memory.t macos/ext/Mac/MoreFiles/MF.xs
+	   ! macos/ext/Mac/MoreFiles/Makefile.PL
+	   ! macos/ext/Mac/MoreFiles/MoreFiles.pm
+	   ! macos/ext/Mac/Notification/Makefile.PL
+	   ! macos/ext/Mac/Notification/Notification.pm
+	   ! macos/ext/Mac/Notification/Notification.xs
+	   ! macos/ext/Mac/Notification/t/Notification.t
+	   ! macos/ext/Mac/Processes/Makefile.PL
+	   ! macos/ext/Mac/Processes/Processes.pm
+	   ! macos/ext/Mac/Processes/Processes.xs
+	   ! macos/ext/Mac/Processes/t/Processes.t
+	   ! macos/ext/Mac/Resources/Makefile.PL
+	   ! macos/ext/Mac/Resources/Resources.pm
+	   ! macos/ext/Mac/Resources/Resources.xs
+	   ! macos/ext/Mac/Resources/t/Resources.t
+	   ! macos/ext/Mac/Sound/Makefile.PL macos/ext/Mac/Sound/Sound.pm
+	   ! macos/ext/Mac/Sound/Sound.xs macos/ext/Mac/Speech/Makefile.PL
+	   ! macos/ext/Mac/Speech/Speech.pm macos/ext/Mac/Speech/Speech.xs
+	   ! macos/ext/Mac/Types/Makefile.PL macos/ext/Mac/Types/Types.pm
+	   ! macos/ext/Mac/Types/Types.xs macos/ext/Mac/Types/t/Types.t
+	   ! macos/ext/MacPerl/MacPerl.pm macos/ext/MacPerl/MacPerl.xs
+	   ! macos/ext/MacPerl/Makefile.PL macos/ext/MacPerl/OSA.xs
+____________________________________________________________________________
+[ 17858] By: pudge                                 on 2002/09/08  04:47:02
+        Log: Save script context in compiled script
+             From Bart Lateur
+     Branch: maint-5.6/macperl
+	   ! macos/lib/Mac/OSA/Simple.pm
+____________________________________________________________________________
+[ 17857] By: pudge                                 on 2002/09/08  04:46:31
+        Log: Add Mac OS X Note
+     Branch: maint-5.6/macperl
+	   ! macos/lib/Mac/Glue.pm
+____________________________________________________________________________
+[ 17856] By: pudge                                 on 2002/09/08  04:46:03
+        Log: Remove workaround for fixed GUSI bug #553817
+     Branch: maint-5.6/macperl
+	   ! macos/MacPerlTests.cmd
+____________________________________________________________________________
+[ 17855] By: pudge                                 on 2002/09/08  04:36:08
+        Log: Add ChooseFSObject/GetFolder
+             From Thomas Wegner
+     Branch: maint-5.6/macperl
+	   + macos/ext/Mac/StandardFile/ChooseFSObject.c
+	   + macos/ext/Mac/StandardFile/ChooseFSObject.h
+	   + macos/ext/Mac/StandardFile/t/ChooseFSObject.t
+	   ! macos/Perl.r macos/ext/Mac/StandardFile/Makefile.PL
+	   ! macos/ext/Mac/StandardFile/StandardFile.pm
+	   ! macos/ext/Mac/StandardFile/StandardFile.xs
+	   ! macos/macperl/MacPerl.r
+____________________________________________________________________________
+[ 17854] By: pudge                                 on 2002/09/08  04:35:08
+        Log: Fix URL encoding for MacPerl Help/Shuck
+             Bug exposed in Mac OS X 10.2; MacPerl Bug #598449
+     Branch: maint-5.6/macperl
+	   ! macos/macperl/MPHelp.c
+____________________________________________________________________________
+[ 17853] By: pudge                                 on 2002/09/08  04:33:43
+        Log: TextEdit example show text extraction
+     Branch: maint-5.6/macperl
+	   ! macos/ext/Mac/TextEdit/t/SimpleText.t
+____________________________________________________________________________
+[ 17852] By: pudge                                 on 2002/09/08  04:32:53
+        Log: File::Copy should only warn if there's something to warn about
+     Branch: maint-5.6/macperl
+	   ! lib/File/Copy.pm
+____________________________________________________________________________
+[ 17668] By: pudge                                 on 2002/07/30  03:16:52
+        Log: Help fixes from Thomas Wegner
+     Branch: macperl
+	   ! macos/macperl/BuildHelpIndex macos/macperl/MacPerl.podhelp
+     Branch: maint-5.6/macperl
+	   ! macos/macperl/BuildHelpIndex macos/macperl/MacPerl.podhelp
+     Branch: maint-5.8/macperl
+	   ! macos/macperl/BuildHelpIndex macos/macperl/MacPerl.podhelp
+____________________________________________________________________________
+[ 17664] By: pudge                                 on 2002/07/29  19:20:51
+        Log: Neglected to include old bugfix from main branch
+     Branch: maint-5.6/macperl
+	   ! perl.c
+____________________________________________________________________________
+[ 17663] By: pudge                                 on 2002/07/29  18:25:57
+        Log: Count line numbers properly in MacPerl app
+     Branch: maint-5.6/macperl
+	   ! perl.c
+____________________________________________________________________________
+[ 17662] By: pudge                                 on 2002/07/29  18:21:16
+        Log: Make Mac::Glue work to glue Mac OS X apps under Classic
+     Branch: maint-5.6/macperl
+	   ! macos/lib/Mac/AETE/App.pm macos/lib/Mac/AETE/Format/Glue.pm
+____________________________________________________________________________
+[ 17661] By: pudge                                 on 2002/07/29  18:20:46
+        Log: gluemac failed with some paths
+     Branch: maint-5.6/macperl
+	   ! macos/macperl/Droplets/gluemac.plx
+____________________________________________________________________________
+[ 17660] By: pudge                                 on 2002/07/29  18:20:12
+        Log: Fix long-standing bug with popup menus not working in dialogs
+     Branch: maint-5.6/macperl
+	   ! macos/ext/Mac/Dialogs/Dialogs.pm
+____________________________________________________________________________
+[ 17659] By: pudge                                 on 2002/07/29  18:19:00
+        Log: Update test script
+     Branch: maint-5.6/macperl
+	   ! macos/MacPerlTests.cmd
+____________________________________________________________________________
+[ 17658] By: pudge                                 on 2002/07/29  18:18:35
+        Log: Portability fixes for blib
+             (already in 5.8/5.9)
+     Branch: maint-5.6/macperl
+	   ! lib/blib.pm
+____________________________________________________________________________
+[ 17657] By: pudge                                 on 2002/07/29  18:17:54
+        Log: Minor test fixes
+     Branch: maint-5.6/macperl
+	   ! t/lib/filespec.t t/op/magic.t
+____________________________________________________________________________
+[ 17651] By: pudge                                 on 2002/07/23  03:24:35
+        Log: Integrate maint-5.6/perl
+     Branch: maint-5.6/macperl
+	  +> t/win32/longpath.t
+	  !> (integrate 35 files)
+____________________________________________________________________________
+[ 16512] By: pudge                                 on 2002/05/09  03:44:21
+        Log: Integrate from macperl
+     Branch: maint-5.6/macperl
+	  !> macos/macperl/MPConsole.cp
+____________________________________________________________________________
+[ 16474] By: pudge                                 on 2002/05/08  04:00:04
+        Log: Update README (integrate from macperl)
+     Branch: maint-5.6/macperl
+	  !> README.macos
+____________________________________________________________________________
+[ 16473] By: pudge                                 on 2002/05/08  03:52:28
+        Log: Various syncs from macperl/ -> maint-5.6/macperl/
+             File::Copy, File::Spec updates
+             Test script modifications
+             pp_require path bugfixes
+     Branch: maint-5.6/macperl
+	   ! lib/File/Copy.pm lib/File/Spec/Mac.pm macos/MacPerlTests.plx
+	   ! macos/configpm macos/macish.c macos/macish.h pp_ctl.c
+
+----------------
 Version v5.6.1r1
 ----------------
 
+____________________________________________________________________________
+[ 15100] By: pudge                                 on 2002/03/08  03:23:17
+        Log: Update Changes
+     Branch: maint-5.6/macperl
+	   ! macos/Changes
 ____________________________________________________________________________
 [ 15099] By: pudge                                 on 2002/03/08  03:20:06
         Log: Replace macperlbundled with macperldelta

==== //depot/maint-5.6/macperl/macos/MPVersion.r#10 (text) ====
Index: macperl/macos/MPVersion.r
--- macperl/macos/MPVersion.r#9~14927~	Fri Mar  1 09:27:29 2002
+++ macperl/macos/MPVersion.r	Wed Nov 27 22:01:31 2002
@@ -5,6 +5,9 @@
  *    as specified in the README file.
  *
  * $Log: MPVersion.r,v $
+ * Revision 1.13  2002/09/05 23:37:03  pudge
+ * Bump version
+ *
  * Revision 1.12  2002/03/01 04:26:00  pudge
  * Bump version to ... wait for it ... 5.6.1r1!
  *
@@ -44,10 +47,10 @@
  *
  */
 
-#define MPVersionStr	"5.6.1r1"
+#define MPVersionStr	"5.6.1r2"
 #define MPRevision	0x05
 #define MPVersion	0x61
-#define MPBuild		0x01
+#define MPBuild		0x02
 #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.