Bump Safe to version 2.25
Rafael Garcia-Suarez [Sun, 7 Mar 2010 21:37:52 +0000 (22:37 +0100)]
dist/Safe/Changes
dist/Safe/META.yml
dist/Safe/Safe.pm

index 80e16a0..f246eb7 100644 (file)
@@ -1,3 +1,6 @@
+2.25 Sun Mar  7 2010
+    - More security fixes by Nick Cleaton
+
 2.24 Sat Mar  6 2010
     - Clean the stashes from the Safe compartment after evaluation of code.
       (Nick Cleaton, Tim Bunce, Rafael Garcia-Suarez)
index 5c41dc1..2afb0d5 100644 (file)
@@ -1,6 +1,6 @@
 --- #YAML:1.0
 name:                Safe
-version:             2.24
+version:             2.25
 abstract:            ~
 license:             ~
 author:              ~
index 3045832..e33598e 100644 (file)
@@ -5,7 +5,7 @@ use strict;
 use Scalar::Util qw(reftype);
 use B qw(sub_generation);
 
-$Safe::VERSION = "2.24";
+$Safe::VERSION = "2.25";
 
 # *** Don't declare any lexicals above this point ***
 #