Skip to content

Commit

Permalink
Checking in changes prior to tagging of version 0.05.
Browse files Browse the repository at this point in the history
Changelog diff is:

diff --git a/Changes b/Changes
index e88cf18..d2fadb2 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,9 @@
 Revision history for Perl extension Data::MessagePack::Stream

+0.05 2012-06-21T16:29:36+09:00
+     - fix build issue on x86_64 again
+     - fix some HV/AV leaks (Reported by gleeco)
+
 0.04 2012-06-18T10:34:33+09:00
      - enable -fPIC on x86_64 environment
  • Loading branch information
typester committed Jun 21, 2012
1 parent b0511e5 commit ea924dc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions Changes
@@ -1,5 +1,9 @@
Revision history for Perl extension Data::MessagePack::Stream

0.05 2012-06-21T16:29:36+09:00
- fix build issue on x86_64 again
- fix some HV/AV leaks (Reported by gleeco)

0.04 2012-06-18T10:34:33+09:00
- enable -fPIC on x86_64 environment

Expand Down
2 changes: 1 addition & 1 deletion lib/Data/MessagePack/Stream.pm
Expand Up @@ -3,7 +3,7 @@ use strict;
use warnings;
use XSLoader;

our $VERSION = '0.04';
our $VERSION = '0.05';

XSLoader::load __PACKAGE__, $VERSION;

Expand Down

0 comments on commit ea924dc

Please sign in to comment.