Skip to content

Commit

Permalink
Update AUTHOR, BUGS, and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
dap committed Sep 22, 2010
1 parent 2d1164d commit 0223e4d
Show file tree
Hide file tree
Showing 14 changed files with 84 additions and 17 deletions.
14 changes: 14 additions & 0 deletions CHANGES
@@ -1,3 +1,17 @@
1.02_01 2010-09-22
===
- New maintainer: DAPATRICK
- RT#15736 Replace print statements to debug logging
- RT#51156 Correct typo in documentation
- RT#54521 Note dependency on XML::Stream 1.23
- RT#37129, RT#18539 Support for virtual domains
- RT#57887 Use each required module explicitly
- RT#61453 Pass ssl_verify and ssl_ca_path
- RT#61453 Improve undef/null ssl param handling
- RT#61144 Appropriately handle non-object jid
- RT#37030 Clarify license as LGPL 2.1
- RT#58333 Check definedness of hash key before use

1.0.2 $Id: CHANGES 28 2007-03-29 12:39:48Z hacker $ 1.0.2 $Id: CHANGES 28 2007-03-29 12:39:48Z hacker $
=== ===
- Fix bug in Stanza::_xpath_defined causing defined to pass when it shouldn't - Fix bug in Stanza::_xpath_defined causing defined to pass when it shouldn't
Expand Down
15 changes: 10 additions & 5 deletions lib/Net/XMPP.pm
Expand Up @@ -198,14 +198,19 @@ Net::XMPP - XMPP Perl Library
=head1 AUTHOR =head1 AUTHOR
Ryan Eatmon Originally authored by Ryan Eatmon.
Currently maintained by Eric Hacker.
Previously maintained by Eric Hacker.
Currently maintained by Darian Anthony Patrick.
=head1 BUGS =head1 BUGS
Probably. There is at least one issue with XLM::Stream providing different node See unpatched issues at L<https://rt.cpan.org/Dist/Display.html?Queue=Net-XMPP>.
structures depending on how the node is created. Net::XMPP should now be able to
handle this, but who knows what else lurks. There is at least one issue with L<XML::Stream|XML::Stream> providing different
node structures depending on how the node is created. Net::XMPP
should now be able to handle this, but who knows what else lurks.
=head1 COPYRIGHT =head1 COPYRIGHT
Expand Down
6 changes: 5 additions & 1 deletion lib/Net/XMPP/Client.pm
Expand Up @@ -182,7 +182,11 @@ Net::XMPP::Client - XMPP Client Module
=head1 AUTHOR =head1 AUTHOR
Ryan Eatmon Originally authored by Ryan Eatmon.
Previously maintained by Eric Hacker.
Currently maintained by Darian Anthony Patrick.
=head1 COPYRIGHT =head1 COPYRIGHT
Expand Down
6 changes: 5 additions & 1 deletion lib/Net/XMPP/Connection.pm
Expand Up @@ -38,7 +38,11 @@ Net::XMPP::Connection - XMPP Connection Module
=head1 AUTHOR =head1 AUTHOR
Ryan Eatmon Originally authored by Ryan Eatmon.
Previously maintained by Eric Hacker.
Currently maintained by Darian Anthony Patrick.
=head1 COPYRIGHT =head1 COPYRIGHT
Expand Down
6 changes: 5 additions & 1 deletion lib/Net/XMPP/Debug.pm
Expand Up @@ -110,7 +110,11 @@ Net::XMPP::Debug - XMPP Debug Module
=head1 AUTHOR =head1 AUTHOR
Ryan Eatmon Originally authored by Ryan Eatmon.
Previously maintained by Eric Hacker.
Currently maintained by Darian Anthony Patrick.
=head1 COPYRIGHT =head1 COPYRIGHT
Expand Down
6 changes: 5 additions & 1 deletion lib/Net/XMPP/IQ.pm
Expand Up @@ -256,7 +256,11 @@ Net::XMPP::IQ - XMPP Info/Query Module
=head1 AUTHOR =head1 AUTHOR
Ryan Eatmon Originally authored by Ryan Eatmon.
Previously maintained by Eric Hacker.
Currently maintained by Darian Anthony Patrick.
=head1 COPYRIGHT =head1 COPYRIGHT
Expand Down
6 changes: 5 additions & 1 deletion lib/Net/XMPP/JID.pm
Expand Up @@ -129,7 +129,11 @@ Net::XMPP::JID - XMPP JID Module
=head1 AUTHOR =head1 AUTHOR
Ryan Eatmon Originally authored by Ryan Eatmon.
Previously maintained by Eric Hacker.
Currently maintained by Darian Anthony Patrick.
=head1 COPYRIGHT =head1 COPYRIGHT
Expand Down
6 changes: 5 additions & 1 deletion lib/Net/XMPP/Message.pm
Expand Up @@ -279,7 +279,11 @@ Net::XMPP::Message - XMPP Message Module
=head1 AUTHOR =head1 AUTHOR
Ryan Eatmon Originally authored by Ryan Eatmon.
Previously maintained by Eric Hacker.
Currently maintained by Darian Anthony Patrick.
=head1 COPYRIGHT =head1 COPYRIGHT
Expand Down
6 changes: 5 additions & 1 deletion lib/Net/XMPP/Namespaces.pm
Expand Up @@ -301,7 +301,11 @@ Net::XMPP::Namespaces - In depth discussion on how namespaces are handled
=head1 AUTHOR =head1 AUTHOR
Ryan Eatmon Originally authored by Ryan Eatmon.
Previously maintained by Eric Hacker.
Currently maintained by Darian Anthony Patrick.
=head1 COPYRIGHT =head1 COPYRIGHT
Expand Down
6 changes: 5 additions & 1 deletion lib/Net/XMPP/Presence.pm
Expand Up @@ -235,7 +235,11 @@ Net::XMPP::Presence - XMPP Presence Module
=head1 AUTHOR =head1 AUTHOR
Ryan Eatmon Originally authored by Ryan Eatmon.
Previously maintained by Eric Hacker.
Currently maintained by Darian Anthony Patrick.
=head1 COPYRIGHT =head1 COPYRIGHT
Expand Down
6 changes: 5 additions & 1 deletion lib/Net/XMPP/PrivacyLists.pm
Expand Up @@ -43,7 +43,11 @@ Net::XMPP::PrivacyLists - XMPP Privacy Lists Object
=head1 AUTHOR =head1 AUTHOR
Ryan Eatmon Originally authored by Ryan Eatmon.
Previously maintained by Eric Hacker.
Currently maintained by Darian Anthony Patrick.
=head1 COPYRIGHT =head1 COPYRIGHT
Expand Down
6 changes: 5 additions & 1 deletion lib/Net/XMPP/Protocol.pm
Expand Up @@ -756,7 +756,11 @@ Net::XMPP::Protocol - XMPP Protocol Module
=head1 AUTHOR =head1 AUTHOR
Ryan Eatmon Originally authored by Ryan Eatmon.
Previously maintained by Eric Hacker.
Currently maintained by Darian Anthony Patrick.
=head1 COPYRIGHT =head1 COPYRIGHT
Expand Down
6 changes: 5 additions & 1 deletion lib/Net/XMPP/Roster.pm
Expand Up @@ -208,7 +208,11 @@ handler(packet) - Take either a Net::XMPP::IQ or Net::XMPP::Presence
=head1 AUTHOR =head1 AUTHOR
Ryan Eatmon Originally authored by Ryan Eatmon.
Previously maintained by Eric Hacker.
Currently maintained by Darian Anthony Patrick.
=head1 COPYRIGHT =head1 COPYRIGHT
Expand Down
6 changes: 5 additions & 1 deletion lib/Net/XMPP/Stanza.pm
Expand Up @@ -201,7 +201,11 @@ Net::XMPP::Stanza - XMPP Stanza Module


=head1 AUTHOR =head1 AUTHOR
Ryan Eatmon Originally authored by Ryan Eatmon.
Previously maintained by Eric Hacker.
Currently maintained by Darian Anthony Patrick.
=head1 COPYRIGHT =head1 COPYRIGHT
Expand Down

0 comments on commit 0223e4d

Please sign in to comment.