2022-08-16 14:35:04 +00:00
committed by Git OBS Bridge
parent 14feb310ff
commit 238f9744f2

View File

@@ -5,13 +5,11 @@ Sat Aug 13 03:09:08 UTC 2022 - Tina Müller <timueller+perl@suse.de>
see /usr/share/doc/packages/perl-Filter/Changes
1.63 2022-08-11 rurban
----
* Exec: Really fix USE_ITHREADS (GH #17) with USE_THREADS
on windows. USE_5005THREADS is not defined in older perls, but
OLD_PTHREADS_API is.
1.62 2022-08-10 rurban
----
* Exec: compile with USE_THREADS and USE_ITHREADS (GH #17)
* add a make release target
@@ -22,7 +20,6 @@ Fri Jun 17 03:06:47 UTC 2022 - Tina Müller <timueller+perl@suse.de>
see /usr/share/doc/packages/perl-Filter/Changes
1.61 2022-06-13 rurban
----
* perfilter.pod: minor improvements (PR #16 khw)
* Remove runtime recommends META (GH #14 kentfredric)
* use strict in all modules. Fixes Test::Kwalitee.
@@ -36,7 +33,6 @@ Thu Aug 6 03:09:13 UTC 2020 - Tina Müller <timueller+perl@suse.de>
see /usr/share/doc/packages/perl-Filter/Changes
1.60 2020-08-05 rurban
----
* Increase t/call.t verbosity on failures (PR #12 aatomic)
* Push cwd to @INC for PERL_CORE (PR #11 jkeenan)
* Update search.cpan.org link to metacpan (PR #10 Grinnz)
@@ -48,7 +44,6 @@ Sun Aug 5 05:23:05 UTC 2018 - coolo@suse.com
see /usr/share/doc/packages/perl-Filter/Changes
1.59 2018-08-04 rurban
----
* Improve tests using FindBin for filter-util.pl [atoomic #9]
* Added new m4 filter [werner lemberg #8]
* Add int casts, assert on 2GB limitation.
@@ -60,7 +55,6 @@ Thu Nov 16 06:21:36 UTC 2017 - coolo@suse.com
see /usr/share/doc/packages/perl-Filter/Changes
1.58 2017-11-15 rurban
----
* Drop 5.005 support
* Switch from DynaLoader to XSLoader [atoomic #5]
* Replace use vars by our. [atoomic #5]
@@ -75,7 +69,6 @@ Mon Feb 13 11:58:25 UTC 2017 - coolo@suse.com
see /usr/share/doc/packages/perl-Filter/Changes
1.57 2017-01-22 rurban
----
* Todo the t/exec.t test 2 on cygwin.
* Fixed/Todo the t/decrypt.t test 7 utf8 failures.
Skip with non UTF-8 locale.
@@ -86,10 +79,7 @@ Wed Jul 29 08:42:52 UTC 2015 - coolo@suse.com
- updated to 1.55
see /usr/share/doc/packages/perl-Filter/Changes
1.55 2015-07-26 rurban
----
* Fix t/z_pod-coverage.t with old Test::More by Kent Frederik. RT #106090.
* Fix t/tee.t + t/order.t race under parallel testing. RT #105396.
Thanks to Kent Frederik
@@ -104,86 +94,56 @@ Sat May 2 09:20:55 UTC 2015 - coolo@suse.com
- updated to 1.54
see /usr/share/doc/packages/perl-Filter/Changes
1.44 2012-06-18 rurban
----
* Sync t/call.t with core fixes in 2adbc9b6
1.45 2012-06-19 rurban
----
* Sync perlfilter.pod with core improvements
1.46 2013-03-29 rurban
----
* Fix RT #84292 PIPE_PID/waitpid broken in Exec pipe_read since 5.17.6 (rurban)
* Fix RT #84210 Bad NAME in Makefile.PL (miyagawa)
* Fix RT #82687 cpansign MANIFEST failure (myra)
* Work on RT #41285 test failures with non-english locale (reported by srezic)
* Skip patching the src for newWarnings style, these are the default (rurban)
* Fix RT #53132 examples/method/Decompress.pm syntax error (kevin ryde)
and add usage docs.
1.47 2013-03-31 rurban
----
* Reproduced and fixed RT #41285 test failures with non-english locale
(reported by srezic)
1.48 2013-04-01 rurban
----
* added META records, such as repository, recommends to Makefile.PL
* added META and POD tests
1.49 2013-04-02 rurban
----
* Better fix for RT #41285 test failures with non-english locale
(patched by srezic, pull #1)
* Add t/z_*.t meta tests (now for real), move Try to t/FilterTry,
add POD to Filter::Util::Call, Filter::Util::Exec and generated
FilterTry.
1.50 2014-06-04 rurban
----
* Do not re-bless already blessed filter_add arguments into the callers package.
Fixes RT #54452
* t/z_pod-coverage.t: omit empty Filter::decrypt (also fixes RT #84405)
* Fix Perl Compiler detection in Filter::decrypt
1.51 2014-12-09 rurban
----
* Minor -Wall -Wextra cleanups by jhi and me. Fixes RT #100742
* Updated Copyright years
* Document and warn about its limitations
1.52 2014-12-19 rurban
----
* Fix Filter::Util::Call regression from 1.50, for filter_add({}) or filter_add([]).
This broke Switch, see RT #101004.
1.53 2014-12-20 rurban
----
* Re-release caused by broken SIGNATURE, caused by broken ExtUtils::Makemaker distsignature rules.
See https://github.com/Perl-Toolchain-Gang/ExtUtils-MakeMaker/issues/177
1.54 2015-01-17 rurban
----
* Fix some compiler warnings for -Wall. Some patches by Dave Mitchell. RT #101587
Note that perl5 itself is not yet -pedantic safe, Filter is.
@@ -340,4 +300,3 @@ Tue Jul 2 17:40:06 MEST 2002 - mls@suse.de
Wed Jan 16 16:29:54 CET 2002 - rvasice@suse.cz
- initial package release (version 1.28)