mirror of
https://github.com/msgpack/msgpack-c.git
synced 2025-03-22 16:33:49 +01:00
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:
parent
5395b62f2f
commit
371ba3ffe3
@ -1,3 +1,6 @@
|
||||
0.34
|
||||
|
||||
- do not use the corrupt my_snprintf(%ll[du]) on win32(kazuho)
|
||||
|
||||
0.33
|
||||
|
||||
|
@ -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.
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user