|
|
Log in / Subscribe / Register

Not released on IPv6 yet

Not released on IPv6 yet

Posted Feb 9, 2024 18:32 UTC (Fri) by a5n (subscriber, #116766)
Parent article: Gnuplot 6 comes with pie

IPv6:
$ curl -6 -s -I 'http://gnuplot.info/ReleaseNotes_6_0_0.html' | grep -P '^(HTTP|Server)'
HTTP/1.1 404 Not Found
Server: Apache/2.2.17 (Linux/SUSE)

IPv4:
$ curl -4 -s -I 'http://gnuplot.info/ReleaseNotes_6_0_0.html' | grep -P '^(HTTP|Server)'
HTTP/1.1 200 OK
Server: nginx


to post comments

Not released on IPv6 yet

Posted Feb 9, 2024 19:08 UTC (Fri) by corbet (editor, #1) [Link] (1 responses)

Ah-ha! We were wondering why we were seeing occasional failures while reviewing this article, but didn't think to look at IPv6 support is the source of the problem...

Not released on IPv6 yet

Posted Feb 9, 2024 19:40 UTC (Fri) by a5n (subscriber, #116766) [Link]

After I got 404 on the release note, I tried to access /, which claims v5.4.5 to be the latest and greatest, and v5.5 to be development. I therefore suspected it could be an AF content-split.

Looks like they got notified a few weeks ago:
https://sourceforge.net/p/gnuplot/mailman/message/58729286/


Copyright © 2026, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds