Changelog for
perl-BSD-Resource-1.2911-43.1.x86_64.rpm :
Tue Apr 11 14:00:00 2017 cooloAATTsuse.com
- updated to 1.2911
see /usr/share/doc/packages/perl-BSD-Resource/ChangeLog
2017-04-07 Jarkko Hietaniemi
* Prepend \"./\" to require-d pathnames in tests,
in preparation of Perl 5.26.0. [cpan #120993]
* Add RLIMIT_POSIXLOCKS from DragonFly BSD.
* Release 1.2911.
Sat May 28 14:00:00 2016 cooloAATTsuse.com
- updated to 1.2910
see /usr/share/doc/packages/perl-BSD-Resource/ChangeLog
2016-05-12 Jarkko Hietaniemi
* Add RLIMIT_RSESTACK from hpux/ia64, and RLIMIT_FREEMEM
and RLIMIT_NTHR from QNX.
* Add more PRIO_ values from Solaris:
PRIO_CONTRACT
PRIO_LWP
PRIO_PROJECT
PRIO_SESSION
PRIO_TASK
PRIO_ZONE
* HPUX: Do not unconditionally define the RLIMIT_ and RLIM_NLIMITS
* Add missing word (\'enough\') in getrusage.t test skippage.
* Repoint all the license pointers to COPYRIGHT and LICENSE
in Resource.pm, add LICENSE file as a new pointer.
* Release 1.2910.
Mon Nov 16 13:00:00 2015 cooloAATTsuse.com
- updated to 1.2909
see /usr/share/doc/packages/perl-BSD-Resource/ChangeLog
2015-11-15 Jarkko Hietaniemi
* The added RLIMIT_ values were not added quite right.
Our own tests didn\'t detect this, but mod_perl2 ones did
[cpan #108955]
Sat Oct 24 14:00:00 2015 cooloAATTsuse.com
- updated to 1.2908
see /usr/share/doc/packages/perl-BSD-Resource/ChangeLog
- fix license - it\'s not apache
Fri Jul 26 14:00:00 2013 cooloAATTsuse.com
- updated to 1.2907
* Address rt.cpan.org #86857: t/setrlimit.t failure
Skip setrlimit() tests also if the hard limit is RLIM_INFINITY.
* Release 1.2907.
2013-07-07 Jarkko Hietaniemi
* Skip number-of-files and stack setrlimit tests in Cygwin:
the constants exist but the implementation doesn\'t really
seem to be there. Document this in the pod. Testing by dsolimano.
* For setrlimit tests involving byte sizes (memory or file size)
round the byte sizes down to 4 kB boundaries.
* Fix some pod nits.
* Release 1.2906.
2013-06-22 Jarkko Hietaniemi
* Address rt.cpan.org #86334: typo fixes
* Address rt.cpan.org #62504: Disable user/system
timing tests if workload accumulate too little time
* Attempt harder in getrusage.t to burn enough user and system time,
refactor the \"burn some cpu\" utility into t/burn.pl, use that also
in t/times.t.
* Fix a testing problem in NetBSD for t/setrlimit.t,
the tests were misnumbered.
* Silence compilation warnings coming from Perl 5.18.0.
* Clarify the license to be Artistic 2.0 or LGPL 2.0.
* Regenerate ppport.h with Perl 5.18.0.
* Release 1.2905.
Fri Nov 18 13:00:00 2011 cooloAATTsuse.com
- use original .tar.gz
Tue Nov 30 13:00:00 2010 cooloAATTnovell.com
- switch to perl_requires macro
Mon Nov 29 13:00:00 2010 cooloAATTnovell.com
- remove /var/adm/perl-modules
Tue Oct 19 14:00:00 2010 cooloAATTnovell.com
- add perl as explicit buildrequire
Thu Mar 25 13:00:00 2010 anickaAATTsuse.cz
- update to 1.2904
* Address rt.cpan.org #53856: memory leak in get_rlimits()
* Address rt.cpan.org #53859: clarify get_rlimits() docs
Thu Feb 4 13:00:00 2010 jengelhAATTmedozas.de
- add comment about possible testcase failure
Sun Jan 10 13:00:00 2010 jengelhAATTmedozas.de
- enable parallel build
Mon Apr 6 14:00:00 2009 anickaAATTsuse.cz
- update to 1.2903
* Address rt.cpan.org #44082:
\"Bug in compiler detection (Makefile.PL)\" (for AIX xlc)