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
Benjamin J. Thompson
Tor
Commits
16dc5438
Commit
16dc5438
authored
15 years ago
by
Roger Dingledine
Browse files
Options
Downloads
Patches
Plain Diff
bump to 0.2.1.20
parent
2bee297d
No related branches found
Branches containing commit
Tags
tor-0.2.1.20
Tags containing commit
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
ChangeLog
+5
-5
5 additions, 5 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
8 additions
and
8 deletions
ChangeLog
+
5
−
5
View file @
16dc5438
Changes in version 0.2.1.20 - 2009-
??-??
Changes in version 0.2.1.20 - 2009-
10-15
o Major bugfixes:
- Send circuit or stream sendme cells when our window has decreased
by 100 cells, not when it has decreased by 101 cells. Bug uncovered
...
...
@@ -9,6 +9,9 @@ Changes in version 0.2.1.20 - 2009-??-??
- Fix a remotely triggerable memory leak when a consensus document
contains more than one signature from the same voter. Bugfix on
0.2.0.3-alpha.
- Avoid segfault in rare cases when finishing an introduction circuit
as a client and finding out that we don't have an introduction key
for it. Fixes bug 1073. Reported by Aaron Swartz.
o Major features:
- Tor now reads the "circwindow" parameter out of the consensus,
...
...
@@ -18,7 +21,7 @@ Changes in version 0.2.1.20 - 2009-??-??
o New directory authorities:
- Set up urras (run by Jacob Appelbaum) as the seventh v3 directory
authority.
- Move moria1 and
T
onga to alternate IP addresses.
- Move moria1 and
t
onga to alternate IP addresses.
o Minor bugfixes:
- Fix a signed/unsigned compile warning in 0.2.1.19.
...
...
@@ -46,9 +49,6 @@ Changes in version 0.2.1.20 - 2009-??-??
excluded in ExcludeExitNodes, but the circuit is not used to access
the outside world. This should help fix bug 1090. Bugfix on
0.2.1.6-alpha.
- Avoid segfault in rare cases when finishing an introduction circuit
as a client and finding out that we don't have an introduction key
for it. Fixes bug 1073. Reported by Aaron Swartz.
- Work around a small memory leak in some versions of OpenSSL that
stopped the memory used by the hostname TLS extension from being
freed.
...
...
This diff is collapsed.
Click to expand it.
configure.in
+
1
−
1
View file @
16dc5438
...
...
@@ -5,7 +5,7 @@ dnl Copyright (c) 2007-2008, The Tor Project, Inc.
dnl See LICENSE for licensing information
AC_INIT
AM_INIT_AUTOMAKE(tor, 0.2.1.
19
)
AM_INIT_AUTOMAKE(tor, 0.2.1.
20
)
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 @
16dc5438
...
...
@@ -9,7 +9,7 @@
!include "FileFunc.nsh"
!insertmacro GetParameters
!define VERSION "0.2.1.
19
"
!define VERSION "0.2.1.
20
"
!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 @
16dc5438
...
...
@@ -226,6 +226,6 @@
#define USING_TWOS_COMPLEMENT
/* Version number of package */
#define VERSION "0.2.1.
19
"
#define VERSION "0.2.1.
20
"
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