Skip to content

Commit

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

diff --git a/Changes b/Changes
index d1b14a8..df5bac1 100644
--- a/Changes
+++ b/Changes
@@ -1,4 +1,8 @@
 Revision history for Perl extension Data::AMF::XS

+0.01_02 2010-09-15T19:02:26+09:00
+        - fix some leaks in XSUB (tokuhirom++)
+        - fix pod syntax
+
 0.01_01 2010-09-14T19:41:11+09:00
         - first dev release
  • Loading branch information
typester committed Sep 15, 2010
1 parent 7d3e5c1 commit 31c7314
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions Changes
@@ -1,4 +1,8 @@
Revision history for Perl extension Data::AMF::XS Revision history for Perl extension Data::AMF::XS


0.01_02 2010-09-15T19:02:26+09:00
- fix some leaks in XSUB (tokuhirom++)
- fix pod syntax

0.01_01 2010-09-14T19:41:11+09:00 0.01_01 2010-09-14T19:41:11+09:00
- first dev release - first dev release
6 changes: 3 additions & 3 deletions lib/Data/AMF/XS.pm
Expand Up @@ -3,7 +3,7 @@ use strict;
use XSLoader; use XSLoader;
use base 'Exporter'; use base 'Exporter';


our $VERSION = '0.01_01'; our $VERSION = '0.01_02';


our @EXPORT = qw/encode_amf0 decode_amf0/; our @EXPORT = qw/encode_amf0 decode_amf0/;


Expand Down Expand Up @@ -36,9 +36,9 @@ This module is *ALPHA* release and has several limitations at this time.
=over 4 =over 4
=item Support only AMF0 (and limited type) =item * Support only AMF0 (and limited type)
=item No AMF RPC Packet support (only AMF data) =item * No AMF RPC Packet support (only AMF data)
=back =back
Expand Down

0 comments on commit 31c7314

Please sign in to comment.