Update to 1.49

- New upstream release 1.49:
  - Another regression for readline fix: this time it failed to return lines
    at EOF that don't end with newline - extended t/readline.t to catch this
    case and the fix for 1.48
This commit is contained in:
Paul Howarth 2011-10-28 12:38:07 +01:00
parent fa11cf0c50
commit edb47ab0e1
2 changed files with 8 additions and 2 deletions

View File

@ -4,7 +4,7 @@
# #
Name: perl-IO-Socket-SSL Name: perl-IO-Socket-SSL
Version: 1.48 Version: 1.49
Release: 1%{?dist} Release: 1%{?dist}
Summary: Perl library for transparent SSL Summary: Perl library for transparent SSL
Group: Development/Libraries Group: Development/Libraries
@ -59,6 +59,12 @@ rm -rf %{buildroot}
%{_mandir}/man3/IO::Socket::SSL.3pm* %{_mandir}/man3/IO::Socket::SSL.3pm*
%changelog %changelog
* Fri Oct 28 2011 Paul Howarth <paul@city-fan.org> - 1.49-1
- Update to 1.49
- another regression for readline fix: this time it failed to return lines
at EOF that don't end with newline - extended t/readline.t to catch this
case and the fix for 1.48
* Wed Oct 26 2011 Paul Howarth <paul@city-fan.org> - 1.48-1 * Wed Oct 26 2011 Paul Howarth <paul@city-fan.org> - 1.48-1
- Update to 1.48 - Update to 1.48
- further fix for readline fix in 1.45: if the pending data were false (like - further fix for readline fix in 1.45: if the pending data were false (like

View File

@ -1 +1 @@
c96d57d5089c4eeba2d7a891d7ec5726 IO-Socket-SSL-1.48.tar.gz 236c754eb3755d280504a7ca8ba5ba01 IO-Socket-SSL-1.49.tar.gz