Skip to content

Commit

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

diff --git a/Changes b/Changes
index 8110285..8b923ca 100644
--- a/Changes
+++ b/Changes
@@ -2,6 +2,10 @@ $Id$

 Revision history for XML::Atom

+0.40  2011.09.18
+    * Fixed tests for Windows (wchristian)
+    * use all upper case UTF-8 (tsgit)
+
 0.39  2011.06.20
     * Disabled external entities and network to avoid possible security flaw (yannk)
  • Loading branch information
miyagawa committed Sep 18, 2011
1 parent d04ef0d commit fa069dc
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions Changes
Expand Up @@ -2,6 +2,10 @@ $Id$

Revision history for XML::Atom

0.40 2011.09.18
* Fixed tests for Windows (wchristian)
* use all upper case UTF-8 (tsgit)

0.39 2011.06.20
* Disabled external entities and network to avoid possible security flaw (yannk)

Expand Down
1 change: 1 addition & 0 deletions MANIFEST.SKIP
Expand Up @@ -17,3 +17,4 @@
\.orig$
\.patch$
\.git
MYMETA
2 changes: 1 addition & 1 deletion lib/XML/Atom.pm
Expand Up @@ -4,7 +4,7 @@ package XML::Atom;
use strict;

use 5.008_001;
our $VERSION = '0.39';
our $VERSION = '0.40';

BEGIN {
@XML::Atom::EXPORT = qw( LIBXML DATETIME);
Expand Down

0 comments on commit fa069dc

Please sign in to comment.