11.058 2016/06/17
2- RT#109887 - fix t/01_load.t in case only very old version of LWP was
3  installed which did not have LWP::Protocol::https
41.057 2016/04/04
5- removed warning with very old versions of LWP where
6  LWP::Protocol::https::VERSION was not defined yet.
7  Thanks to denis[AT]fateyev[DOT]com for reporting
8
91.056 2015/10/31
10- fix another memory leak which happened on data connections only
11- make sure that context reuse is done properly, see
12  https://github.com/noxxi/p5-net-sslglue/pull/3
13
141.055 2015/10/25
15- fix memory leak in Net::SSLGlue::Socket, RT#107816.
16  Thanks to kasyap.mr[AT]gmail[DOT]com  for reporting
17
181.054 2015/04/28
19- if a version of libnet is detected which already supports TLS (i.e.
20  libnet 3.0+) warn and use this instead.
21
221.053 2014/05/28
23- if current LWP is detected is use this mostly unpatched
24- fix Net::SSLGlue::FTP to use the same hostname when verifying the
25  certificate of the data connection
26
271.052 2014/01/16
28- FTPS: reuse same SSL session for control and data channnel to work
29  with default configuration of proftpd.
30
311.051 2014/01/10
32- fixes to Net::FTP SSL support
33- examples/ftps-tests.pl has lots of tests for FTP against live server
34
351.05 2014/01/09
36- added support for SSL+IPv6 in Net::FTP
37- new package Net::SSLGlue::Socket for a socket which combines plain,ssl,ipv6
38- fixed some tests - some checks for bad certificates do not work anymore
39  because these certs were fixed
40
411.04 2013/08/01
42replace Net::Cmd::getline via Net::SSLGlue::POP3 because it assumed, that it
43just needs to wait for read events on the sockets - which is not the case for
44SSL (e.g. SSL_WANT_READ, SSL_WANT_WRITE).
45Fixes https://rt.cpan.org/Ticket/Display.html?id=87507.
46Thanks to MICHIELB for reporting
47
481.03 2013/05/15
49fixed documentation for Net::SSLGlue::POP3
50
511.02 2013/05/14
52added Net::SSLGlue::POP3
53
541.01 2012/01/31
55Net::SSLGlue::LDAP as wrongly named Net::DNSGlue::LDAP
56
571.0 2012/01/30
58Net::SSLGlue::SMTP: save hello domain from last hello call, so that the
59hello after the starttls uses the same domain argument.
60Thanks to zaucker[AT]oetiker[DOT]ch for reporting problem.
61
620.9 2012/01/24
63Net::SSLGlue::SMTP: fixed stripping of port from host/ip for name
64verification. Added hello after successful starttls. Extented tests
65to check, if we can actually talk after starttls.
66Thanks to zaucker[AT]oetiker[DOT]ch for reporting problem.
67
680.8 2011/07/17
69fixed wrong position for include encode_base64 and uri_unescape in *::LWP.
70Thanks to mtelle[AT]kamp-dsl[DOT]de for reporting
71
720.7 2011/05/27
73strip port from host/ip for name verification in Net::SSLGlue::SMTP
74
750.6 2011/05/02
76fixed english, thanks to dom, https://rt.cpan.org/Ticket/Display.html?id=46284
77
780.5 2011/02/03
79documentation fixes: http://rt.cpan.org/Ticket/Display.html?id=65258
80
810.4 2010/06/13
82added Changes, put examples into examples/ dir
83
840.3 2010/05/13
85rewrite parts of Net::SSLGlue::LWP so that it sends the correct request
86to the peer even if https_proxy is used. In former version it ommitted
87the HTTP version number in the request (thus the request was invalid).
88Bug report by PMOONEY https://rt.cpan.org/Ticket/Display.html?id=57365
89
900.2_1 2010/05/11
91document way to set different verification scheme for LWP
92requested by PMOONEY https://rt.cpan.org/Ticket/Display.html?57367
93
940.2 2009/01/02
95https_proxy support for LWP, HTTPS_PROXY from Crypt::SSLeay did not work and
96the https_proxy from LWP was broken with both Crypt::SSLeay and
97IO::Socket::SSL (it did unencrypted https:// requests to the proxy).
98Fix it so that it now does CONNECT (this is the meaning of https_proxy for
99all other programs)
100
1010.1 2008/12/31
102initial release
103