Files
perl-File-NFSLock/perl-File-NFSLock.changes
Stephan Kulow 713432eb42 Accepting request 297807 from devel:languages:perl:autoupdate
- updated to 1.27
   see /usr/share/doc/packages/perl-File-NFSLock/Changes
  1.27  Nov 12 13:00 2014
          - RT#99431:
          - More Win32 compatibility fixes in test suite.
          - RT#48102:
          - Add tests for new ->fork() method.
  
  1.26  Nov 07 16:00 2014
          - Add File::NFSLock->fork() convenience method.
          - RT#48102 Report by Todd Foggoa:
          - More gracefully handle fork() to behave like
            Linux by sharing the lock between both parent
            and child processes when ->newpid() is called.
  
  1.25  Jul 30 14:00 2014
          - RT#99431 Report by Nathan Glenn:
          - Fixed tempfile syntax by Christian Walde.
          - Fixed Win32 Shared Lock by Christian Walde.
          - RT#42122 Report by converter at cpan.org:
          - Add tests to help debug Taint issues
  
  1.24  Jul 30 14:00 2014
          - Fixed a race condition in crash recovery.
          - RT#88520 Thanks David Steinbrunner: Fix typos
  
  1.23  Jul 28 11:00 2014
          - More gracefully handle arbitrary hostnames.
          - Patch RT#84658 by Yann Rouillard:
          - Avoid gleefully double removing valid lockfile

OBS-URL: https://build.opensuse.org/request/show/297807
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-File-NFSLock?expand=0&rev=6
2015-04-17 17:36:33 +00:00

96 lines
3.5 KiB
Plaintext

-------------------------------------------------------------------
Fri Apr 17 16:37:43 UTC 2015 - coolo@suse.com
- updated to 1.27
see /usr/share/doc/packages/perl-File-NFSLock/Changes
1.27 Nov 12 13:00 2014
- RT#99431:
- More Win32 compatibility fixes in test suite.
- RT#48102:
- Add tests for new ->fork() method.
1.26 Nov 07 16:00 2014
- Add File::NFSLock->fork() convenience method.
- RT#48102 Report by Todd Foggoa:
- More gracefully handle fork() to behave like
Linux by sharing the lock between both parent
and child processes when ->newpid() is called.
1.25 Jul 30 14:00 2014
- RT#99431 Report by Nathan Glenn:
- Fixed tempfile syntax by Christian Walde.
- Fixed Win32 Shared Lock by Christian Walde.
- RT#42122 Report by converter at cpan.org:
- Add tests to help debug Taint issues
1.24 Jul 30 14:00 2014
- Fixed a race condition in crash recovery.
- RT#88520 Thanks David Steinbrunner: Fix typos
1.23 Jul 28 11:00 2014
- More gracefully handle arbitrary hostnames.
- Patch RT#84658 by Yann Rouillard:
- Avoid gleefully double removing valid lockfile
when ->unlock is explicitly called.
- Patch RT#61258 by cpan at danonline.net:
- Fixed $graceful_sig to exit with non-zero to
more closely match stock signal handlers.
1.22 Jul 26 09:00 2014
- Reported by Kent Fredric and Karen Etheridge:
- Patch RT#86125 and RT#91546
- Use File::Temp for concurrency compatibility
in test suite, such as HARNESS_OPTIONS=j20
1.21 Jul 13 17:00 2011
- Various patches by Chorny at cpan dot org
and fREW frioux at gmail dot com:
- Windows NTFS compatibility fixes.
- Allow PID to be negative.
- Lexically scope temp file handles to
reduce changes of memory leak and
avoid unintentional glob clobberation.
- Security fix: 3 arg open().
- Repair test suites logics.
- Fixed infinite freezing on Strawberry Perl v5.10.0.
- Fixed infinite freezing on ActiveState Perl v5.12.1.
- Sorry for the past 8 years of suffering.
-------------------------------------------------------------------
Fri Apr 17 16:37:41 UTC 2015 - coolo@suse.com
- updated to 1.21
see /usr/share/doc/packages/perl-File-NFSLock/Changes
1.21 Jul 13 17:00 2011
- Various patches by Chorny at cpan dot org
and fREW frioux at gmail dot com:
- Windows NTFS compatibility fixes.
- Allow PID to be negative.
- Lexically scope temp file handles to
reduce changes of memory leak and
avoid unintentional glob clobberation.
- Security fix: 3 arg open().
- Repair test suites logics.
- Fixed infinite freezing on Strawberry Perl v5.10.0.
- Fixed infinite freezing on ActiveState Perl v5.12.1.
- Sorry for the past 8 years of suffering.
-------------------------------------------------------------------
Mon Nov 29 18:29:58 UTC 2010 - coolo@novell.com
- remove /var/adm/perl-modules
-------------------------------------------------------------------
Mon Nov 29 18:00:20 UTC 2010 - coolo@novell.com
- called spec2changelog
-------------------------------------------------------------------
Tue Jul 22 00:00:00 UTC 2008 - guru@unixtech.be
- new package