2014-01-01 12:52:43 by Thomas Klausner | Files touched by this commit (776) |
Log message:
Recursive PKGREVISION bump for libgcrypt-1.6.0 shlib major bump.
|
2013-11-30 11:11:36 by Wen Heping | Files touched by this commit (2) |
Log message:
Update to 1.82
Upstream changes:
1.82 Wed 6 Nov 13:17:39 IST 2013
- Makefile.PL: Report LibXSLT mismatch correctly.
- https://rt.cpan.org/Ticket/Display.html?id=90085
- Thanks to David Schmidt for the report, and to joel and brother
from the channel #perl-help for analysis.
|
2013-07-07 02:28:35 by Wen Heping | Files touched by this commit (2) |
Log message:
Update to 1.81
Upstream changes:
1.81 Fri 5 Jul 10:13:36 IDT 2013
- Fix a typo reported by dsteinbrunner:
- https://rt.cpan.org/Ticket/Display.html?id=86689
1.80 Wed 23 Jan 07:53:57 IST 2013
- Bump the minimum version of libxslt2 to 1.1.28.
- due to failures such as \
http://www.cpantesters.org/cpan/report/6f5029ee-639a-11e2-8465-2a97270fb964
1.79 Mon 26 Nov 12:15:35 IST 2012
- Die when libxslt is 1.1.27.
- Due to this bug - https://bugzilla.gnome.org/show_bug.cgi?id=684564
|
2013-05-31 14:42:58 by Thomas Klausner | Files touched by this commit (2880) |
Log message:
Bump all packages for perl-5.18, that
a) refer 'perl' in their Makefile, or
b) have a directory name of p5-*, or
c) have any dependency on any p5-* package
Like last time, where this caused no complaints.
|
2012-10-25 08:57:09 by Aleksej Saushev | Files touched by this commit (587) |
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
|
2012-10-22 00:31:56 by Thomas Klausner | Files touched by this commit (2) | |
Log message:
Update to 1.78:
1.78 Thu 6 Sep 13:17:28 IDT 2012
- Add output_method method, update documentation of media_type
(dorian@cpan).
- Thanks, Dorian!
|
2012-10-03 23:59:10 by Thomas Klausner | Files touched by this commit (2798) |
Log message:
Bump all packages that use perl, or depend on a p5-* package, or
are called p5-*.
I hope that's all of them.
|
2012-06-14 09:45:42 by Steven Drake | Files touched by this commit (1202) |
Log message:
Recursive PKGREVISION bump for libxml2 buildlink addition.
|
2012-04-22 14:15:39 by Thomas Klausner | Files touched by this commit (2) |
Log message:
Update to 1.77:
1.77 Sat Feb 25 16:23:57 IST 2012
- Apply a patch from Michael Ludwig clarifying the quoting of string
parameters to the XSLT transformation.
- Thanks, Michael!
1.76 Thu Jan 12 19:15:03 IST 2012
- Made LibXSLT.xs compile with C compilers that don't accept declarations
inside blocks:
- https://rt.cpan.org/Public/Bug/Display.html?id=73905
- These include Microsoft Visual C++ (in C-mode).
1.75 Fri Oct 28 17:26:57 IST 2011
- Convert the following test scripts from Test.pm to Test::More :
- t/03input.t
- Fix for https://rt.cpan.org/Public/Bug/Display.html?id=71345 by Tim
Brody:
- «segfault in free()»
- Thanks, Tim!
1.74 Tue Oct 25 21:48:48 IST 2011
- Convert the following test scripts from Test.pm to Test::More :
- t/01basic.t
- t/02dromeds.t
- t/04params.t
- t/05quick.t
- t/06output.t
- t/06entities.t
- t/07blankdoc.t
- t/08literal.t
- t/09exslt.t
- t/10functions.t
- t/11utf8.t
- t/12import.t
- t/13error.t
- t/14security.t
- t/15misc.t
- In the process made "Encode" and perl-5.8.1. pre-requisites of this
distribution.
- Add the "make runtest" and "make distruntest" targets \
to test using
Test-Run.
1.73 Sun Oct 9 17:32:30 IST 2011
- Possible fix for https://rt.cpan.org/Ticket/Display.html?id=71456 :
- made the port reservation on t/14security.t for the non-existent
URL more robust.
1.72 Thu Oct 6 13:37:13 IST 2011
- Moved the benchmarking code under benchmark/ so it won't be indexed
by CPAN (Tim Brody).
- Avoid leaking memory inside extension elements by cleaning up on
stylesheet DESTROY (Tim Brody).
- xsltInit() and xsltCleanupGlobals() to avoid leaking memory on
init/shutdown (Tim Brody).
- Added support for stylesheet context functions via a
$stylesheet->register_function() method with the same arguments as
XML::LibXSLT->register_function(). (Tim Brody)
- Added support for register_element() on stylesheet objects. The callback
may leak memory though - nothing frees the _private attributes of the
node + document owner for the passed arguments? (Tim Brody)
1.71 Sat Sep 10 20:38:23 IDT 2011
- Fixed https://rt.cpan.org/Ticket/Display.html?id=50487 :
- add a blacklist for libxslt-1.1.25 which has a deadlock that
hangs a test.
- Fixed https://rt.cpan.org/Ticket/Display.html?id=52422 :
- Unexpected webserver dependency in test
- Updated the version control instructions in the README to bitbucket.org.
|
2011-08-14 17:14:23 by OBATA Akio | Files touched by this commit (201) |
Log message:
Revision bump after updating perl5 to 5.14.1.
|