Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
Tor
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
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
eighthave
Tor
Commits
c2d03beb
Commit
c2d03beb
authored
13 years ago
by
Roger Dingledine
Browse files
Options
Downloads
Patches
Plain Diff
blurb and version bump for 0.2.3.7-alpha
parent
46296b3f
No related branches found
No related tags found
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
ChangeLog
+4
-0
4 additions, 0 deletions
ChangeLog
configure.in
+1
-1
1 addition, 1 deletion
configure.in
contrib/tor-mingw.nsi.in
+1
-1
1 addition, 1 deletion
contrib/tor-mingw.nsi.in
src/win32/orconfig.h
+1
-1
1 addition, 1 deletion
src/win32/orconfig.h
with
7 additions
and
3 deletions
ChangeLog
+
4
−
0
View file @
c2d03beb
Changes in version 0.2.3.7-alpha - 2011-10-30
Tor 0.2.3.7-alpha fixes a crash bug in 0.2.3.6-alpha introduced by
the new v3 handshake. It also resolves yet another bridge address
enumeration issue.
o Major bugfixes:
- If we mark an OR connection for close based on a cell we process,
don't process any further cells on it. We already avoid further
...
...
This diff is collapsed.
Click to expand it.
configure.in
+
1
−
1
View file @
c2d03beb
...
...
@@ -4,7 +4,7 @@ dnl Copyright (c) 2007-2008, The Tor Project, Inc.
dnl See LICENSE for licensing information
AC_INIT
AM_INIT_AUTOMAKE(tor, 0.2.3.
6
-alpha
-dev
)
AM_INIT_AUTOMAKE(tor, 0.2.3.
7
-alpha)
AM_CONFIG_HEADER(orconfig.h)
AC_CANONICAL_HOST
...
...
This diff is collapsed.
Click to expand it.
contrib/tor-mingw.nsi.in
+
1
−
1
View file @
c2d03beb
...
...
@@ -8,7 +8,7 @@
!include "LogicLib.nsh"
!include "FileFunc.nsh"
!insertmacro GetParameters
!define VERSION "0.2.3.
6
-alpha
-dev
"
!define VERSION "0.2.3.
7
-alpha"
!define INSTALLER "tor-${VERSION}-win32.exe"
!define WEBSITE "https://www.torproject.org/"
!define LICENSE "LICENSE"
...
...
This diff is collapsed.
Click to expand it.
src/win32/orconfig.h
+
1
−
1
View file @
c2d03beb
...
...
@@ -234,7 +234,7 @@
#define USING_TWOS_COMPLEMENT
/* Version number of package */
#define VERSION "0.2.3.
6
-alpha
-dev
"
#define VERSION "0.2.3.
7
-alpha"
...
...
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