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
3c668245
Commit
3c668245
authored
16 years ago
by
Roger Dingledine
Browse files
Options
Downloads
Patches
Plain Diff
bump to 0.2.1.11-alpha, clean up changelog
svn:r18192
parent
5a52c7a7
No related branches found
Branches containing commit
Tags
tor-0.2.1.20
Tags containing commit
No related merge requests found
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
ChangeLog
+12
-8
12 additions, 8 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
doc/TODO.021
+2
-0
2 additions, 0 deletions
doc/TODO.021
src/win32/orconfig.h
+1
-1
1 addition, 1 deletion
src/win32/orconfig.h
with
17 additions
and
11 deletions
ChangeLog
+
12
−
8
View file @
3c668245
Changes in version 0.2.1.11-alpha - 2009-01-??
Changes in version 0.2.1.11-alpha - 2009-01-20
o Security fixes:
- Fix a heap-corruption bug that may be remotely triggerable on
some platforms. Reported by Ilja van Sprundel.
o Major bugfixes:
- Discard router descriptors as we load them if they are more than
five days old. Otherwise if Tor is off for a long time and then
...
...
@@ -8,14 +12,14 @@ Changes in version 0.2.1.11-alpha - 2009-01-??
o Minor features:
- Try to make sure that the version of Libevent we're running with
is binary-compatible with the one we built with.
May address bug
is binary-compatible with the one we built with. May address bug
897 and others.
- Make setting ServerDNSRandomizeCase to 0 actually work.
Bugfix
for bug 905.
Bugfix on 0.2.1.7-alpha.
- Make setting ServerDNSRandomizeCase to 0 actually work. Bugfix
for bug 905. Bugfix on 0.2.1.7-alpha.
- Add a new --enable-local-appdata configuration switch to change
the default location of the datadir on win32 from APPDATA to
LOCAL_APPDATA.
In the future, we should migrate
entirely. Patch
from coderman.
LOCAL_APPDATA. In the future, we should migrate
to LOCAL_APPDATA
entirely. Patch
from coderman.
o Minor bugfixes:
- Make outbound DNS packets respect the OutboundBindAddress setting.
...
...
@@ -24,7 +28,7 @@ Changes in version 0.2.1.11-alpha - 2009-01-??
cell back), avoid using that OR connection anymore, and also
tell all the one-hop directory requests waiting for it that they
should fail. Bugfix on 0.2.1.3-alpha.
- In the torify(1) manpage mention that tsocks will leak your
- In the torify(1) manpage
,
mention that tsocks will leak your
DNS requests.
...
...
@@ -58,7 +62,7 @@ Changes in version 0.2.1.10-alpha - 2009-01-06
- Update to the "December 19 2008" ip-to-country file.
o Minor bugfixes (on 0.2.0.x):
- Authorities now
list
vote for the Stable flag for any router whose
- Authorities now vote for the Stable flag for any router whose
weighted MTBF is at least 5 days, regardless of the mean MTBF.
- Do not remove routers as too old if we do not have any consensus
document. Bugfix on 0.2.0.7-alpha.
...
...
This diff is collapsed.
Click to expand it.
configure.in
+
1
−
1
View file @
3c668245
...
...
@@ -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.1
0
-alpha
-dev
)
AM_INIT_AUTOMAKE(tor, 0.2.1.1
1
-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 @
3c668245
...
...
@@ -9,7 +9,7 @@
!include "FileFunc.nsh"
!insertmacro GetParameters
!define VERSION "0.2.1.1
0
-alpha
-dev
"
!define VERSION "0.2.1.1
1
-alpha"
!define INSTALLER "tor-${VERSION}-win32.exe"
!define WEBSITE "https://www.torproject.org/"
!define LICENSE "LICENSE"
...
...
This diff is collapsed.
Click to expand it.
doc/TODO.021
+
2
−
0
View file @
3c668245
...
...
@@ -346,6 +346,8 @@ R - bridge communities (revive proposal 128)
- Split TLS across multiple cores
- "In the future, we should migrate to LOCAL_APPDATA entirely."
- Use more mid-level and high-level libevent APIs
- For dns?
- For http?
...
...
This diff is collapsed.
Click to expand it.
src/win32/orconfig.h
+
1
−
1
View file @
3c668245
...
...
@@ -226,6 +226,6 @@
#define USING_TWOS_COMPLEMENT
/* Version number of package */
#define VERSION "0.2.1.1
0
-alpha
-dev
"
#define VERSION "0.2.1.1
1
-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