From 0223e4d85d94d0b893b9c44f9cf771f9115019e4 Mon Sep 17 00:00:00 2001 From: Darian Anthony Patrick Date: Wed, 22 Sep 2010 15:57:21 -0400 Subject: [PATCH] Update AUTHOR, BUGS, and changelog --- CHANGES | 14 ++++++++++++++ lib/Net/XMPP.pm | 15 ++++++++++----- lib/Net/XMPP/Client.pm | 6 +++++- lib/Net/XMPP/Connection.pm | 6 +++++- lib/Net/XMPP/Debug.pm | 6 +++++- lib/Net/XMPP/IQ.pm | 6 +++++- lib/Net/XMPP/JID.pm | 6 +++++- lib/Net/XMPP/Message.pm | 6 +++++- lib/Net/XMPP/Namespaces.pm | 6 +++++- lib/Net/XMPP/Presence.pm | 6 +++++- lib/Net/XMPP/PrivacyLists.pm | 6 +++++- lib/Net/XMPP/Protocol.pm | 6 +++++- lib/Net/XMPP/Roster.pm | 6 +++++- lib/Net/XMPP/Stanza.pm | 6 +++++- 14 files changed, 84 insertions(+), 17 deletions(-) diff --git a/CHANGES b/CHANGES index b2ebaed..2abbf42 100644 --- a/CHANGES +++ b/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 $ === - Fix bug in Stanza::_xpath_defined causing defined to pass when it shouldn't diff --git a/lib/Net/XMPP.pm b/lib/Net/XMPP.pm index a79e8f4..8e57ad1 100644 --- a/lib/Net/XMPP.pm +++ b/lib/Net/XMPP.pm @@ -198,14 +198,19 @@ Net::XMPP - XMPP Perl Library =head1 AUTHOR -Ryan Eatmon -Currently maintained by Eric Hacker. +Originally authored by Ryan Eatmon. + +Previously maintained by Eric Hacker. + +Currently maintained by Darian Anthony Patrick. =head1 BUGS -Probably. There is at least one issue with XLM::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. +See unpatched issues at L. + +There is at least one issue with L 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 diff --git a/lib/Net/XMPP/Client.pm b/lib/Net/XMPP/Client.pm index 02a78ed..7d4dfa0 100644 --- a/lib/Net/XMPP/Client.pm +++ b/lib/Net/XMPP/Client.pm @@ -182,7 +182,11 @@ Net::XMPP::Client - XMPP Client Module =head1 AUTHOR -Ryan Eatmon +Originally authored by Ryan Eatmon. + +Previously maintained by Eric Hacker. + +Currently maintained by Darian Anthony Patrick. =head1 COPYRIGHT diff --git a/lib/Net/XMPP/Connection.pm b/lib/Net/XMPP/Connection.pm index 4440749..b57b961 100644 --- a/lib/Net/XMPP/Connection.pm +++ b/lib/Net/XMPP/Connection.pm @@ -38,7 +38,11 @@ Net::XMPP::Connection - XMPP Connection Module =head1 AUTHOR -Ryan Eatmon +Originally authored by Ryan Eatmon. + +Previously maintained by Eric Hacker. + +Currently maintained by Darian Anthony Patrick. =head1 COPYRIGHT diff --git a/lib/Net/XMPP/Debug.pm b/lib/Net/XMPP/Debug.pm index c9ae704..5df2fc3 100644 --- a/lib/Net/XMPP/Debug.pm +++ b/lib/Net/XMPP/Debug.pm @@ -110,7 +110,11 @@ Net::XMPP::Debug - XMPP Debug Module =head1 AUTHOR -Ryan Eatmon +Originally authored by Ryan Eatmon. + +Previously maintained by Eric Hacker. + +Currently maintained by Darian Anthony Patrick. =head1 COPYRIGHT diff --git a/lib/Net/XMPP/IQ.pm b/lib/Net/XMPP/IQ.pm index 8114ae8..782c493 100644 --- a/lib/Net/XMPP/IQ.pm +++ b/lib/Net/XMPP/IQ.pm @@ -256,7 +256,11 @@ Net::XMPP::IQ - XMPP Info/Query Module =head1 AUTHOR -Ryan Eatmon +Originally authored by Ryan Eatmon. + +Previously maintained by Eric Hacker. + +Currently maintained by Darian Anthony Patrick. =head1 COPYRIGHT diff --git a/lib/Net/XMPP/JID.pm b/lib/Net/XMPP/JID.pm index 5bb7f89..7edfb08 100644 --- a/lib/Net/XMPP/JID.pm +++ b/lib/Net/XMPP/JID.pm @@ -129,7 +129,11 @@ Net::XMPP::JID - XMPP JID Module =head1 AUTHOR -Ryan Eatmon +Originally authored by Ryan Eatmon. + +Previously maintained by Eric Hacker. + +Currently maintained by Darian Anthony Patrick. =head1 COPYRIGHT diff --git a/lib/Net/XMPP/Message.pm b/lib/Net/XMPP/Message.pm index 1164fff..2000da2 100644 --- a/lib/Net/XMPP/Message.pm +++ b/lib/Net/XMPP/Message.pm @@ -279,7 +279,11 @@ Net::XMPP::Message - XMPP Message Module =head1 AUTHOR -Ryan Eatmon +Originally authored by Ryan Eatmon. + +Previously maintained by Eric Hacker. + +Currently maintained by Darian Anthony Patrick. =head1 COPYRIGHT diff --git a/lib/Net/XMPP/Namespaces.pm b/lib/Net/XMPP/Namespaces.pm index dfb08ea..ef3cb54 100644 --- a/lib/Net/XMPP/Namespaces.pm +++ b/lib/Net/XMPP/Namespaces.pm @@ -301,7 +301,11 @@ Net::XMPP::Namespaces - In depth discussion on how namespaces are handled =head1 AUTHOR -Ryan Eatmon +Originally authored by Ryan Eatmon. + +Previously maintained by Eric Hacker. + +Currently maintained by Darian Anthony Patrick. =head1 COPYRIGHT diff --git a/lib/Net/XMPP/Presence.pm b/lib/Net/XMPP/Presence.pm index 6ca7582..92c1389 100644 --- a/lib/Net/XMPP/Presence.pm +++ b/lib/Net/XMPP/Presence.pm @@ -235,7 +235,11 @@ Net::XMPP::Presence - XMPP Presence Module =head1 AUTHOR -Ryan Eatmon +Originally authored by Ryan Eatmon. + +Previously maintained by Eric Hacker. + +Currently maintained by Darian Anthony Patrick. =head1 COPYRIGHT diff --git a/lib/Net/XMPP/PrivacyLists.pm b/lib/Net/XMPP/PrivacyLists.pm index 1d4c969..e533829 100644 --- a/lib/Net/XMPP/PrivacyLists.pm +++ b/lib/Net/XMPP/PrivacyLists.pm @@ -43,7 +43,11 @@ Net::XMPP::PrivacyLists - XMPP Privacy Lists Object =head1 AUTHOR -Ryan Eatmon +Originally authored by Ryan Eatmon. + +Previously maintained by Eric Hacker. + +Currently maintained by Darian Anthony Patrick. =head1 COPYRIGHT diff --git a/lib/Net/XMPP/Protocol.pm b/lib/Net/XMPP/Protocol.pm index 9bb6b4b..5bfbd82 100644 --- a/lib/Net/XMPP/Protocol.pm +++ b/lib/Net/XMPP/Protocol.pm @@ -756,7 +756,11 @@ Net::XMPP::Protocol - XMPP Protocol Module =head1 AUTHOR -Ryan Eatmon +Originally authored by Ryan Eatmon. + +Previously maintained by Eric Hacker. + +Currently maintained by Darian Anthony Patrick. =head1 COPYRIGHT diff --git a/lib/Net/XMPP/Roster.pm b/lib/Net/XMPP/Roster.pm index 2aee2ae..6b5e40d 100644 --- a/lib/Net/XMPP/Roster.pm +++ b/lib/Net/XMPP/Roster.pm @@ -208,7 +208,11 @@ handler(packet) - Take either a Net::XMPP::IQ or Net::XMPP::Presence =head1 AUTHOR -Ryan Eatmon +Originally authored by Ryan Eatmon. + +Previously maintained by Eric Hacker. + +Currently maintained by Darian Anthony Patrick. =head1 COPYRIGHT diff --git a/lib/Net/XMPP/Stanza.pm b/lib/Net/XMPP/Stanza.pm index 52a1e15..b6219ec 100644 --- a/lib/Net/XMPP/Stanza.pm +++ b/lib/Net/XMPP/Stanza.pm @@ -201,7 +201,11 @@ Net::XMPP::Stanza - XMPP Stanza Module =head1 AUTHOR -Ryan Eatmon +Originally authored by Ryan Eatmon. + +Previously maintained by Eric Hacker. + +Currently maintained by Darian Anthony Patrick. =head1 COPYRIGHT