perl-Capture-Tiny/perl-Capture-Tiny.changes

75 lines
2.8 KiB
Plaintext
Raw Normal View History

-------------------------------------------------------------------
Sat Dec 24 10:14:30 UTC 2011 - pascal.bleser@opensuse.org
- update to 0.15:
* repeated captures from a custom filehandle would return undef instead of
the empty string (and would warn). This has been fixed. RT#73374
* commented out debugging code for slightly less runtime overhead
- changes from 0.14:
* added: capturing with custom filehandles will return only newly appended
output instead of everything already in the file RT#73374
-------------------------------------------------------------------
Wed Dec 21 11:59:40 UTC 2011 - pascal.bleser@opensuse.org
- update to 0.13: no user-visible changes
- changes from 0.12:
- add new functions capture_stdout, capture_stderr, tee_stdout, tee_stderr; RT#60515
- capture functions also returns the return values from the executed coderef; RT#61794
- capture functions take optional custom filehandles for capturing via named
files instead of anonymous ones
- tied filehandles based on Tie::StdHandle can now use the ":utf8" layer;
removed remaining TODO tests; adds Scalar::Util as a dependency
- when Time::HiRes::usleep is available, tee operations will
sleep during the busy-loop waiting for tee processes to be ready
RT#67858
-------------------------------------------------------------------
Fri Aug 26 15:45:14 UTC 2011 - chris@computersalat.de
- fix build for SLE_10
* %{__perl} -p -i -e 's|6.31|6.30|' Makefile.PL
-------------------------------------------------------------------
Thu Jul 21 08:55:31 UTC 2011 - coolo@novell.com
- updated to 0.11
Fixed:
- Tests will not use Test::Differences version 0.60 or greater
- Setting PERL_CAPTURE_TINY_TIMEOUT to 0 will disable timeouts
- Added support for $ENV{PERL_CAPTURE_TINY_TIMEOUT} to control
the timeout period under 'tee'; tests set not to timeout to
avoid false FAIL reports on overloaded virtual machine smokers
Fixed:
- $@ set within a captured block is no longer lost when the capture
is completed; likewise, the initial value of $@ is not lost
during capture (when no subsequent error occurs) (RT #65139)
-------------------------------------------------------------------
Wed Dec 1 15:42:27 UTC 2010 - coolo@novell.com
- switch to perl_requires macro
-------------------------------------------------------------------
Mon Nov 29 18:29:25 UTC 2010 - coolo@novell.com
- remove /var/adm/perl-modules
-------------------------------------------------------------------
Mon Jun 21 06:10:35 UTC 2010 - pascal.bleser@opensuse.org
- update to 0.08
-------------------------------------------------------------------
Tue Jan 26 12:27:47 UTC 2010 - pascal.bleser@opensuse.org
- update to 0.07
-------------------------------------------------------------------
Thu Oct 29 00:00:00 UTC 2009 - pascal.bleser@opensuse.org
- new package