~ubuntu-branches/ubuntu/raring/libhtml-treebuilder-xpath-perl/raring

« back to all changes in this revision

Viewing changes to Changes

  • Committer: Bazaar Package Importer
  • Author(s): Jonathan Yu, Jonathan Yu, gregor herrmann
  • Date: 2009-05-19 12:26:18 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20090519122618-pqtsarlauhev0m2x
Tags: 0.11-1
[ Jonathan Yu ]
* New upstream release
* Removed quilt patch as this issue is fixed upstream :-)
  (Closes: RT#46203)
  -> Remove README.source and quilt-related stuff
* Upstream has updated docs
* Added new dependencies for XML::XPathEngine
* Upgraded to Standards-Version 3.8.1
* Added machine-readable copyright file
* Forwarded patch upstream (see RT#46203)
* Clarified the description

[ gregor herrmann ]
* Add debian/README.source to document quilt usage, as required by
  Debian Policy since 3.8.0.
* debian/control: Changed: Switched Vcs-Browser field to ViewSVN
  (source stanza).

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
$Id: /html-treebuilder-xpath/Changes 40 2006-05-15T07:42:34.182385Z mrodrigu  $
2
2
Revision history for Perl extension HTML::TreeBuilder::XPath.
3
3
 
4
 
-
5
 
0.09
6
 
 
7
 
  - added support for the id function, see RT #30792 
8
 
    at https://rt.cpan.org/Ticket/Display.html?id=30792 bug reported, and
9
 
    a fix proposed by tokuhirom 
10
 
 
11
 
  - fixed a bug where the as_XML method on text nodes returned non escaped
12
 
    text, spotted by Tatsuhiko Miyagawa
13
 
    at the moment the output is quite ugly, as ugly as HTML::Element as_XML.
14
 
 
15
 
0.08
16
 
 
17
 
  - fixed a bug that prevented the 'following' and 'preceding'
18
 
    axis to work
19
 
 
20
 
  - set version dependency with XML::XPathEngine 
21
 
 
22
 
0.07 2007-01-05
23
 
 
24
 
  - fixed a bug that prevented the 'following' axis to be used
25
 
 
26
 
0.06 2006-08-07
27
 
 
28
 
  - fixed a bug that caused a crash when an element had a value of 0
29
 
    patch by Martin Sarfy
30
 
 
31
 
0.05 2006-05-17
32
 
 
33
 
  - added pod and pod coverage tests
34
 
 
35
 
0.04 2006-05-15
36
 
 
37
 
  - changed the required version of perl from 5.8.4 to 5.6.0
38
 
 
39
 
0.03 2006-04-20
40
 
 
41
 
  - fixed bug that caused results not to be ordered properly when
42
 
    there were more than 10 results (cf RT #18705) spotted by rnapier
43
 
 
44
 
0.02 2006-02-27
45
 
 
46
 
  - fixed dependency to XML::XPathEngine in the Makefile
47
 
 
48
 
0.01 2006-02-15
49
 
        - original version; created by h2xs 1.23 with options
50
 
                -A -X -nHTML::TreeBuilder::XPath --use-new-tests --skip-exporter --skip-autoloader
 
4
version 0.11
 
5
date:
 
6
# minor bug fixes
 
7
added: mention $tree->delete in docs to warn about memory leaks
 
8
fix:   pod fix (https://rt.cpan.org/Ticket/Display.html?id=46203)
 
9
 
 
10
version: 0.10
 
11
date: 2008-02-11
 
12
# minor feature addition
 
13
new: find_nodes_as_strings method which returns a list of strings
 
14
new: findvalues method which returns a list of values  
 
15
new: as_XML_compact method, a replacement for HTML::TreeBuilder as_XML
 
16
new: as_XML_indented method, same as as_XML_compact, except indents the output
 
17
   
 
18
 
 
19
version: 0.09
 
20
date: 2007-11-20
 
21
# 2 bug fixes
 
22
fix:
 
23
         added support for the id function, see RT #30792 
 
24
         at https://rt.cpan.org/Ticket/Display.html?id=30792 bug reported, and
 
25
         a fix proposed by tokuhirom 
 
26
 
 
27
fix:     a bug where the as_XML method on text nodes returned non escaped
 
28
         text, spotted by Tatsuhiko Miyagawa
 
29
         at the moment the output is quite ugly, as ugly as HTML::Element as_XM.
 
30
 
 
31
 
 
32
version: 0.08
 
33
date: 2007-01-20
 
34
# bug fixes
 
35
fix:     a bug that prevented the 'following' and 'preceding' axis to work
 
36
fix:     set version dependency with XML::XPathEngine 
 
37
 
 
38
version: 0.07
 
39
date:    2007-01-05
 
40
# bug fix
 
41
fix:     a bug that prevented the 'following' axis to be used
 
42
 
 
43
version: 0.06
 
44
date:    2006-08-07
 
45
# bug fix
 
46
fix: 
 
47
         a bug that caused a crash when an element had a value of 0 
 
48
         (patch by Martin Sarfy)
 
49
 
 
50
version: 0.05 
 
51
date:    2006-05-17
 
52
# more tests
 
53
tests:   added pod and pod coverage tests
 
54
 
 
55
version: 0.04 
 
56
date:    2006-05-15
 
57
# extended perl version support
 
58
fix:     changed the required version of perl from 5.8.4 to 5.6.0
 
59
 
 
60
version: 0.03 
 
61
date:    2006-04-20
 
62
# bug fix
 
63
fix:     bug that caused results not to be ordered properly when
 
64
         there were more than 10 results (cf RT #18705) spotted by rnapier
 
65
 
 
66
version: 0.02 
 
67
date:    2006-02-27
 
68
# bug fix
 
69
fix:     dependency to XML::XPathEngine in the Makefile
 
70
 
 
71
version: 0.01 
 
72
date:    2006-02-15
 
73
new:     original version; created by h2xs 1.23 with options
 
74
           -A -X -nHTML::TreeBuilder::XPath --use-new-tests --skip-exporter
 
75
           --skip-autoloader
51
76