=over 8
+=item 2.129 (date here)
+
+C<Dumpxs> no longer crashes with globs returned by C<*$io_ref>
+[perl #72332].
+
=item 2.128 (Sep 10 2010)
Promote previous release to stable version with the correct version.
package Data::Dumper;
-$VERSION = '2.128'; # Don't forget to set version and release date in POD!
+$VERSION = '2.129'; # Don't forget to set version and release date in POD!
#$| = 1;
=head1 VERSION
-Version 2.128 (Sep 10 2010)
+Version 2.129 (Sep 10 2010)
=head1 SEE ALSO
=item *
+C<Data::Dumper> has been upgraded from version 2.128 to 2.129.
+
+C<Dumpxs> no longer crashes with globs returned by C<*$io_ref>
+L<[perl #72332]|http://rt.perl.org/rt3//Public/Bug/Display.html?id=72332>.
+
+=item *
+
C<Digest::MD5> has been upgraded from version 2.40 to 2.50.
It is now safe to use this module in combination with threads.