[SCM] libhtml-treebuilder-libxml-perl Debian packaging annotated tag, upstream/0.23, created. upstream/0.23

Jonas Smedegaard dr at jones.dk
Wed Jul 17 16:34:04 UTC 2013


The annotated tag, upstream/0.23 has been created
        at  7d31f057b0a6591e0d096d1229d8e717563260e3 (tag)
   tagging  1342a6df86afa0beea0a89b143418fce5655e865 (commit)
  replaces  upstream/0.17
 tagged by  Jonas Smedegaard
        on  Tue Jul 16 21:17:50 2013 +0200

- Shortlog ------------------------------------------------------------
Upstream version 0.23
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.12 (GNU/Linux)

iQEcBAABCgAGBQJR5ZxeAAoJEE7BtyI3T5vWEWsH/3234KqIKgamWxr+HSq+Pirz
4RJSTzA9qf5Y0Pt0QM5m0cv6PWqWMtNKZumGt/wA6t7hers1kVRpAImTYBPjR9HB
1EzvMgDgCMNnO0wyMlKxKt40a0P7B68y3Xbg83oOY+8MQUGoqUow5K2Ih3r8rc2h
7CehVsULhNioEaZwSTFxiXQf6xViTRQncs0ggkWtN7w1SNOW0cBI3+G2gCOLKrU6
Nv+oKacxvR/aD2NOdUBy8whN0ilp4yZeXflg+uj7TnTqDHecpKLnFzEJHHBdEjPR
929w0rQ1B6/ny+3U50xOFXptBwVa8qvv+sX6U/yb+5Jkh1B+ozNOlTBLHpZJS4w=
=upkz
-----END PGP SIGNATURE-----

Carlos Fernando Avila Gratz (36):
      implemented the guts() method
      implemented parent() method
      implemented matches() node method
      Merge branch 'parent' into new_methods
      modified parse_file() to read file, then call parse_content()
      implemented content_list() node method
      implemented delete_content() node method
      implemented push_content() node method
      fixed push_content()
      implemented clone_list() node method
      implemented preinsert() and postinsert()
      implemented unshift_content() node method
      implemented replace_with() node method
      implemented detach() node method
      fixed replace_with(), now creating new document for the replaced node
      implemented disembowel() method
      Merge pull request #7 from cafe01/master
      .gitignoring /.project and /.includepath (eclipse)
      fixed two-argument open(), thanks Perl::Critic
      Checking in changes prior to tagging of version 0.18.
      fixed replace_with() and parent()
      Checking in changes prior to tagging of version 0.19.
      fixed detach() and replace_with() to keep node in the same document
      fixed push_content() and unshift_content() to work on document node
      fixed detach(), improved replace_with()
      Checking in changes prior to tagging of version 0.20.
      fixed guts(), now returning nodes from head and body instead of just body
      fixed to_HTML to render valid html, not xml.
      fixed guts() to return extracted nodes in the same document
      fixed guts(), now returning text and comment nodes
      Checking in changes prior to tagging of version 0.21.
      improved guts(), calling nonBlankChildNodes() instead of childNodes()
      improved HTML::TreeBuilder::LibXML::Node documentation
      Checking in changes prior to tagging of version 0.22.
      fixed guts(), clone() and replace_with() to properly handle XML::LibXML::Dtd nodes
      Checking in changes prior to tagging of version 0.23.

John SJ Anderson (3):
      Add 'childNodes' method
      Add 'findnodes_filter' method
      Add 'left' and 'right' methods

Jonas Smedegaard (1):
      Imported Upstream version 0.23

Masahiro Chiba (5):
      added as_trimmed_text
      fixed pod syntax
      add as_text_trimmed alias as_trimmed_text
      Merge branch 'add_as_trimmed_text'
      as_trimmed_text synopsis

Oleg G (1):
      added few methods to support Web::Query

Perlover (1):
      All changes for supporting a comment nodes in web-scraper

Stanislaw Pusep (1):
      handle /(de)?objectify_text/ for <script> extraction

Tatsuhiko Miyagawa (16):
      Added failing test copied from HTML:TreeBuilder::XPath test suite
      Merge branch 'master' of git://github.com/tokuhirom/html--treebuilder--libxml
      do some wantarray() .. should return NodeSet object probably for 100% compatibility
      fixed doc typo
      support more look_down() params
      Merge branch 'master' of git at github.com:tokuhirom/html--treebuilder--libxml
      Added new_from_content and new_from_file to for more compat. with HTML::TreeBuilder
      Implement all_attr, all_attr_names etc.
      changelog
      Checking in changes prior to tagging of version 0.07.  Changelog diff is:
      Docs
      Checking in changes prior to tagging of version 0.08.  Changelog diff is:
      make parse_html_* not break when parsing empty strings.
      Checking in changes prior to tagging of version 0.09.  Changelog diff is:
      fix parse_string when content is '' (empty)_
      Checking in changes prior to tagging of version 0.11.  Changelog diff is:

Tokuhiro Matsuno (54):
      initial commit
      all methods are not implemented yet
      implemented
      works well with Web::Scraper!
      Checking in changes prior to tagging of version 0.01_01.  Changelog diff is:
      oops
      more looooose
      added benchmark script
      added benchmark result for docs
      Checking in changes prior to tagging of version 0.01_02.  Changelog diff is:
      added stopwords for spell checker
      support nested scraper
      added as_HTML for WWW::MobileCarrierJP
      really unbind node
      added thanks
      added getFirstChild() method
      fixed test count
      Checking in changes prior to tagging of version 0.01_03.  Changelog diff is:
      no_network(1) # suggested by dailyflower++
      Checking in changes prior to tagging of version 0.02.  Changelog diff is:
      merge duplicated 'THANKS TO' section
      added stopwords
      added to restore hacked constructor(suggested by miyagawa++).
      Checking in changes prior to tagging of version 0.03.  Changelog diff is:
      added ->eof
      added ->findvalue
      call ->eof automatically(for compatibility)
      refactoring
      added simple look_down method(very very limited version).
      added ->id support
      Merge branch 'master' of git at github.com:tokuhirom/html--treebuilder--libxml
      fixed test count
      I don't know, this order is required for xpath spec, or not??
      doctype is required for id() function
      Checking in changes prior to tagging of version 0.04.  Changelog diff is:
      fixed deps.
      print versions about soft dependencies
      Checking in changes prior to tagging of version 0.05.  Changelog diff is:
      Merge branch 'master' of git at github.com:tokuhirom/html--treebuilder--libxml
      Checking in changes prior to tagging of version 0.06.  Changelog diff is:
      fixed typo
      Checking in changes prior to tagging of version 0.10.  Changelog diff is:
      Merge pull request #1 from Perlover/feature/comment-nodes
      require the latest Test::More.
      specify the required perl5 version as 5.8.1
      added workaround for Web::Scraper 0.36
      Checking in changes prior to tagging of version 0.14.
      Squashed commit of the following:
      Checking in changes prior to tagging of version 0.15.
      Merge pull request #4 from olegwtf/master
      Checking in changes prior to tagging of version 0.16.
      Merge pull request #5 from creaktive/master
      Merge pull request #3 from genehack/additional-compat
      Merge pull request #6 from cafe01/new_methods

kimura.hideo (2):
      add set/remove attr
      fix test count

tokuhirom (9):
      added white list for spelling checker
      fixed typo in pod
      depend to latest libraries
      no Test::Base; Since Test::More is good enough for this test.
      Checking in changes prior to tagging of version 0.12.
      Checking in changes prior to tagging of version 0.17.
      minil migrate
      Tiny pod fix
      Checking in changes prior to tagging of version 0.18.

-----------------------------------------------------------------------

-- 
libhtml-treebuilder-libxml-perl Debian packaging



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