X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=Changes;h=470dc95685b618677d6b9b4e33974e19398087dc;hb=ba772ef86983b0403d1aa6de8cfd47935e5bc6b2;hp=b4e65fbe49ba7f673bfd9154fdcc1a7f8d2f7cb7;hpb=7aa1972cf85390e3b6432fe63d1120dbb5967fdd;p=perl%2Fmodules%2FCPANPLUS-Dist-Gentoo.git diff --git a/Changes b/Changes index b4e65fb..470dc95 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,44 @@ Revision history for CPANPLUS-Dist-Gentoo +0.09 2009-11-29 14:20 UTC + + Add : A default header. + + Add : Redundant dependencies are simplified to a minimal set. + + Chg : The 'requires' dependencies now go into RDEPEND. + DEPEND is set to RDEPEND for now. + + Doc : A section describing how to bootstrap CPANPLUS and + CPANPLUS::Dist::Gentoo has been added. + + Fix : dist-options (like the overlay) were not correctly propagated + through recursive calls. + + Fix : Work around Kwalitee test misfailures. + + Upd : One more gentooism : NTLM. + +0.08 2009-09-04 18:50 UTC + + Add : Map licenses advertised in the DSLIP or the META file to their + Gentoo counterparts. + + Chg : CPANPLUS::Dist::Gentoo has much less public methods and imports. + + Chg : Don't generate a new ebuild if there's already one available at + prepare time (unless --force is used). + + Chg : Vast cleanup of the internals. + + Fix : Missing dependencies in generated ebuilds (since 0.06). + + Fix : Stop bailing out if a prerequisite couldn't have been found in + the module tree (such as Config). + + Fix : Allow ebuilds whose version is exactly the one required by the + dependency. This was really stupid of me to let this slip. + +0.07 2009-07-01 08:55 UTC + + Upd : Update gentooisms. + +0.06 2009-02-14 18:15 UTC + + Chg : The new CPANPLUS::Dist::Gentoo::Maps holds the gentooisms and + provides routines for converting CPAN versions to Gentoo. + version.pm is longer required. + + Chg : Generate ebuild for the current dist before recursing. + + Fix : Prevent infinite loop when forcing a distribution with recursive + dependencies. + + Fix : Remove duplicated dependencies from DEPEND. + + Upd : Resources in META.yml. + + Tst : Test gentooisms and version mappings. + 0.05 2009-01-25 00:30 UTC + Add : Many more gentooisms, and a script to generate them. + Add : Get the default values of options from emerge --info's output: