quictls / openssl

TLS/SSL and crypto library with QUIC APIs
https://quictls.github.io/openssl
Apache License 2.0
366 stars 50 forks source link

Tag name does not match documentation format #120

Closed EmericBr closed 1 year ago

EmericBr commented 1 year ago

Documentation here appears now wrong:

https://quictls.github.io/

"We don't want to conflict with OpenSSL branch names. Our current plan is to append +quic. Release tags are likely to be the QUIC branch with -releaseX appended. For example, the OpenSSL tag openssl-3.0.0-alpha12 would have a branch named openssl-3.0.0-alpha12+quic and a release tag of openssl-3.0.0-alpha12+quic-release1"

But today in practice release tags seems to be suffixed "openssl-\<opensslversion>+quicX"

In addition, do you plan to tag the 1.1.1u soon? Branch seems created and code merged but there is still no tags available.

richsalz commented 1 year ago

We're not going to do releases.

richsalz commented 1 year ago

We're not going to do releases.

Let me clarify. If someone wants to help maintain releases, we need a volunteer.

wbl commented 1 year ago

I've pushed the two tags following suit from the change away from + to - that happened in 111t.

tmshort commented 1 year ago

Yeah, we should update the documentation regarding the tags. We'll do that at some point.

tmshort commented 1 year ago

Documentation has been fixed. Although we'll want to update the README.md files in the individual branches.