summaryrefslogtreecommitdiff
path: root/dist/Safe/Changes
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgs@consttype.org>2013-02-21 08:35:38 +0100
committerRafael Garcia-Suarez <rgs@consttype.org>2013-02-21 14:06:26 +0100
commitac4ec33ee07ea2ee74672667bd81582062239279 (patch)
tree29640973ba44cbeb81100759ba035760e5ef8d44 /dist/Safe/Changes
parent00a1356009c12c2c662b1482d1cb8f3dd2f50bf2 (diff)
downloadperl-ac4ec33ee07ea2ee74672667bd81582062239279.tar.gz
Upgrade to Safe 2.35 from CPAN
Diffstat (limited to 'dist/Safe/Changes')
-rw-r--r--dist/Safe/Changes8
1 files changed, 8 insertions, 0 deletions
diff --git a/dist/Safe/Changes b/dist/Safe/Changes
index 7acc3d53c1..8cde1db330 100644
--- a/dist/Safe/Changes
+++ b/dist/Safe/Changes
@@ -1,3 +1,11 @@
+2.35 Thu Feb 21 2013
+ - localize %SIG in the Safe compartment
+ - actually check that we call execution methods on a Safe object
+
+2.34
+ - Test bug #111462, Safe + %^H + disallowed ops (Father Chrysostomos)
+ cf Perl 5 change 42440e3c68e8bafb7e2a74763360939de0fad6be
+
2.33 Tue Apr 3 2012
- Don’t eval code under ‘no strict’ (Father Chrysostomos)
cf. Perl 5 change 25dc25e774abbe993644899cf4d9f9925a9fb9a8