mirror of
https://gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/snowflake.git
synced 2025-10-13 20:11:19 -04:00
update version to v2.6.1
This commit is contained in:
parent
a3bfc2802a
commit
b5d702f483
2 changed files with 15 additions and 1 deletions
14
ChangeLog
14
ChangeLog
|
@ -1,3 +1,17 @@
|
||||||
|
Changes in version v2.6.1 - 2023-09-11
|
||||||
|
- a3bfc28 Update module golang.org/x/crypto to v0.12.0
|
||||||
|
- e37e15a Update golang Docker tag to v1.21
|
||||||
|
- b632c7d Workaround for shadow in lieu of AF_NETLINK support
|
||||||
|
- 0cb2975 Update module golang.org/x/net to v0.13.0 [SECURITY]
|
||||||
|
- f73fe6e Keep the 'v' from the tag on the released .tar.gz
|
||||||
|
- 8104732 Change DefaultRelayURL back to wss://snowflake.torproject.net/.
|
||||||
|
- d932cb2 feat: add option to expose the stats by using metrics
|
||||||
|
- af73ab7 Add renovate config
|
||||||
|
- aaeab3f Update dependencies
|
||||||
|
- 58c3121 Close temporary UDPSession in TestQueuePacketConnWriteToKCP.
|
||||||
|
- 80980a3 Fix a comment left over from turbotunnel-quic.
|
||||||
|
- 08d1c6d Bump minimum required version of go
|
||||||
|
|
||||||
Changes in version v2.6.0 - 2023-06-19
|
Changes in version v2.6.0 - 2023-06-19
|
||||||
- Issue 40243: Implement datachannel flow control at proxy
|
- Issue 40243: Implement datachannel flow control at proxy
|
||||||
- Issue 40087: Append Let's Encrypt ISRG Root X1 to cert pool
|
- Issue 40087: Append Let's Encrypt ISRG Root X1 to cert pool
|
||||||
|
|
|
@ -4,4 +4,4 @@ func GetVersion() string {
|
||||||
return version
|
return version
|
||||||
}
|
}
|
||||||
|
|
||||||
var version = "2.6.0"
|
var version = "2.6.1"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue