Upload page content

You can upload content for the page named below. If you change the page name, you can also upload content for another page. If the page name is empty, we derive the page name from the file name.

File to load page content from
Page name
Comment

    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