aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCecylia Bocovich <cohosh@torproject.org>2023-06-19 12:38:00 -0400
committerCecylia Bocovich <cohosh@torproject.org>2023-06-19 12:52:25 -0400
commit2fa8fd9188078eaa169f1edd16815deae4004c6c (patch)
tree629e2be30fa1e807b3eca186b77b9bd35ea92bd8
parentea01c92cf1a9a13c1058b377ec547b43dfc164e1 (diff)
downloadsnowflake-2.6.0.tar.gz
snowflake-2.6.0.zip
Update version to v2.6.0v2.6.0
-rw-r--r--ChangeLog29
-rw-r--r--common/version/version.go2
2 files changed, 30 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 2f828d0..b8b94ae 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,32 @@
+Changes in version v2.6.0 - 2023-06-19
+- Issue 40243: Implement datachannel flow control at proxy
+- Issue 40087: Append Let's Encrypt ISRG Root X1 to cert pool
+- Issue 40198: Use IP_BIND_ADDRESS_NO_PORT when dialing the ORPort on linux
+- Move from gitweb to gitlab
+- Add warning log at broker when proxy does not connect with client
+- Fix unit tests after SDP validation
+- Soften non-critical log from error to warning
+- Issue 40231: Validate SDP offers and answers
+- Add scanner error check to ClusterCounter.Count
+- Fix server benchmark tests
+- Issue 40260: Use a sync.Pool to reuse QueuePacketConn buffers
+- Issue 40043: Restore ListenAndServe error in server
+- Update pion webrtc library versions
+- Issue 40108: Add outbound address config option to proxy
+- Issue 40260: Fix a data race in the Snowflake server
+- Issue 40216: Add utls-imitate, utls-nosni documentation to the README
+- Fix up/down traffic stats in standalone proxy
+- Issue 40226: Filter out ICE servers that are not STUN
+- Issue 40226: Update README to reflect the type of ICE servers we support
+- Issue 40226: Parse ICE servers using the pion/ice library function
+- Bring client torrc up to date with Tor Browser
+
+Changes in version v2.5.1 - 2023-01-18
+- Issue 40249: Fix issue with Skip Hello Verify patch
+
+Changes in version v2.5.0 - 2023-01-18
+- Issue 40249: Apply Skip Hello Verify Migration
+
Changes in version v2.4.3 - 2023-01-16
- Fix version number in version.go
diff --git a/common/version/version.go b/common/version/version.go
index d5c7e0b..a2c19a7 100644
--- a/common/version/version.go
+++ b/common/version/version.go
@@ -4,4 +4,4 @@ func GetVersion() string {
return version
}
-var version = "2.5.1"
+var version = "2.6.0"