Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
O
obfs4-deprecated
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Analyze
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
leap
obfs4-deprecated
Commits
8256fac9
Commit
8256fac9
authored
8 years ago
by
Yawning Angel
Browse files
Options
Downloads
Patches
Plain Diff
Do the release ritual for obfs4proxy 0.0.7.
parent
a9e8a62f
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Show 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 @
8256fac9
Changes in version 0.0.7 -
UNRELEASED
:
Changes in version 0.0.7 -
2016-11-15
:
- Support configuring the obfs4 IAT parameter as the sole
ServerTransportOption on bridges, and correctly checkpoint the argument
to the state file.
...
...
This diff is collapsed.
Click to expand it.
obfs4proxy/obfs4proxy.go
+
1
−
1
View file @
8256fac9
...
...
@@ -51,7 +51,7 @@ import (
)
const
(
obfs4proxyVersion
=
"0.0.7
-dev
"
obfs4proxyVersion
=
"0.0.7"
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