Major Changes in this release (0.5.69)
tv_grab_hr - removed broken grabber
tv_grab_pt - removed broken grabber
tv_grab_uk_atlas - removed due to new target site rules
tv_grab_fi - major changes, need to run configure again
tv_grab_sd_json/tv_grab_zz_sdjson - major speed improvements.
This grabber is replicated as tv_grab_zz_sdjson and will only
be available via the new name in the next release. Please switch
to the new name.
tv_grab_zz_sdjson_sqlite - additional grabber for Schedule
Direct's fee-based SD-JSON service. Supports 50+ countries.
0.27 Wed Oct 4 00:40:04 MST 2017
- removed "portable" mode from sha3sum and addfile
-- rarely used, mostly in outdated systems
-- potentially confusing features (e.g. \r\r\n -> \n)
-- Universal Newlines mode (-U) a much cleaner approach
-- mimics Universal Newlines in Python
- sha3sum now depends explicitly on Digest::SHA3
-- eliminates runtime loading of modules
-- no future plans to write Digest::SHA3::PurePerl
5.98 Wed Oct 4 00:40:02 MST 2017
- removed "portable" mode from shasum and addfile
-- rarely used, mostly in outdated systems
-- potentially confusing features (e.g. \r\r\n -> \n)
-- Universal Newlines mode (-U) a much cleaner approach
-- mimics Universal Newlines in Python
- shasum now uses Digest::SHA explicitly
-- no longer loads Digest::SHA::PurePerl as an option
-- hence no need for -R switch
-- Digest::SHA::PurePerl has its own shasum: shasumpp
1.302098 2017-10-03 06:13:49-07:00 America/Los_Angeles
- Add docs for test2_stdout and test2_stderr
- Fix 5.6 support
1.302097 2017-10-02 19:35:08-07:00 America/Los_Angeles
- Fix hub->process bug that could let an error pass
- Fix#789 (Modification of read only value)
- Fix typo in Test::Builder when looking for IPC (#777)
- Fix#791, clone_io broke on scalar io layer
- Fix#790 and #756, Exception event stingify exception
- Localize $^E in context (#780)
- Fix test that failed in verbose mode (#770)
v0.13
- Added the `redefine()` function. It works just like `mock()`, except if the
method being mocked doesn't exist, it causes a panic. Many thanks to Felipe
Gasper for this feature!
0.010 2017-10-03 09:41:46-07:00 America/Los_Angeles
- No changes since trial
0.009 2017-09-18 20:51:26-07:00 America/Los_Angeles (TRIAL RELEASE)
- Further optimize term_size when SIGWINCH is supported
1.701 2017-10-02 14:36:51-05:00 America/Chicago
[Fixed]
- Fixed more method aliases in Log::Any::Adapter::Syslog that were
mapped to invalid syslog priorities. Thanks @legaultp for the
patch!
0.426 2017-10-02
- release 0.425_001 as 0.426
0.425_001 2017-09-27
- Fix broken format in part (fixes issues/4, thanks Andreas Schwab
for reporting and testing the fix)
- Fix gcc 4.7 sequence point warning (fixes issues/5, thanks Andreas
Schwab for reporting and testing the fix)
- Fix incorrect padname resolving for perl > 5.21.6 (Fixes RT#122883,
thanks Alexander Bluhm <alexander.bluhm@gmx.net> for reporting).
- Fix compiling issue on CentOS 4 & CentOS 5 (thanks Alex Karelas
<alex.karelas@gmail.com> for reporting and testing the fix)
0.903 Fri Oct 6, 2017
- general Kwallitee cleanup
- warnings cleanup
- limitations noted re sequential tests only and repeated re-reading.
0.902 Thu Oct 5, 2017
- Fix test for RT 114342 (Literal '{' in RE fatal in 5.25+)
1.22 2017-10-05 11:43:25 -0400
- Improved bootstrap_ssl to allow use of Net::SSLeay, if it is already
installed.
- Windows path fix in test suite
1.21 2017-10-02 15:36:33 -0400
- Fix bug in Test::Alien where extra_compiler_flags or extra_linker_flags
could override (instead of augment) the alien cflags or libs. This is
most commonly a problem when using Test::Alien::CPP.
1.20 2017-10-01 06:52:36 -0400
- Remove dependency on Alien::Base::ModuleBuild
- Add access to environment via %{env.VARNAME}
- Move Alien::Base::PkgConfig from ABMB
1.19_01 2017-09-28 13:06:28 -0400
- Add Alien::Build::Version::Basic
- Add Alien::Build::Plugin::Fetch::CurlCommand
- Add Alien::Build::Plugin::Fetch::Wget
- Workaround for old tar on Solaris
- Fix test for Solaris 64 bit
- Add start_url directive to alienfile
- Add bootstrap_ssl property to Alien::Build::Plugin::Download::Negotiate