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:
parent
fa11cf0c50
commit
edb47ab0e1
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user