58a4da80f5
- META.json fixes (mst) - also skip the package-stash-conflicts script (Father Chrysostomos) - make the namespace cache lazy and weak, in case the stash is deleted - but, this doesn't work on 5.8, so disable the namespace caching entirely there - make the leak tests author-only, since some smokers run release tests - make the leak tests release-only, since they keep randomly failing on platforms i don't have access to. people are encouraged to submit patches for these if they are affected. OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Package-Stash?expand=0&rev=13
67 lines
2.5 KiB
Plaintext
67 lines
2.5 KiB
Plaintext
-------------------------------------------------------------------
|
|
Thu Mar 31 08:10:57 UTC 2011 - coolo@novell.com
|
|
|
|
- update to 0.28, see Changes:
|
|
- META.json fixes (mst)
|
|
- also skip the package-stash-conflicts script (Father Chrysostomos)
|
|
- make the namespace cache lazy and weak, in case the stash is deleted
|
|
- but, this doesn't work on 5.8, so disable the namespace caching
|
|
entirely there
|
|
- make the leak tests author-only, since some smokers run release tests
|
|
- make the leak tests release-only, since they keep randomly failing on
|
|
platforms i don't have access to. people are encouraged to submit
|
|
patches for these if they are affected.
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Dec 1 13:34:16 UTC 2010 - coolo@novell.com
|
|
|
|
- switch to perl_requires macro
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Nov 11 21:42:32 UTC 2010 - chris@computersalat.de
|
|
|
|
- fix build for 1110
|
|
o Build_n_Test patch
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Nov 11 17:46:28 UTC 2010 - chris@computersalat.de
|
|
|
|
- update to 0.13
|
|
- revert the vivification changes for now, to get an actual release out
|
|
with Test::Fatal
|
|
- 0.12-TRIAL 2010-10-27
|
|
- actually include the conflict stuff in the release (bah)
|
|
- 0.11-TRIAL 2010-10-27
|
|
- conflict on mx-role-withoverloading too
|
|
- 0.10-TRIAL 2010-10-27
|
|
- only do the weird ISA special-casing on perl versions where it's broken
|
|
- 0.09-TRIAL 2010-10-27
|
|
- clean up the vivication code a lot, make it behave more sanely
|
|
- use Test::Fatal instead of Test::Exception (Justin Hunter)
|
|
- noarch pkg
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Oct 8 12:41:34 CEST 2010 - dmueller@suse.de
|
|
|
|
- update to 0.08:
|
|
- oops, accidentally included some experimental changes in that last
|
|
release, that break things
|
|
- non-dev release
|
|
- re-enable the caching of the stash, since I can't reproduce the bug
|
|
at all
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Aug 31 22:16:54 UTC 2010 - pascal.bleser@opensuse.org
|
|
|
|
- update to 0.05:
|
|
* bump Test::More requirement for done_testing
|
|
- changes from 0.04:
|
|
* get_package_symbol now doesn't autovivify stash entries. A new method get_or_add_package_symbol can now be used for that behavior.
|
|
* update %DB::sub on add_package_symbol
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Jun 13 07:33:47 UTC 2010 - pascal.bleser@opensuse.org
|
|
|
|
- initial package (0.03)
|
|
|