Files
perl-CPAN/perl-CPAN.changes

370 lines
11 KiB
Plaintext
Raw Normal View History

-------------------------------------------------------------------
Mon Jun 27 07:44:00 UTC 2016 - coolo@suse.com
- updated to 2.14
see /usr/share/doc/packages/perl-CPAN/Changes
2016-06-25 k <andk@cpan.org>
* release 2.14
* three weeks after the trial release; cpantesters have generated 383
passes, no fail
* no changes except for a few in the distroprefs/ directory which do not
count because it is not used per default
2016-06-04 k <andk@cpan.org>
* release 2.14-TRIAL
* Fix failing tests on Windows (hopefully); tested on my i5-3317U
notebook with Strawberry 5.24 and HARNESS_OPTIONS=j3: 104 wallclock secs
* set SIGWINCH to IGNORE only when the key WINCH exists in %ENV (avert
noise on boxes that do not support it)
* fix a rare bug when ->expand returned nothing for whatever reason
* improve diagnostics on fails during testing (but it is still very hard
to debug these tests)
2016-05-16 k <andk@cpan.org>
* release 2.13-TRIAL
* support for parallel running tests (tested with HARNESS_OPTIONS=j8)
* bump all versions that have changed since 2.10 or 2.12 so we can
generate a better pull request for bleadperl
2015-12-31 k <andk@cpan.org>
* release 2.12-TRIAL
* merge in a lot of small changes to App::Cpan and cpan (brian d foy)
* rt#92435: non-deterministic dependency handling (Zefram)
* fix "Redundant argument in sprintf" (Father Chrysostomos)
* rt#102867: sequential build dir names (Zefram)
* rt#102429: Tarball with bad permissions may kill CPAN shell (Slaven Rezic)
* rt#71722: Locking issues on Windows (Slaven Rezic, Andreas Koenig)
* several small changes improving NFS file locking (Andreas Koenig)
* warn if system returns -1 when trying to make (David Golden)
* github#91: fixes Help to fit in an 80-character console window (Steve
Hay, Andreas Koenig)
* encourage plugin names of the style CPAN::Plugin::$something (Slaven Rezic)
* rt#107353: set SIGWINCH to IGNORE (rene.schickbauer, Andreas Koenig)
* rt#106009: bump dependency on IO::Scalar to 2.105
-------------------------------------------------------------------
Fri Apr 17 09:06:19 UTC 2015 - coolo@suse.com
- updated to 2.10
see /usr/share/doc/packages/perl-CPAN/Changes
2015-03-13 k <andk@cpan.org>
* release 2.10
* same code as 2.10-TRIAL
2015-02-22 k <andk@cpan.org>
* release 2.10-TRIAL
* Fix Makefile/Build file test in prereq_pm (Craig A. Berry; RT 98265)
* Don't use list assignment to %ENV in Distribution::make (Craig A.
Berry; RT 98265)
* Bump $VERSION in changed modules (for integration into blead, post
5.21.9) (Steve Hay)
* bump requirement for Socket.pm on Windows (Alexandr Ciornii)
2015-02-02 k <andk@cpan.org>
* release 2.09-TRIAL
* tune verbosity of failing tests in 30shell.t (Andreas Koenig)
* find or fetch MIRRORED.BY -- github #84 (brian d foy)
* bump $VERSION in modules changed since CPAN-2.00 -- github #83 (Steve
Hay)
2015-01-05 k <andk@cpan.org>
* release 2.08-TRIAL
* fixes binary test files github #81 (brian d foy)
2015-01-04 k <andk@cpan.org>
* release 2.07-TRIAL
* add support for Cwd::getdcwd and introduce workaround for a
misbehaviour seen on Strawberry perl 5.20.1 (Andreas Koenig)
* fixes bug that possibly CPAN::Meta::Requirements was not loaded in
time (Andreas Koenig)
* silences unini warnings from missing environment variables (tlhackque)
* fixes chdir after building dependencies bug github #79 and #80 (David
Schweikert)
* some new and some improved distroprefes files, and some have gone too
(Andreas Koenig, Slaven Rezic)
* introduces experimental support for plugins/hooks (#apw2014 in
Salzburg; Andreas Koenig, Branislav Zahradnik)
* catches more user errors on the 'o conf' commandline (Andreas Koenig)
* integrates the App::Cpan sources taken over from brian with lots of
cleanup from him, so that they have less chance to digress (brian d foy)
* fixes clear_credentials that were completely broken (Len Jaffe)
* fixes typos (David Horner)
2014-08-06 k <andk@cpan.org>
* release 2.06-TRIAL
* lazy load CPAN::Meta::Requirements (David Golden)
* fix $rtt handling in App::Cpan (Peter Martini)
* bump CPAN::Meta::Requirements requirement (Karen Etheridge)
* fix unini warning in App::Cpan (mudler)
* tiny distroprefs fixes (Andreas Koenig)
* remove beta warning from distroprefs documentation (Andreas Koenig)
* do not check recursion on optional dependencies (Andreas Koenig)
* address rt.cpan.org #95271: sanity check META.yml to contain a hash
(Alexandr Ciornii, Andreas Koenig)
2014-04-18 k <andk@cpan.org>
* release 2.05
* amendments to the Changes file only, no code change: the github issue
numbers were confused in the TRIAL releases. Thanks to Steve Hay for
spotting.
2014-04-04 k <andk@cpan.org>
* release 2.05-TRIAL2
* doc improvement for scan_cache/atstart (Slaven Rezic)
* test improvement in 31session to fix false positives
2014-03-31 k <andk@cpan.org>
* release 2.05-TRIAL
* take github #68 as 086c901: smoke faster (Alexandr Ciornii)
* take github #67 as cfa93ad, to fix github #64: local::lib shell
variable string output (David Golden)
* take github #66 as 4c0da4e, to fix github #65: loop with "notest test
some-module-with-dependencies" (Andreas Koenig, David Golden)
2014-03-18 Andreas Koenig <k@UX31A>
* release 2.04-TRIAL
* history of master branch was rewritten after Tour de France bughunting
(Lyon #QA2014); apologies to all repository followers: the real history,
as it actually went, is not worth being recorded in the master branch.
* address #91706 and #86915: the 'force install' bug and the endless
loop bugs reported in the two tickets are fixed (joined forces)
* new configure option 'use_prompt_default' (David Golden)
* add new dummy distros OptionalPrereq and CircularPrereq for testing
recommends/suggests support
* experimental recommends/suggests support (David Golden, Andreas Koenig)
* enable hiding of directories in the distroprefs tree (suggested by
Slaven Rezić)
2013-09-15 k <andk@cpan.org>
* release 2.03-TRIAL
* load META.yml not META.json (Tatsuhiko Miyagawa)
* support numerics in cpan IDs (Tatsuhiko Miyagawa)
* address #88565: fix unreachable core bug (Father Chrysostomos, David
Golden, bb225be54aff753058e149c95ac3047f54892746)
* address #76831: spaces on Win32 combined with
make_install_make_command (Reini Urban, Steve Hay)
* address #86405, #86406: fix typos, clarify comments (found by David
Steinbrunner)
* address #86915: upgrade build method from "make" to "test" on
dependencies declared as build_requires (Andreas Koenig,
fa1d3087d5246a08741c944768a9732c35c944af)
2013-06-23 Andreas Koenig <k@UX31A>
* release 2.02-TRIAL
* the production of META.json was missing in 2.01
2013-06-22 Andreas Koenig <k@UX31A>
* release 2.01-TRIAL
* add binmode in two places in CPAN::Tarzip (Dave Saville via RT #86328)
* make distroprefs tolerant against missing prefs dir (akoenig)
* regain 5.6.2 compatibility (akoenig)
* add PAUSE key up to 2015 (akoenig)
2013-06-18 Andreas Koenig <k@UX31A>
* Use CPAN::Mirrors correctly (brian d foy)
* Add default_mirror(), clean up docs a bit (brian d foy)
* allow subdirectories in distroprefs (Alexandr Ciornii)
* www.cpan.org is now the default CPAN mirror (David Golden)
* Adds recommends_policy and suggests_policy to support recommended and
suggested prerequisites (David Golden; incomplete because partially
reverted)
* Adds recommends_policy and suggests_policy to support (David Golden;
incomplete because partially reverted)
* Fix various prerequisite resolution bugs (David Golden)
* Internal: Split 'make' method into 'prepare' and 'make' methods
(Matt S. Trout and David Golden)
* Internal: Refactor get/prepare/make/test/install shortcut logic
and return values (David Golden)
2013-04-12 Andreas Koenig <k@UX31A>
* release 2.00 (at Lancester #QA2013)
* Removed the trial status for the release in the Makefile.PL
* Merge with App::Cpan 0.61 (just a version number change)
2013-02-06 k <k@k83.linux.bogus>
* release 2.00-TRIAL
* import App::Cpan 0.60_02 from brian d foy
* RT#82589 doc fix thanks to Zefram
* several portability fixes for 5.6.2
* RT#83042 workaround for current circular dependency in CPANPLUS and
CPANPLUS::Dist::Build
2012-10-16 Andreas Koenig <andreas.koenig.7os6VVqR@franz.ak.mind.de>
* release 1.99_51
* RT #79969: fix incompatibilities with VMS (Craig Berry)
* bugfix: distroprefs of type pl/args were dropped for 'perl Build.PL'
* RT #73742: watch build_dirs and react calmly when one has gone lost
2011-08-07 Andreas J. Koenig <andk@cpan.org>
* release 1.9800
* RT #69463: fix memory leak in CacheMgr (Serguei Trouchelle)
2011-06-27 Andreas J. Koenig <andk@cpan.org>
* release 1.97_51
* address #68835: Changed read_meta to ignore dynamic_config (David Golden)
* bugfix: refuse to store_persistent if the own build_dir is not
available (Andreas Koenig)
* cosmetics: remove "Going to" from the beginning of user-visible
strings (Jesse Vincent)
* flock adjustments for Win32 from activestate (Christian Walde)
-------------------------------------------------------------------
Fri Apr 17 09:06:11 UTC 2015 - coolo@suse.com
- updated to 1.9800
see /usr/share/doc/packages/perl-CPAN/Changes
2011-08-07 Andreas J. Koenig <andk@cpan.org>
* release 1.9800
* RT #69463: fix memory leak in CacheMgr (Serguei Trouchelle)
2011-06-27 Andreas J. Koenig <andk@cpan.org>
* release 1.97_51
* address #68835: Changed read_meta to ignore dynamic_config (David Golden)
* bugfix: refuse to store_persistent if the own build_dir is not
available (Andreas Koenig)
* cosmetics: remove "Going to" from the beginning of user-visible
strings (Jesse Vincent)
* flock adjustments for Win32 from activestate (Christian Walde)
-------------------------------------------------------------------
Sat May 14 20:46:41 UTC 2011 - jw@novell.com
- do not install /usr/bin/cpan, but /usr/bin/CPAN
-------------------------------------------------------------------
Fri May 13 15:38:43 UTC 2011 - jw@novell.com
- initial pull from CPAN with cpanspec_obs-0.6
-------------------------------------------------------------------
Fri May 13 15:38:38 UTC 2011 - jw@novell.com
- initial package 1.9600
* created by cpanspec 1.78.04