Skip to main content


I often use the #curl release table to lookup versions and then tell users asking for help actually how old their curl version actually is.... curl.se/docs/releases.html
#curl
in reply to daniel:// stenberg://

Fedora seems fairly up to date. Current version is 7.85.0 -- only six month old!

BTW, I like that the --version flag includes the release date. More projects should do that.

in reply to daniel:// stenberg://

Great documentation!
Are there planned EOLs for older #curl versions? If so, having these information here might be useful for others: endoflife.date/

What do you think?

#curl
in reply to Christian Stankowic

@stdevel we don't really have a concept of "life" nor EOL for curl versions. Everything that isn't the latest is old.
in reply to daniel:// stenberg://

I have also done this with Perl. “Version 5 is the current Major version”… yes, but your minor version was released over XX years ago.
in reply to daniel:// stenberg://

the internal software I support at work has an actual expiry date, based on the code signing timestamp. If it's expired it won't open.

Not suggesting this for curl though haha