This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Make the new test work in the core and bump version of Safe to 2.20
[perl5.git] / dist / Safe / Changes
1 2.20 Tue Dec 1 2009
2     fix [rt.cpan.org #51574] Safe.pm sort {} bug accessing $a and $b with
3         -Dusethreads (Tim Bunce)
4
5 2.19 Tue Aug 25 2009
6     t/safeuniversal.t failure under 5.8.9 (Jerry D. Hedden)
7
8 2.18 released with perl 5.10.1
9     [perl #68530] "version::CLASS" warning in Safe.pm (Dave Mitchell)
10
11 2.17 Sun Jun 28 2009
12     Sync with code reorganisation in bleadperl
13     Plus new tests
14
15 2.16 Thu Mar 13 2008
16     Fix a few backcompat issues:
17
18     Change 33503 on 2008/03/13 by rgs@stcosmo
19         Regexp::DESTROY was only added in 5.8.1
20
21     Change 33278 on 2008/02/11 by rgs@stcosmo
22         Fix test to pass en 5.6.2 (unpack is needed by version.pm there)
23
24 2.15 Wed Feb  6 2008
25     Change 33238 on 2008/02/05 by rgs@stcosmo
26         Adapt Safe innards to older (XS) versions of version.pm
27
28     Change 33237 on 2008/02/05 by rgs@stcosmo
29         Add a new test for Safe
30
31     Change 33236 on 2008/02/05 by rgs@stcosmo
32         Fix CPAN bug #32896: make version.pm loadable in a Safe compartment
33
34     Change 33170 on 2008/02/01 by nicholas@nicholas-bouvard
35         Break apart the list of functions defined in universal.c by perl
36         version (from 5.8.8 upwards)
37
38 2.14 Mon Jan 30 2008
39         - Make Safe work with Perl 5.6 (changes 33102 and 33105 to perl)
40
41 2.13 Mon Jan 28 2008
42         - Backport the bleadperl version to CPAN. Changes:
43
44     Change 33096 on 2008/01/28 by rgs@stcosmo
45
46             Bump the version of Safe
47
48     Change 33093 on 2008/01/28 by rgs@stcosmo
49
50             In Safe, load Carp::Heavy only if it exists (to remain
51             compatible with older perls)
52
53     Change 32597 on 2007/12/08 by rgs@counterfly
54
55             Change maintainer address for Safe.
56
57     Change 32103 on 2007/10/12 by rgs@counterfly
58
59             Funny symbol table names can be shared, too
60
61     Change 32102 on 2007/10/12 by rgs@counterfly
62
63             Share the internal XS functions defined in universal.c
64             to Safe compartments
65
66     Change 31610 on 2007/07/13 by rgs@stcosmo
67
68             Use new style L<> links in POD
69
70     Change 26814 on 2006/01/13 by rgs@stencil
71
72             Add a link to the Opcode doc in Safe.
73             (see RT CPAN ticket #8579)
74
75 2.11 Fri Jul  2 2004
76         - Backport the bleadperl version to CPAN. Changes:
77
78     Change 22898 by rgs@valis on 2004/06/03 09:02:31
79
80         Carp was mostly unusable with Safe because it may require
81         Carp::Heavy at run-time (while require() is forbidden.)
82         Have Safe load Carp::Heavy.
83
84     Change 21063 by rgs@rgs-home on 2003/09/07 18:25:23
85
86         Subject: [PATCH] Re: [perl #23656] Safe reval bleeds local variable values
87         From: Dave Mitchell <davem@fdgroup.com>
88         Date: Sun, 7 Sep 2003 19:14:44 +0100
89         Message-ID: <20030907181444.GA7058@fdgroup.com>
90
91 2.09 Sun Oct  6 14:12:40 CEST 2002
92         - Upgraded the Makefile.PL to install Safe.pm to the correct place.
93         - Made it work on 5.6 atleast, maybe even on 5.005?
94
95 2.08 Sat Oct  5 18:05:32 CEST 2002
96         - First CPAN release, prompted by bug number 17744 on rt.perl.org.
97           http://bugs6.perl.org/rt2/Ticket/Display.html?id=17744        
98         - Change 17977 by rgs@rgs-home on 2002/10/04 20:01:54
99           Complement to change #17976 :
100           there was a similar bug on rdo().
101           Increment $Safe::VERSION.
102         - Change 17976 by rgs@rgs-home on 2002/10/04 19:44:48
103           Fix bug #17744, suggested by Andreas Jurenda,
104           tweaked by rgs (security hole in Safe).
105         - Change 17973 by rgs@rgs-home on 2002/10/03 20:34:13
106           Change the warning message "%s trapped by operation mask"
107           to include '' around the op name. Document it in perldiag.
108         - Change 17729 by hv@hv-star.knots.net on 2002/08/17 02:33:15
109           Subject: [PATCH] Safe.pm documentation
110           From: Slaven Rezic <slaven.rezic@berlin.de>
111           Date: Sat, 10 Aug 2002 19:30:38 +0200 (CEST)
112           Message-id: <200208101730.g7AHUc9p001668@vran.herceg.de>