PaulHowarth/Blog/2012-11-22

Thursday 22nd November 2012

Local Packages

  • Updated libxslt to 1.1.28:

  • Portability:
    • Fix python build by using libxsltmod_la_CPPFLAGS instead of AM_CPPFLAGS

    • configure should be more careful with linker script

    • Add gcrypt library in LIBADD, not LDFLAGS, as recommended

  • Bug fixes:
    • Fix generate-id() to avoid generating the same ID

    • Fix crash with empty xsl:key/@match attribute

    • Fix crash when passing an uninitialized variable to document()

    • Add missing test docs to EXTRA_DIST

    • Fix regression: Default namespace not correctly used
  • Cleanups:
    • Remove xsltTransStorageAdd and xsltTransStorageRemove from symbols.xml

    • autogen.sh cleanup

    • Consistent use of xslt processor

    • Add object files in tests/plugins to .gitignore

    • Fix error on bug-165 regression test

    • Remove xsltTransStorageAdd and xsltTransStorageRemove

  • Updated perl-Clone to 0.32:

    • Stop skipping SvROK handling for all magical scalars; this fixes CPAN RT#67105, CPAN RT#79730 and CPAN RT#80201

    • Made the Changes file compliant to the CPAN::Changes specification

    • Fixed tests when Scalar::Util::weaken is not available

    • Removed dubious documentation on the optional parameter until it is 'fixed'; right now it just increases the refcount when it's 0, and clones otherwise - which isn't exactly what it says (CPAN RT#57773)

    • Updated remark on Storable's dclone() to address CPAN RT#50174

    • Updated Makefile.PL to include test dependencies

  • Rebuilt perl-XML-LibXSLT for libxslt 1.1.28


Recent