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:
Paul Howarth 2011-10-26 19:44:23 +01:00
parent 771cc6e21a
commit fa11cf0c50
2 changed files with 7 additions and 2 deletions

View File

@ -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

View File

@ -1 +1 @@
d2c0b2f49d9a4abd1829bd9fef1e9242 IO-Socket-SSL-1.47.tar.gz
c96d57d5089c4eeba2d7a891d7ec5726 IO-Socket-SSL-1.48.tar.gz