Changes from previous:
0.08 2010.12.06
- Altered explode() to canonicalize line endings to \n, handling
DOS (\r\n) and older mac (\r) line breaks cleanly. Thanks to Matt
Gramlich for the patch.
- Removed sign() and auto_install() from Makefile.PL.
- Removed magic svn keywords.
- Converted test suite to Test::More.
- Added author tests (xt/) and modified SYNOPSIS for all modules to
make them pass the compilation test.
This package creates ${LOCALBASE}/share/applications directory, but it
didn't attempt to remove it upon deinstallation. DEINSTALL fragment has
been updated to fix this.
print/p5-LaTeX-Driver from 0.08nb3 to 0.10.
pkgsrc changes:
- fix whitespaces in Makefile.PL patch
Upstream changes:
#------------------------------------------------------------------------
# Version 0.10 - 2011-09-18
#------------------------------------------------------------------------
* use system tmp directory rather than hardcoded /tmp
* Makefile.PL exits if latex binary is not found (rather than dieing
#------------------------------------------------------------------------
# Version 0.09 - 2011-08-18
#------------------------------------------------------------------------
* Tidied up for perlcritic
time/p5-Time-HiRes from 1.9721nb2 to 1.9724.
Upstream changes:
1.9724 [2011-06-09]
- Correct XS parameter list, and therefore prototype, for
unimplemented-on-this-platform version of clock_nanosleep()
[rt.cpan.org #68700].
- Declare package variables with "our" rather than "use vars".
- Corresponding to "our" usage, check for minimum Perl version
5.006.
- Declare module dependencies.
1.9723 [2011-06-07]
- Remove $ENV{PERL_CORE} logic from test suite, which is no
longer desired in the core.
- Convert test suite to use Test::More.
- Factor out watchdog code from test suite.
- In test suite, be consistent about using fully-qualified form
of function names.
- Divide test suite into feature-specific scripts.
- Make ualarm timing test less vulnerable to delay-induced false
failure, from Dave Mitchell.
1.9722 [2011-05-18]
- Update for changes in build process in the core, patches
from BinGOs [rt.cpan.org #58858] and Craig Berry [rt.cpan.org
#63363].
- Fix broken linkage on Windows with gcc 3.4 seen with ActivePerl,
report from Christian Walde [rt.cpan.org #61648], fix derived
from Vincent Pit.
- Jump through hoops to avoid compiler warnings.
tar ball handling) from 1.76 to 1.80.
Upstream changes:
* important changes in version 1.80 13/10/2011
- patch from Rocky Bernstein to add file chown() method [rt#71221]
* important changes in version 1.78 08/09/2011
- patch from Rocky Bernstein to add chown() method [rt#70623]
- blead patch from Alexandr Ciornii to resolve [perl#78708]
module IO::Compress for the Perl programming language up to date.
Upstream changes:
2.040 28 October 2011
* t/105oneshot-zip-only.t
- CanonicalName test failure on Windows
[RT# 68926]
* IO::Compress::Zip
- ExtAttr now populates MSDOS attributes
2.039 28 October 2011
* IO::Compress::Zip
- Added CanonicalName option.
Note this option is set to true by default.
- Added FilterName option
* IO::Unompress::Base
- Fixed issue where setting $\ would corrupt the uncompressed data.
Thanks to Steffen Goeldner for reporting the issue.
* t/050interop-*.t
- Handle case when external command contains a whitespace
RT #71335
low level programing interface to bzip2 from the Perl programming language
as requirement for the update of devel/p5-IO-Compress to 2.040.
Upstream changes:
2.040 28 October 2011
* No Changes
2.039 28 October 2011
* croak if attempt to freeze/thaw compression object
[RT #69985]
It's a requirement for update of devel/p5-IO-Compress to 2.040.
Upstream changes:
2.040 28 October 2011
* No Changes
2.039 28 October 2011
* croak if attempt to freeze/thaw compression object
[RT #69985]
pkg_src_summary:
- Mysterious infinite loop was fixed in 'pkg_src_summary -m'
- summary2multi_variants script was separated from pkg_src_summary
pkg_bin_summary:
- CKSUM was renamed to FILE_CKSUM (by analogy with FILE_SIZE
and FILE_NAME) as suggested by spz@
Changes from previous:
2011-03-09 Malcolm Nooning <m.nooning@comcast.net> (0.48)
* t/forkm.t Patched perl Leon Timmermans
http://rt.perl.org/rt3/Public/Bug/Display.html?id=83646
2011-03-01 Malcolm Nooning <m.nooning@comcast.net> (0.47)
* lib/Net/Daemon.pm Patched per bug 32887
"ithreads not detected due to a typo"
2011-02-22 Malcolm Nooning <m.nooning@comcast.net> (0.46)
* lib/Net/Daemon.pm Fixed "Subroutine import redefined" problem
that perl 5.8.8 CPAN testers was getting. It was due to
more than one "require threads" being run.
* distribution. Bumped up the version number first.
2011-02-18 Malcolm Nooning <m.nooning@comcast.net> (0.45)
* lib/Net/Daemon.pm Used "make dist" to create the uploaded
* distribution. Bumped up the version number first.
2011-02-17 Malcolm Nooning <m.nooning@comcast.net> (0.44)
* lib/Net/Daemon.pm Added ServClose patch by Gaspar Chilingarov
* t/thread.t Added patches by Daniel Macks and Joe McMahon,
and added Test::More and skip_all for Windows < 5.10
2009-03-12 Joe McMahon <mcmahon@blekko.com> (0.44)
* Added necessary thread sharing to work with 5.10
threads model: regexp-threads,
* Bumped minimum required perl to 5.10 for t/threads.t tests
Changes from previous:
0.30 2011-09-17
- Fix a bug in the tests that caused failures with Moose HEAD. (doy)
0.29 2011-08-20
- Require namespace::clean 0.19. Tests fail with 0.18. Reported by
Ruslan Zakirov. RT #67923.
0.28 2011-08-02
- Fixed git and bug tracking info in META.{yml,json}. Reported by
Petter Rabbitson. (Dave Rolsky)
0.27 2011-06-06
- A better fix for type constraint changes in Moose 2.0100. (doy)
0.26 2011-06-05
- Small changes for forward compatibility with Moose 2.0100, when it
is released. (Dave Rolsky)
- Some small doc cleanup and improvements. (Dave Rolsky)
0.25 2010-11-30
- The test suite now uses Test::Fatal instead of Test::Exception
(Karen Etheridge).
- Modernized tests to use Test::Requires and done_testing. (Dave
Rolsky)
- MooseX::Types::Combine is a little more efficient, and only tries to
load the libraries it's combining when that list is set. It also
checks that each lib in the list actually provides types. (Dave
Rolsky).
- The MooseX::Types docs now contain a pointer to
MooseX::Types::Combine. (Dave Rolsky)
Changes from previous:
Changes for 0.22 Tue Oct 4 21:44:32 2011
============================================
* Resolve possible security problem [http://goo.gl/YzHRU]
where a '::' prefixed module can 'jump' out of @INC
Changes for 0.20 Mon Aug 1 19:13:44 2011
============================================
* Resolve [rt #69886] reported by Laurent Dami,
trailing '::' silently ignored
Changes for 0.18 Tue Mar 2 15:54:30 2010
============================================
* Documentation fix from Michael Schwern RT #55123
Changes from previous:
4.48 - July 11th, 2011
No code changes.
* INTERNAL: quit using "use diagnostics;" to avert some test failures
4.47 - July 8th, 2011
No code changes.
* DOCS: minor POD fixes (Rene Mayorga and Nicholas Bamber)
4.46 - July 8th, 2011
No code changes.
* INTERNAL: More packaging fixes.
4.45 - July 1st, 2011
No code changes.
* INTERNAL: Fix packaging problem with 4.44.
4.44 - June 6th, 2011
* FIX: Fix 5.14 compatibility issue (Walt Arstingstall)
* DOCS: Clarify docs for static ID generator (oalders)
4.43 - Saturday, December 11, 2010
* FIX: Avoid deleting unmatched sessions when calling find() when ip_match is enabled.
Closes RT#47795. Thanks to m-uchino, Ron Savage, and Mark Stosberg
* NEW: new public ip_match() method is available, primarily for use with find(). (Ron Savage, Mark Stosberg)
* DOCS: UTF8 related documentation was updated.
* INTERNAL: Don't add _SESSION_EXPIRE_LIST to internal hash unless we need to.
RT#51192, Thanks to Pavel V. Rochnyack, Ron Savage, Mark Stosberg
* INTERNAL: Avoid calling sprintf() in CGI::Session::ErrorHandler, fixing RT#48733
Solves taint error for Perl V 5.10.0. All well-written code will have
been using errstr() to retrieve errors anyway so this change will not
affect any code which obeys the API. (Peter Kaminsk, Ron Savage, Mark Stosberg)
* INTERNAL: The undocumented 4th parameter to load() has changed its meaning.
* INTERNAL: Test suite improvements. (Ron Savage, Mark Stosberg)
Change from previous:
3.004 2011-02-18
If present, MIME::Entity must be v5.501; v5.500 had a regression (or
a bug fix, depending how you look at it) that broke header-reading.
While technically older versions that are not 5.500 would work, it is
much simpler to just require the newest version, rather than to
support a version range with a hole in it.
Changes from previous:
version 0.14
date: 2011-09-20
# bug fix
fix: comment() did not work, as the text was in {text} not {_text}
report and initial patch by perlover
version 0.13
date: 2011-06-19
# minor improvement
added: make the link _parent a weakref
sent by Graham Barr https://rt.cpan.org/Public/Bug/Display.html?id=68896
version 0.12
date: 2010-09-29
# minor bug fix
fix: added getLocalName on elements
see https://rt.cpan.org/Public/Bug/Display.html?id=61746
found and fixed by Tokuhiro Matsuno
added: a few tests
Changes from previous:
0.19 Sat, 10 Sep 2011 20:10:00 +0100
* Fix hooking protocol, which was broken in a way that could result in losing
checkers hooked in by other modules.
* Add MYMETA.{json,yml} to MANIFEST.SKIP and .gitignore.
* New repository location for release by Zefram.
Changes from previous:
* Versions being seperate from Module versions results in dependency confusion
Bumped all versions to match the distribution version number.
[RT #67655]
* Fix decrypt to work with Perl 5.14
[RT #67656]
* Update the Filter-Simple URL
[RT #49778]