GmCapsule v0.7 Released

I've made a few significant fixes in the GmCapsule server, hence the minor version bump. My server (skyjake.fi / geminispace.org) is already running the new version, so maybe I didn't break anything. ๐Ÿคž

The fixes with regard to PATH_INFO may or may not warrant changing your existing CGI programs. Most importantly, the contents are now URL-decoded for you as per the CGI specification, which should make life somewhat easier for your scripts.

#release

Posted in: s/GmCapsule

๐ŸŒ† skyjake [mod, sysop]

2024-04-13 ยท 2 years ago ยท ๐Ÿ‘ gritty, istvan, tenno-seremel ยท ๐ŸŽ‰ 1

1 Comment

๐Ÿ’Ž istvan ยท 2024-04-13 at 23:08:

Great update! I did a quick diff to check the fix I'd been applying since 0.5 for files with spaces in the names and looks like the new release finally applied the same so that's cool. Really happy to see default searching for index.gmi in cgi-bin too. Already updated and restarted my server. Thanks for all your work!