Checking in changes prior to tagging of version 0.34.

Changelog diff is:

diff --git a/perl/Changes b/perl/Changes
index 50177f4..486f1c3 100644
--- a/perl/Changes
+++ b/perl/Changes
@@ -1,3 +1,6 @@
+0.34
+
+    - do not use the corrupt my_snprintf(%ll[du]) on win32(kazuho)

 0.33
This commit is contained in:
tokuhirom 2010-10-18 19:30:08 +09:00
parent 5395b62f2f
commit 371ba3ffe3
3 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,6 @@
0.34
- do not use the corrupt my_snprintf(%ll[du]) on win32(kazuho)
0.33

View File

@ -123,6 +123,8 @@ THANKS TO
hanekomu
Kazuho Oku
LICENSE
This library is free software; you can redistribute it and/or modify it
under the same terms as Perl itself.

View File

@ -3,7 +3,7 @@ use strict;
use warnings;
use 5.008001;
our $VERSION = '0.33';
our $VERSION = '0.34';
our $PreferInteger = 0;
sub true () {
@ -191,6 +191,8 @@ FURUHASHI Sadayuki
hanekomu
Kazuho Oku
=head1 LICENSE
This library is free software; you can redistribute it and/or modify