[libxml-libxml-perl] branch master updated (5f0ce09 -> b0f9d9b)

gregor herrmann gregoa at debian.org
Wed Oct 23 18:23:36 UTC 2013


This is an automated email from the git hooks/post-receive script.

gregoa pushed a change to branch master
in repository libxml-libxml-perl.

      from  5f0ce09   update changelog
      adds  a7cdd97   Imported Upstream version 2.0106+dfsg
       new  fa5cbdc   Merge tag 'upstream/2.0106+dfsg'
       new  a687df7   New upstream release.
       new  46a9f1a   add comment to d/rules why we skip tests
       new  7dd80c6   Update years of packaging copyright.
       new  12a2fc0   forward patch
       new  ee92f72   cme: reformat debian/control
       new  5595321   Drop Breaks/Replaces libxml-libxml-common-perl.
       new  b0f9d9b   releasing package libxml-libxml-perl version 2.0106+dfsg-1

The 8 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 Changes                                  |  114 ++++++++++
 LibXML.pm                                |   62 ++++--
 LibXML.pod                               |    2 +-
 LibXML.xs                                |  110 +++++++---
 MANIFEST                                 |    8 +
 META.json                                |    4 +-
 META.yml                                 |    4 +-
 Makefile.PL                              |   27 ++-
 debian/changelog                         |    9 +-
 debian/control                           |   27 ++-
 debian/copyright                         |    6 +-
 debian/patches/fix-spelling-errors.patch |    6 +-
 debian/rules                             |    1 +
 docs/libxml.dbk                          |   76 +++++--
 dom.c                                    |    4 +-
 inc/Devel/CheckLib.pm                    |    9 +-
 lib/XML/LibXML/Attr.pod                  |    2 +-
 lib/XML/LibXML/AttributeHash.pm          |    2 +-
 lib/XML/LibXML/Boolean.pm                |    2 +-
 lib/XML/LibXML/CDATASection.pod          |    2 +-
 lib/XML/LibXML/Comment.pod               |    2 +-
 lib/XML/LibXML/Common.pm                 |    2 +-
 lib/XML/LibXML/Common.pod                |    2 +-
 lib/XML/LibXML/DOM.pod                   |    2 +-
 lib/XML/LibXML/Devel.pm                  |    2 +-
 lib/XML/LibXML/Document.pod              |    2 +-
 lib/XML/LibXML/DocumentFragment.pod      |    2 +-
 lib/XML/LibXML/Dtd.pod                   |    2 +-
 lib/XML/LibXML/Element.pod               |    2 +-
 lib/XML/LibXML/ErrNo.pm                  |    2 +-
 lib/XML/LibXML/ErrNo.pod                 |    2 +-
 lib/XML/LibXML/Error.pm                  |    2 +-
 lib/XML/LibXML/Error.pod                 |    4 +-
 lib/XML/LibXML/InputCallback.pod         |    2 +-
 lib/XML/LibXML/Literal.pm                |    2 +-
 lib/XML/LibXML/Namespace.pod             |    2 +-
 lib/XML/LibXML/Node.pod                  |   32 ++-
 lib/XML/LibXML/NodeList.pm               |   29 ++-
 lib/XML/LibXML/Number.pm                 |    2 +-
 lib/XML/LibXML/PI.pod                    |    6 +-
 lib/XML/LibXML/Parser.pod                |   19 +-
 lib/XML/LibXML/Pattern.pod               |    2 +-
 lib/XML/LibXML/Reader.pm                 |    4 +-
 lib/XML/LibXML/Reader.pod                |    2 +-
 lib/XML/LibXML/RegExp.pod                |    2 +-
 lib/XML/LibXML/RelaxNG.pod               |    2 +-
 lib/XML/LibXML/SAX.pm                    |    2 +-
 lib/XML/LibXML/SAX.pod                   |    2 +-
 lib/XML/LibXML/SAX/Builder.pm            |    2 +-
 lib/XML/LibXML/SAX/Builder.pod           |    2 +-
 lib/XML/LibXML/SAX/Generator.pm          |    2 +-
 lib/XML/LibXML/SAX/Parser.pm             |    2 +-
 lib/XML/LibXML/Schema.pod                |    2 +-
 lib/XML/LibXML/Text.pod                  |    2 +-
 lib/XML/LibXML/XPathContext.pm           |    2 +-
 lib/XML/LibXML/XPathContext.pod          |   10 +-
 lib/XML/LibXML/XPathExpression.pod       |    2 +-
 perl-libxml-mm.c                         |    1 +
 t/03doc.t                                |   23 +-
 t/15nodelist.t                           |    8 +-
 t/35huge_mode.t                          |   70 ++++++
 t/40reader.t                             |    8 +-
 t/40reader_mem_error.t                   |  349 ++++++++++++++++++++++++++++++
 t/43options.t                            |    2 +-
 t/48_RH5_double_free_rt83779.t           |  100 +++++++++
 t/48_memleak_rt_83744.t                  |   27 +++
 t/48_removeChild_crashes_rt_80395.t      |   36 +++
 t/48_replaceNode_DTD_nodes_rT_80521.t    |   24 ++
 t/49callbacks_returning_undef.t          |   13 +-
 t/51_parse_html_string_rt87089.t         |   33 +++
 t/91unique_key.t                         |   44 ++++
 71 files changed, 1206 insertions(+), 173 deletions(-)
 create mode 100644 t/35huge_mode.t
 create mode 100644 t/40reader_mem_error.t
 create mode 100644 t/48_RH5_double_free_rt83779.t
 create mode 100644 t/48_memleak_rt_83744.t
 create mode 100644 t/48_removeChild_crashes_rt_80395.t
 create mode 100644 t/48_replaceNode_DTD_nodes_rT_80521.t
 create mode 100644 t/51_parse_html_string_rt87089.t
 create mode 100644 t/91unique_key.t

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libxml-libxml-perl.git



More information about the Pkg-perl-cvs-commits mailing list