Skip to content

Commit

Permalink
Checking in changes prior to tagging of version 0.33. Changelog diff is:
Browse files Browse the repository at this point in the history
Index: Changes
===================================================================
--- Changes	(revision 108)
+++ Changes	(working copy)
@@ -2,6 +2,10 @@
 
 Revision history for XML::Atom
 
+0.33  2008.01.06
+    * Client: Send WSSE auth header only when username is set
+      (Thanks to David Bourget at http://rt.cpan.org/Public/Bug/Display.html?id=42201)
+
 0.32  2008.11.23
     * Added base and lang to Entry and Feed object. Fixed xml:base attributes.
       (Simon Wistow)
  • Loading branch information
miyagawa committed Jan 7, 2009
1 parent 2cf9ba1 commit 161e875
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions Changes
Expand Up @@ -2,6 +2,10 @@ $Id$

Revision history for XML::Atom

0.33 2008.01.06
* Client: Send WSSE auth header only when username is set
(Thanks to David Bourget at http://rt.cpan.org/Public/Bug/Display.html?id=42201)

0.32 2008.11.23
* Added base and lang to Entry and Feed object. Fixed xml:base attributes.
(Simon Wistow)
Expand Down
2 changes: 1 addition & 1 deletion lib/XML/Atom.pm
Expand Up @@ -3,7 +3,7 @@
package XML::Atom;
use strict;

our $VERSION = '0.32';
our $VERSION = '0.33';

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

0 comments on commit 161e875

Please sign in to comment.