changelog
[gitmo/Package-Stash-XS.git] / Changes
CommitLineData
5e58c668 1Revision history for Package-Stash-XS
f4979588 2
988beb41 3{{$NEXT}}
8daeaceb 4 - fix the test for scalar values, again (t0m, rafl)
4488c730 5
60.22 2011-03-04
2d077165 7 - make the namespace cache lazy and weak, in case the stash is deleted
84d06ebe 8 - but, this doesn't work on 5.8, so disable the namespace caching
9 entirely there
10
be41f211 11
120.21 2011-01-25
96491436 13 - make the leak tests author-only, since some smokers run release tests
14 - fix some xs forward compat stuff (Dave Mitchell)
948df9f2 15
160.20 2011-01-11
fb9cd261 17 - lower perl prereq to 5.8.1 (ribasushi)
18 - make the leak tests release-only, since they keep randomly failing on
19 platforms i don't have access to. people are encouraged to submit
20 patches for these if they are affected.
893e2a0d 21
220.19 2011-01-05
9718ac63 23 - actually fix scalar initial value validity test
67df6458 24
250.18 2011-01-05
32107d99 26 - more correct validity test for scalars (rafl, Roland van Ipenburg)
d512020f 27
280.17 2010-11-16
ef782de4 29 - bah, get rid of extra junk in the tarball
a7af40f4 30
6bb3dad4 310.16-TRIAL 2010-11-16
32 - fix some issues in the undocumented-but-still-maybe-used-some-places
33 hashref api - if you don't know what this is, good!
34
a7af40f4 350.15-TRIAL 2010-11-16
24d2fc45 36 - split the XS implementation out into its own dist, which will be used
37 as a backend for Package::Stash if possible
c52f752e 38
390.14-TRIAL 2010-11-14
a71397ff 40 - complete rewrite in C, for speed (this includes the vivification
41 changes from earlier). should be entirely backwards compatible
42 otherwise (in terms of documented api anyway).
c7f0ea46 43
440.13 2010-10-31
67b17048 45 - revert the vivification changes for now, to get an actual release out
46 with Test::Fatal
b596e7e5 47
23093e29 480.12-TRIAL 2010-10-27
4d783411 49 - actually include the conflict stuff in the release (bah)
e0fc93b9 50
23093e29 510.11-TRIAL 2010-10-27
0e77a149 52 - conflict on mx-role-withoverloading too
a26c3206 53
23093e29 540.10-TRIAL 2010-10-27
b10a21db 55 - only do the weird ISA special-casing on perl versions where it's broken
614505f1 56
23093e29 570.09-TRIAL 2010-10-27
1f3bc924 58 - clean up the vivication code a lot, make it behave more sanely
59 - use Test::Fatal instead of Test::Exception (Justin Hunter)
759031e2 60
610.08 2010-09-18
426bd905 62 - oops, accidentally included some experimental changes in that last
63 release, that break things
dc7dc3b9 64
650.07 2010-09-18
8ed8a474 66 - non-dev release
6f0d8b67 67
680.06-TRIAL 2010-08-26
118d3083 69 - re-enable the caching of the stash, since I can't reproduce the bug
70 at all
c1e18094 71
720.05 2010-06-15
fe563c3f 73 - bump Test::More requirement for done_testing
74
75 - update packaging stuff
a1cab668 76
988beb41 770.04 2010-06-13
78 - get_package_symbol now doesn't autovivify stash entries. A new method
79 get_or_add_package_symbol can now be used for that behavior.
a1cab668 80
988beb41 81 - Update %DB::sub on add_package_symbol (Tim Bunce).
18713f83 82
988beb41 830.03 2010-05-14
84 - Rename from Stash::Manip to Package::Stash
4950f551 85
988beb41 860.02 2010-05-13
87 - Need to dep on Test::Exception
88
890.01 2010-05-12
90 - Initial release