The redirect does not work for a POST request. I pushed a fix. For existing installations, you need to edit the server location in library(prolog_pack) to
:- setting(server, atom, 'https://www.swi-prolog.org/pack/',
'Server to exchange pack information').
Typically, start Prolog sufficient rights to write the library files and run
?- edit(library(prolog_pack)).
Find the above line (93), add the s and save. For one-time usage you can do
You have a point. As is though, the 8.0.x version is far behind in many aspects. This happened a lot quicker than usual and various critical patches are probably not trivial to backport due to quite big changes that affect a lot of the code. Is there someone willing to examine the changes in 8.1 since the last merge and get the important part into 8.0?
This happens every stable cycle, but this time rather quickly. If anyone wants to take responsibility for keeping the stable version stable but patched with vital patches, please stand up.
Thanks. However, however Keri Harris also promised to have a look. If you want to play a role in the long term maintenance for stable, let discuss so offline on how to organize that.
As is, swipl and swipl-devel are related repositories. I probably won’t do that again, but git supports this quite well. I have added swipl-devel as an additional remote to swipl and simply cherry pick commits to create a new stable patch level. For a new stable minor or major release I merge swipl-devel.