File: NEWS

package info (click to toggle)
libhtml-tree-perl 5.07-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 964 kB
  • sloc: perl: 4,607; makefile: 6
file content (22 lines) | stat: -rw-r--r-- 932 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
libhtml-tree-perl (5.03-1) unstable; urgency=low

  [THINGS THAT MAY BREAK YOUR CODE OR TESTS]
  * as_HTML no longer indents <textarea>

 -- gregor herrmann <gregoa@debian.org>  Mon, 07 Oct 2013 21:27:45 +0200

libhtml-tree-perl (5.00-1) unstable; urgency=low

  [THINGS THAT MAY BREAK YOUR CODE OR TESTS]
  * Use weak references to avoid memory leaks
    See "Weak References" in HTML::Element for details.
  * new_from_file now dies if the file cannot be opened.  $! records
    the specific problem.  (Previously, you got a tree with a few
    implicit elements.)
  * Some methods normally returning a scalar could return the empty
    list in certain circumstances.  This has been corrected.  The
    affected methods are: address, deobjectify_text, detach, is_inside,
    & pindex.
  * deprecate the Version sub/method.  Use the VERSION method instead.

 -- gregor herrmann <gregoa@debian.org>  Fri, 15 Jun 2012 14:50:32 +0200