2015-05-23 01:42:55 by Makoto Fujiwara | Files touched by this commit (2) |
Log message:
Update 0.28 to 0.30
-------------------
0.30 2015-05-15 20:43:54-04:00 America/New_York
No changes from 0.29
0.29 2015-04-19 18:36:24+02:00 Europe/Berlin (TRIAL RELEASE)
Fixed:
- Fix double filehandle close error with tee on Windows
(which started warning during the perl 5.21.x series,
causing tests to fail)
|
2015-02-12 05:58:56 by Makoto Fujiwara | Files touched by this commit (2) |
Log message:
Update to 0.28
--------------
0.28 2015-02-11 06:39:51-05:00 America/New_York
Tests:
- Removes test that optionally uses Inline::C to avoid spurious
test failures. Also Inline::C had become a fairly heavy
(if optional) dependency.
Docs:
- Clarify that PERL_CAPTURE_TINY_TIMEOUT is an internal control,
not a timeout of the code reference being captured.
|
2014-11-05 18:36:43 by Thomas Klausner | Files touched by this commit (2) |
Log message:
Update to 0.27, depend on p5-Inline-C.
0.27 2014-11-04 23:10:44-05:00 America/New_York
Prereqs:
- Make Inline::C recommended, not required
0.26 2014-11-04 06:55:15-05:00 America/New_York
Tests:
- Actually check for Inline::C in tests, not just Inline
|
2014-10-09 16:07:17 by Thomas Klausner | Files touched by this commit (1163) |
Log message:
Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles.
|
2014-09-06 14:54:14 by Thomas Klausner | Files touched by this commit (2) |
Log message:
Update to 0.25:
0.25 2014-08-16 10:08:42-04:00 America/New_York
Prereqs:
- Amended recommended modules to list Inline::C rather than Inline
|
2014-05-30 01:38:20 by Thomas Klausner | Files touched by this commit (3049) |
Log message:
Bump for perl-5.20.0.
Do it for all packages that
* mention perl, or
* have a directory name starting with p5-*, or
* depend on a package starting with p5-
like last time, for 5.18, where this didn't lead to complaints.
Let me know if you have any this time.
|
2014-03-14 00:16:57 by S.P.Zeidler | Files touched by this commit (2) | |
Log message:
security update, upstream changelog:
0.24 2014-02-06 17:15:37-05:00 America/New_York
Fixed:
- Closed security hole in use of semaphore flag in /tmp;
now opens semaphore the using O_CREAT|O_EXCL
0.23 2013-10-20 11:25:34 America/New_York
Fixed:
- minimum Perl prereq is back to 5.6 (but $diety help you if
you're still stuck on 5.6)
Documented:
- Added warning about using @_ in a capture block
|
2013-07-13 13:32:32 by Wen Heping | Files touched by this commit (2) |
Log message:
Update to 0.22
Upstream changes:
0.22 2013-03-27 15:50:29 America/New_York
Documented:
- Issue tracker is now github
0.21 2012-11-14 19:04:49 America/New_York
Changed:
- Skips tee and leak tests for closed STDIN on Perl prior to
5.12 when PERL_UNICODE=D. Documented lack of support as
a known issue.
- Isolated tee subprocesses from effects of PERL_UNICODE as a
precaution (though this did not fix the above issue).
- Improved layer detection for handles proxied due to being closed
or tied.
|
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-31 12:19:55 by Aleksej Saushev | Files touched by this commit (1460) |
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
|