X-Recipient: archive-cygwin AT delorie DOT com X-SWARE-Spam-Status: No, hits=-4.4 required=5.0 tests=ALL_TRUSTED,BAYES_00 X-Spam-Check-By: sourceware.org X-SWARE-Spam-Status: No, hits=-2.5 required=5.0 tests=AWL,BAYES_00 Message-Id: Date: Mon, 01 Mar 2010 18:46:33 +0100 From: Reini Urban User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; de; rv:1.9.1.8) Gecko/20100205 SeaMonkey/2.0.3 MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: [ANNOUNCEMENT] Updated: perl-5.10.1-3 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Reply-To: cygwin AT cygwin DOT com X-IsSubscribed: yes Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com perl has been updated to 5.10.1-3 to fix the Cwd issue with 5.10.1-2. No binaries have been changed, besides some vendor_perl upgrades. See below. It has been successfully tested with 700 CPAN modules. Changes since the last perl-5.10.1-2: - added "CYG25 use same image-base when exchanging privlib dlls" This means that updating XS modules might need much less rebaseall runs, esp. the Compress::Raw modules. - removed CYG26-Cwd-svk patch by Elliot Moss for svk. svk has to be fixed instead - added helperscript /usr/bin/perlrebase - build script stabilizations - added install_vendor support for Build.PL (Test::Pod) - proper exit on install_vendor make failure - install updated CPAN core packages not into vendor, no shadowing: ExtUtils-ParseXS-* ExtUtils-CBuilder-* IO-Compress-* Compress-Raw-Bzip-* Pod-Escapes-* Pod-Simple-* CPAN-1* Digest-SHA-* Module-Build-* Math-BigInt-FastCalc-* File-Temp-* @INC "shadowing" prevents effective cpan updates of those core modules - moved html docs to perl_manpages pkg - CORE modules updated: Compress-Raw-Bzip2-2.024 IO-Compress-2.024 Compress-Raw-Zlib-2.024 Module-Build-0.3603 ExtUtils-CBuilder-0.2702 ExtUtils-ParseXS-2.2203 - vendor_perl modules updated: Test-Pod-1.41 YAML-0.71 IO-CaptureOutput-1.1102 File-HomeDir-0.89 URI-1.52 Net-DNS-0.66 CPAN-Reporter-1.1711 File-Find-Rule-0.32 Data-Compare-1.22 PAR-Dist-0.47 - setup.hint requires libssp0 added ------------------------------------- See http://www.perl.org/ ChangeLog: http://perldoc.perl.org/perldelta.html Cygwin README: http://perldoc.perl.org/perlcygwin.html CYGWIN vendor patches at http://code.google.com/p/cygwin-rurban/source/browse/trunk/release/perl Vendor patches for 5.10.1-3: * CYG11 Empty .bs files are not generated anymore * CYG12 no archlib in otherlibdirs * CYG14 Dynaloader * CYG15 static-Win32CORE * CYG17 utf8-paths * CYG21 LibList-Kid.patch * CYG22 cygwin-1.7 hints * CYG23 544-stat * CYG24 build man pages - CYG26 Cwd for svk (invalid message burned into cygperl5_10.dll) * Bug#55162 File::Spec::case_tolerant performance * disable ExtUtils::MakeMaker::Coverage in Sys-Syslog Update recommendations from 5.8: ------------------------------- Since 5.10 is not installed in parallel to 5.8 (it is possible, but not with this package), all your old 5.8 modules will need to be reinstalled for 5.10. Your old 5.8 modules are not deleted, just not accessible to 5.10. Non-binary packages can be used by adding /usr/lib/perl5/site_lib/5.8 to your @INC, but the below procedure is recommended to get the latest version for each installed package. This will not harm most of your previous 5.8 modules in case you want to switch back to 5.8, just the /bin scripts might get overwritten. BEFORE INSTALLATION of 5.10 ! # get the list of installed 5.8 modules $ perl -MExtUtils::Installed \ -e'print join("\n", new ExtUtils::Installed->modules)' > module.list AFTER INSTALLATION of 5.10 ! # install all previous modules for 5.10 $ cpan `cat module.list` ======================================================================== To update your installation, click on the "Install Cygwin now" link on the http://cygwin.com/ web page. This downloads setup.exe to your system. Then, run setup and answer all of the questions. *** CYGWIN-ANNOUNCE UNSUBSCRIBE INFO *** If you want to unsubscribe from the cygwin-announce mailing list, look at the "List-Unsubscribe: " tag in the email header of this message. Send email to the address specified there. It will be in the format: cygwin-announce-unsubscribe-you=yourdomain DOT com AT cygwin DOT com If you need more information on unsubscribing, start reading here: http://sources.redhat.com/lists.html#unsubscribe-simple Please read *all* of the information on unsubscribing that is available starting at this URL. -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple