Update to 1.48
- New upstream release 1.48: - Further fix for readline fix in 1.45: if the pending data were false (like '0'), it failed to read the rest of the line (CPAN RT#71953)
This commit is contained in:
parent
771cc6e21a
commit
fa11cf0c50
@ -4,7 +4,7 @@
|
||||
#
|
||||
|
||||
Name: perl-IO-Socket-SSL
|
||||
Version: 1.47
|
||||
Version: 1.48
|
||||
Release: 1%{?dist}
|
||||
Summary: Perl library for transparent SSL
|
||||
Group: Development/Libraries
|
||||
@ -59,6 +59,11 @@ rm -rf %{buildroot}
|
||||
%{_mandir}/man3/IO::Socket::SSL.3pm*
|
||||
|
||||
%changelog
|
||||
* Wed Oct 26 2011 Paul Howarth <paul@city-fan.org> - 1.48-1
|
||||
- Update to 1.48
|
||||
- further fix for readline fix in 1.45: if the pending data were false (like
|
||||
'0'), it failed to read the rest of the line (CPAN RT#71953)
|
||||
|
||||
* Fri Oct 21 2011 Paul Howarth <paul@city-fan.org> - 1.47-1
|
||||
- Update to 1.47
|
||||
- fix for 1.46 - check for mswin32 needs to be /i
|
||||
|
Loading…
Reference in New Issue
Block a user