CPAN-Changes

 view release on metacpan or  search on metacpan

corpus/dists/XML-LibXSLT.parsed  view on Meta::CPAN

          "text" => "make 06entities.t to pass with older libxml2/libxslt"
        },
        {
          "line" => 159,
          "raw" => "     - POD uses items instead of headings\n",
          "style" => "-",
          "text" => "POD uses items instead of headings"
        },
        {
          "line" => 160,
          "raw" => "     - fixed media_type and output_encoding for imported stylesheets [rt.cpan.org #23440]\n\n",
          "style" => "-",
          "text" => "fixed media_type and output_encoding for imported stylesheets [rt.cpan.org #23440]"
        }
      ],
      "line" => 151,
      "raw" => "1.62\n",
      "version" => "1.62"
    },
    {
      "entries" => [
        {
          "line" => 163,
          "raw" => "     - fixed error reporting: die on fatal errors, warn otherwise\n       (in particular, warn rather than die on <xsl:message terminate=\"no\">)\n\n",
          "style" => "-",
          "text" => "fixed error reporting: die on fatal errors, warn otherwise (in particular, warn rather than die on <xsl:message terminate=\"no\">)"
        }
      ],
      "line" => 162,
      "raw" => "1.61\n",
      "version" => "1.61"
    },
    {
      "entries" => [
        {
          "line" => 167,
          "raw" => "     - fix a huge memory leak in transform_file (bug #1314)\n",
          "style" => "-",
          "text" => "fix a huge memory leak in transform_file (bug #1314)"
        },
        {
          "line" => 168,
          "raw" => "     - make it clear from the docs that output_string returns bytes (bug #8875)\n",
          "style" => "-",
          "text" => "make it clear from the docs that output_string returns bytes (bug #8875)"
        },
        {
          "line" => 169,
          "raw" => "     - added missing type-casting to fix compile-time warnings (bug #18508)\n",
          "style" => "-",
          "text" => "added missing type-casting to fix compile-time warnings (bug #18508)"
        },
        {
          "line" => 170,
          "raw" => "     - using call_* instead of perl_call_* (perl_ variants are obsolete)\n",
          "style" => "-",
          "text" => "using call_* instead of perl_call_* (perl_ variants are obsolete)"
        },
        {
          "line" => 171,
          "raw" => "     - in callbacks, POPs on error before croaking, otherwise it has no\n       effect (and we probably leak)\n",
          "style" => "-",
          "text" => "in callbacks, POPs on error before croaking, otherwise it has no effect (and we probably leak)"
        },
        {
          "line" => 173,
          "raw" => "     - added test case which used to fail (provided in rt #15723)\n",
          "style" => "-",
          "text" => "added test case which used to fail (provided in rt #15723)"
        },
        {
          "line" => 174,
          "raw" => "     - apply patch for Makefile.PL for non-standard libxslt paths (bug #16224)\n",
          "style" => "-",
          "text" => "apply patch for Makefile.PL for non-standard libxslt paths (bug #16224)"
        },
        {
          "line" => 175,
          "raw" => "     - fix segfault with registered functions returning nodes\n",
          "style" => "-",
          "text" => "fix segfault with registered functions returning nodes"
        },
        {
          "line" => 176,
          "raw" => "     - fix leaks in parse_stylesheet\n",
          "style" => "-",
          "text" => "fix leaks in parse_stylesheet"
        },
        {
          "line" => 177,
          "raw" => "     - error reporting\n\n",
          "style" => "-",
          "text" => "error reporting"
        }
      ],
      "line" => 166,
      "raw" => "1.60\n",
      "version" => "1.60"
    },
    {
      "entries" => [
        {
          "line" => 180,
          "raw" => "    - (revision bumped to match XML::LibXML)\n",
          "style" => "-",
          "text" => "(revision bumped to match XML::LibXML)"
        },
        {
          "line" => 181,
          "raw" => "    - adapted for new XML::LibXML::InputCallback API\n",
          "style" => "-",
          "text" => "adapted for new XML::LibXML::InputCallback API"
        },
        {
          "line" => 182,
          "raw" => "    - support for static linking against libxml2\n\n",
          "style" => "-",
          "text" => "support for static linking against libxml2"
        }
      ],
      "line" => 179,
      "raw" => "1.59\n",
      "version" => "1.59"
    },
    {
      "entries" => [
        {
          "line" => 185,
          "raw" => "    - (revision bumped to match XML::LibXML)\n",
          "style" => "-",
          "text" => "(revision bumped to match XML::LibXML)"
        },
        {
          "line" => 186,
          "raw" => "    - Some minor fixes to perl extension functions support\n",
          "style" => "-",
          "text" => "Some minor fixes to perl extension functions support"
        },
        {
          "line" => 187,
          "raw" => "    - Fixed callbacks support\n",
          "style" => "-",
          "text" => "Fixed callbacks support"
        },
        {
          "line" => 188,
          "raw" => "    - Enable xinclude in XSLT files\n",
          "style" => "-",
          "text" => "Enable xinclude in XSLT files"
        },
        {
          "line" => 189,
          "raw" => "    - Fixed some memory leaks\n",
          "style" => "-",
          "text" => "Fixed some memory leaks"
        },
        {
          "line" => 190,
          "raw" => "    - Fixed some segfaults\n\n",
          "style" => "-",
          "text" => "Fixed some segfaults"
        }
      ],
      "line" => 184,
      "raw" => "1.57\n",
      "version" => "1.57"
    },
    {
      "entries" => [
        {
          "line" => 193,
          "raw" => "    - Fixed ordering of params to perl extension funcs\n",
          "style" => "-",
          "text" => "Fixed ordering of params to perl extension funcs"
        },
        {
          "line" => 194,
          "raw" => "    - Implemented nodelist and other data type passing to\n      extension functions, and returning nodelist and elements\n      (some code from Ido Ben-Zvi)\n",
          "style" => "-",
          "text" => "Implemented nodelist and other data type passing to extension functions, and returning nodelist and elements (some code from Ido Ben-Zvi)"
        },
        {
          "line" => 197,
          "raw" => "    - Slightly better error handling\n\n",
          "style" => "-",
          "text" => "Slightly better error handling"
        }
      ],
      "line" => 192,
      "raw" => "1.53\n",
      "version" => "1.53"
    },
    {
      "entries" => [
        {
          "line" => 200,
          "raw" => "    - Perl extension functions (whee!)\n\n",
          "style" => "-",
          "text" => "Perl extension functions (whee!)"
        }
      ],
      "line" => 199,
      "raw" => "1.52\n",
      "version" => "1.52"
    },
    {
      "entries" => [
        {
          "line" => 203,
          "raw" => "    - Mac OS X fixes\n",
          "style" => "-",
          "text" => "Mac OS X fixes"
        },
        {
          "line" => 204,
          "raw" => "    - Cleaned up XPath quoting\n",
          "style" => "-",
          "text" => "Cleaned up XPath quoting"
        },
        {
          "line" => 205,
          "raw" => "    - Fixed document('') test (though if it still doesn't work\n      in your code, see t/07blankdoc.t for details about how to\n      make it work).\n\n",
          "style" => "-",
          "text" => "Fixed document('') test (though if it still doesn't work in your code, see t/07blankdoc.t for details about how to make it work)."
        }
      ],
      "line" => 202,
      "raw" => "1.51\n",
      "version" => "1.51"
    },
    {
      "entries" => [
        {
          "line" => 210,
          "raw" => "    - Cleaned up media_type method so it doesn't segfault.\n\n",
          "style" => "-",
          "text" => "Cleaned up media_type method so it doesn't segfault."
        }
      ],
      "line" => 209,
      "raw" => "1.50\n",
      "version" => "1.50"
    },
    {
      "entries" => [
        {
          "line" => 213,
          "raw" => "    - Migrated to new XML::LibXML 1.49 (with new memory stuff)\n\n",
          "style" => "-",
          "text" => "Migrated to new XML::LibXML 1.49 (with new memory stuff)"
        }
      ],
      "line" => 212,
      "raw" => "1.49\n",
      "version" => "1.49"
    },
    {
      "entries" => [
        {
          "line" => 216,
          "raw" => "    - removed global callbacks\n",
          "style" => "-",
          "text" => "removed global callbacks"
        },
        {
          "line" => 217,
          "raw" => "    - changed callbacks to using LibXML globals\n\n",
          "style" => "-",
          "text" => "changed callbacks to using LibXML globals"
        }
      ],
      "line" => 215,
      "raw" => "1.31\n",
      "version" => "1.31"
    },
    {
      "entries" => [
        {
          "line" => 220,
          "raw" => "    - Compatibility with XML::LibXML 1.30 (esp callbacks)\n",
          "style" => "-",
          "text" => "Compatibility with XML::LibXML 1.30 (esp callbacks)"
        },
        {
          "line" => 221,
          "raw" => "    - EXSLT support\n",
          "style" => "-",
          "text" => "EXSLT support"
        },
        {
          "line" => 222,
          "raw" => "    - Better test files\n\n",
          "style" => "-",
          "text" => "Better test files"
        }
      ],
      "line" => 219,
      "raw" => "1.30\n",
      "version" => "1.30"
    },
    {
      "entries" => [
        {
          "line" => 225,
          "raw" => "    - Some fixes and tests for document('')\n",
          "style" => "-",
          "text" => "Some fixes and tests for document('')"
        },
        {
          "line" => 226,
          "raw" => "    - Better have_library implementation in Makefile.PL\n\n",
          "style" => "-",
          "text" => "Better have_library implementation in Makefile.PL"
        }
      ],
      "line" => 224,
      "raw" => "1.09\n",
      "version" => "1.09"
    },
    {
      "entries" => [
        {
          "line" => 229,
          "raw" => "    - Fixed Makefile.PL check for libxslt > 0.7.0 to work with 1.0.0\n\n",
          "style" => "-",
          "text" => "Fixed Makefile.PL check for libxslt > 0.7.0 to work with 1.0.0"
        }
      ],
      "line" => 228,
      "raw" => "1.08\n",
      "version" => "1.08"
    },
    {
      "entries" => [
        {
          "line" => 232,
          "raw" => "    - Fixes to work with XML::LibXML 0.94\n\n",
          "style" => "-",
          "text" => "Fixes to work with XML::LibXML 0.94"
        }
      ],
      "line" => 231,



( run in 1.214 second using v1.01-cache-2.11-cpan-75ffa21a3d4 )