Update to 0.068
- New upstream release 0.068
- Added exclusive locking option to filehandle opens; spew now exclusively
locks tempfile used for atomic writes
This commit is contained in:
parent
dee36f85d1
commit
2d698d81bb
@ -1,5 +1,5 @@
|
||||
Name: perl-Path-Tiny
|
||||
Version: 0.065
|
||||
Version: 0.068
|
||||
Release: 1%{?dist}
|
||||
Summary: File path utility
|
||||
Group: Development/Libraries
|
||||
@ -101,6 +101,11 @@ make test
|
||||
%{_mandir}/man3/Path::Tiny.3*
|
||||
|
||||
%changelog
|
||||
* Tue Mar 24 2015 Paul Howarth <paul@city-fan.org> - 0.068-1
|
||||
- Update to 0.068
|
||||
- Added exclusive locking option to filehandle opens; spew now exclusively
|
||||
locks tempfile used for atomic writes
|
||||
|
||||
* Fri Mar 6 2015 Paul Howarth <paul@city-fan.org> - 0.065-1
|
||||
- Update to 0.065
|
||||
- Added 'assert' method
|
||||
@ -110,7 +115,7 @@ make test
|
||||
- Fixed tilde expansion if path has spaces
|
||||
- Make realpath non-fatal if the parent path exists and only the final path
|
||||
component does not (was fatal on Windows and some Unixes)
|
||||
- Removed rendundant locking on tempfile use for spewing
|
||||
- Removed redundant locking on tempfile use for spewing
|
||||
- Work around File::Temp bugs on older ActiveState Windows Perls
|
||||
https://bugs.activestate.com/show_bug.cgi?id=104767
|
||||
- Fixed SYNOPSIS example
|
||||
|
||||
Loading…
Reference in New Issue
Block a user