Skip to content

Commit fb24c7b

Browse files
committed
v6.15
- Make TLS enabled proxy work (proxy URL https:// not http://) (GH#89) (Steffen Ullrich) - switch from example.com to httpbin.org because of SSL certificate issues (GH#91) (Slaven Rezić)
1 parent 36919e5 commit fb24c7b

File tree

3 files changed

+62
-62
lines changed

3 files changed

+62
-62
lines changed

Changes

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Release history for LWP-Protocol-https
22

3-
{{$NEXT}}
3+
6.15 2026-02-23 20:36:42Z
44
- Make TLS enabled proxy work (proxy URL https:// not http://) (GH#89)
55
(Steffen Ullrich)
66
- switch from example.com to httpbin.org because of SSL certificate issues

LICENSE

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ This is free software, licensed under:
2222
Version 1, February 1989
2323

2424
Copyright (C) 1989 Free Software Foundation, Inc.
25-
51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
25+
<https://fsf.org/>
2626

2727
Everyone is permitted to copy and distribute verbatim copies
2828
of this license document, but changing it is not allowed.
@@ -236,8 +236,7 @@ the exclusion of warranty; and each file should have at least the
236236
GNU General Public License for more details.
237237

238238
You should have received a copy of the GNU General Public License
239-
along with this program; if not, write to the Free Software
240-
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301 USA
239+
along with this program; if not, see <https://www.gnu.org/licenses/>.
241240

242241

243242
Also add information on how to contact you by electronic and paper mail.
@@ -264,8 +263,8 @@ necessary. Here a sample; alter the names:
264263
program `Gnomovision' (a program to direct compilers to make passes
265264
at assemblers) written by James Hacker.
266265

267-
<signature of Ty Coon>, 1 April 1989
268-
Ty Coon, President of Vice
266+
<signature of Moe Ghoul>, 1 April 1989
267+
Moe Ghoul, President of Vice
269268

270269
That's all there is to it!
271270

0 commit comments

Comments
 (0)