Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Tor
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Container Registry
Model registry
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
Core
Tor
Commits
ebadf2b0
Commit
ebadf2b0
authored
15 years ago
by
Roger Dingledine
Browse files
Options
Downloads
Patches
Plain Diff
general changelog cleanups
svn:r19273
parent
7e32f0d5
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
ChangeLog
+9
-11
9 additions, 11 deletions
ChangeLog
with
9 additions
and
11 deletions
ChangeLog
+
9
−
11
View file @
ebadf2b0
Changes in version 0.2.1.14-rc - 2009-04-1
0
Changes in version 0.2.1.14-rc - 2009-04-1
1
o Security fixes:
o Security fixes:
- Avoid crashing in the presence of certain malformed descriptors.
- Avoid crashing in the presence of certain malformed descriptors.
Found by lark, and by automated fuzzing.
Found by lark, and by automated fuzzing.
...
@@ -12,6 +12,10 @@ Changes in version 0.2.1.14-rc - 2009-04-10
...
@@ -12,6 +12,10 @@ Changes in version 0.2.1.14-rc - 2009-04-10
patch by Sebastian.
patch by Sebastian.
o Minor features:
o Minor features:
- When generating circuit events with verbose nicknames for
controllers, try harder to look up nicknames for routers on a
circuit. (Previously, we would look in the router descriptors we had
for nicknames, but not in the consensus.) Partial fix for bug 941.
- If the bridge config line doesn't specify a port, assume 443.
- If the bridge config line doesn't specify a port, assume 443.
This makes bridge lines a bit smaller and easier for users to
This makes bridge lines a bit smaller and easier for users to
understand.
understand.
...
@@ -25,14 +29,14 @@ Changes in version 0.2.1.14-rc - 2009-04-10
...
@@ -25,14 +29,14 @@ Changes in version 0.2.1.14-rc - 2009-04-10
defaulting to 9050. Bugfix on 0.2.1.6-alpha.
defaulting to 9050. Bugfix on 0.2.1.6-alpha.
- Make directory usage recording work again. Bugfix on 0.2.1.6-alpha.
- Make directory usage recording work again. Bugfix on 0.2.1.6-alpha.
- When starting with a cache over a few days old, do not leak
- When starting with a cache over a few days old, do not leak
memory for the obsolete router descriptors in it.
Bugfix on
memory for the obsolete router descriptors in it. Bugfix on
0.2.0.33.
0.2.0.33.
- Avoid double-free on list of successfully uploaded hidden
- Avoid double-free on list of successfully uploaded hidden
service discriptors.
Fix for bug 948.
Bugfix on 0.2.1.6-alpha.
service discriptors. Fix for bug 948. Bugfix on 0.2.1.6-alpha.
- Change memarea_strndup() implementation to work even when
- Change memarea_strndup() implementation to work even when
duplicating a string at the end of a page.
This bug was
duplicating a string at the end of a page. This bug was
harmless for now, but could have meant crashes later. Fix by
harmless for now, but could have meant crashes later. Fix by
lark.
Bugfix on 0.2.1.1-alpha.
lark. Bugfix on 0.2.1.1-alpha.
- Limit uploaded directory documents to be 16M rather than 500K.
- Limit uploaded directory documents to be 16M rather than 500K.
The directory authorities were refusing v3 consensus votes from
The directory authorities were refusing v3 consensus votes from
other authorities, since the votes are now 504K. Fixes bug 959;
other authorities, since the votes are now 504K. Fixes bug 959;
...
@@ -41,12 +45,6 @@ Changes in version 0.2.1.14-rc - 2009-04-10
...
@@ -41,12 +45,6 @@ Changes in version 0.2.1.14-rc - 2009-04-10
requests for votes or keys. Bugfix on 0.2.0.8-alpha; exposed by
requests for votes or keys. Bugfix on 0.2.0.8-alpha; exposed by
bug 959.
bug 959.
o Minor features (controller):
- Try harder to look up nicknames for routers on a circuit when
generating circuit events with verbose nicknames. (Previously, we
would look in the router descriptors we had for nicknames, but not
in the consensus.) Partial fix for bug 941.
Changes in version 0.2.1.13-alpha - 2009-03-09
Changes in version 0.2.1.13-alpha - 2009-03-09
Tor 0.2.1.13-alpha includes another big pile of minor bugfixes and
Tor 0.2.1.13-alpha includes another big pile of minor bugfixes and
...
...
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