Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
lyrebird
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
The Tor Project
Anti-censorship
Pluggable Transports
lyrebird
Commits
77af0cba
Commit
77af0cba
authored
2 years ago
by
Yawning Angel
Browse files
Options
Downloads
Patches
Plain Diff
build: Do the release ritual for obfs4proxy-0.0.13
parent
83f01d5a
No related branches found
Branches containing commit
Tags
tor-0.4.2.7
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
ChangeLog
+1
-1
1 addition, 1 deletion
ChangeLog
obfs4proxy/obfs4proxy.go
+1
-1
1 addition, 1 deletion
obfs4proxy/obfs4proxy.go
with
2 additions
and
2 deletions
ChangeLog
+
1
−
1
View file @
77af0cba
Changes in version 0.0.13 -
UNRELEASED
:
Changes in version 0.0.13 -
2022-02-04
:
- Stop using utls entirely for TLS signature normalization (meek_lite).
- Stop pinning the certificate chain for default bridges (meek_lite).
...
...
This diff is collapsed.
Click to expand it.
obfs4proxy/obfs4proxy.go
+
1
−
1
View file @
77af0cba
...
...
@@ -50,7 +50,7 @@ import (
)
const
(
obfs4proxyVersion
=
"0.0.13
-dev
"
obfs4proxyVersion
=
"0.0.13"
obfs4proxyLogFile
=
"obfs4proxy.log"
socksAddr
=
"127.0.0.1:0"
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment