Changes between Version 4 and Version 5 of PerlModulePatches


Ignore:
Timestamp:
Oct 29, 2010, 2:03:02 AM (14 years ago)
Author:
andersk@mit.edu
Comment:

Annotate the Net::XMPP commits

Legend:

Unmodified
Added
Removed
Modified
  • PerlModulePatches

    v4 v5  
    2424   * Unmodified from [http://search.cpan.org/~reatmon/Net-XMPP-1.0/ Net::XMPP 1.0]
    2525 * [changeset:a75309a3bdce4016ce518ac203af1eab23b21712 barnowl-1.0.0~397] Stream.pm: Proper call to SASL. Roster.pm: Removing print statements.
     26   * Print statements replaced with debug logging in [http://github.com/dap/Net-XMPP/commit/1.02_1~18 1.02_1~18] (CPANBug:15376)
    2627 * [changeset:3405394a4bc94db226190860a9eecd622a200661 barnowl-1.0.0~386] Protocol.pm: allow IQ Auth to take a password callback like SASL's.
    2728 * [changeset:b1f2fb0dcd76462bfdebfd1e88083dec07cb9cf1 barnowl-1.0.0~346] Fixing Net::Jabber bugs. $jid->isa() doesn't do what you want if $jid is a bare string.
     29   * Fixed upstream in [http://github.com/dap/Net-XMPP/commit/1.02_1~7 1.02_1~7] (CPANBug:61144), which additionally fixes Net::XMPP::Protocol in the same way
    2830 * [changeset:d89b57f27a39c3b1b22d0b05a52bf63b837dc8b5 barnowl-1.0.0~345] Fix the ->isa issue slightly more robustly
     31   * Not upstream; does it matter?
    2932 * [changeset:72a53e9d53004386b8b1e2dc2748a4b2c1201a1a barnowl-1.0.0~308] Update to Roster.pm to not blow away presence information for a jid on every roster update for that jid.
     33   * Conflicts with [http://github.com/dap/Net-XMPP/commit/1.02 1.0 → 1.02]
    3034 * [changeset:eaf9ed010fa50559de7d26285631473c05e08168 barnowl-1.0.0~303] Making the jabber.log “timeout(0)” debug messages log level 5 so our logs are slightly less obnoxious.
     35   * Not upstream
    3136 * [changeset:17b7fc5ac6ae9eb7aaab87bfa81b695d64f565a3 barnowl-1.0.0~300] Add better handling for changing groups in the roster.
     37   * Conflicts with [http://github.com/dap/Net-XMPP/commit/1.02 1.0 → 1.02]
    3238 * [changeset:4dd6e58ea57fbb84afa69044e5aff0427abcbf09 barnowl-1.0.0~191^2~17] For reasons I don't claim to understand, using the old-style new was throwing odd errors about undefined functions.
    3339 * [changeset:91bf213162123115298668aac392d049ea31c32a barnowl-1.0.0~191^2~8] Still not sure why old-style new seems to be eiting us so much...
    3440 * [changeset:cb545277d72d9412e8587f07babff4a6fb083a9a barnowl-1.0.0~191^2~4] Getting rid of indirect object syntax new calls. Quoting perlobj:
     41   * These three are not upstream
    3542 * [changeset:c2bed5539d456612d69de33e1dacc3afe5f70395 barnowl-1.0.0~191^2~2] Moving Net::Jabber into Jabber.par
    3643   * No changes
    3744 * [changeset:7f33c18e0188d1359c7b0981d9e26757a4f01bb4 barnowl-1.0.0~187] Net::XMPP::Protocol -  Make resource binding note the full jid on connect. BarnOwl::Module::Jabber::ConnectionManager - Allow for connections to be renamed. BarnOwl::Module::Jabber - Rename the connection after connect to match the jid received.
     45   * Not upstream
    3846 * [changeset:8574801f6dba0d88fd1fb74c123861816eb077f8 barnowl-1.0.0~19^2~30] Patches to jabber libraries for better UTF-8 handling.
    3947 * [changeset:3cc1582cc6eacfd29031a43274c024a80105df4e barnowl-1.0.0~19^2~29] Shuffling a line of code to where it actually should be.
    4048 * [changeset:b7b2a76676535044fc771b1bb087e020102d7af2 barnowl-1.0.0~19^2~28] Pet peeve - tabs. That should be the end of it for now.
     49   * These three are not upstream
    4150 * [changeset:3bf5516302d86ca04ac47f1e963eadbacefeeacb barnowl-1.0.0~51] Fix a file descriptor leak.
     51   * Not upstream
    4252 * [changeset:6119fbbcddc421e44588386956be4f0c49fae3f5 barnowl-1.0.0~19^2~6] Merged revisions 972-974 via svnmerge from file:///afs/sipb.mit.edu/project/barnowl/src/svn/trunk
     53   * Clean merge, no changes
    4354
    4455== Net::Jabber ==