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
b79fe6a0
Commit
b79fe6a0
authored
16 years ago
by
Roger Dingledine
Browse files
Options
Downloads
Patches
Plain Diff
bump to 0.2.1.4-alpha-dev, add a future todo item
svn:r16440
parent
9855c1d0
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
ChangeLog
+1
-1
1 addition, 1 deletion
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.future
+1
-0
1 addition, 0 deletions
doc/TODO.future
src/win32/orconfig.h
+1
-1
1 addition, 1 deletion
src/win32/orconfig.h
with
5 additions
and
4 deletions
ChangeLog
+
1
−
1
View file @
b79fe6a0
...
...
@@ -1398,7 +1398,7 @@ Changes in version 0.2.0.10-alpha - 2007-11-10
- Stop leaking memory every time we parse a v3 certificate. Bugfix
on 0.2.0.1-alpha.
- Stop leaking memory every time we load a v3 certificate. Bugfix
on 0.2.0.1-alpha. Fixes
B
ug 536.
on 0.2.0.1-alpha. Fixes
b
ug 536.
- Stop leaking a cached networkstatus on exit. Bugfix on
0.2.0.3-alpha.
- Stop leaking voter information every time we free a consensus.
...
...
This diff is collapsed.
Click to expand it.
configure.in
+
1
−
1
View file @
b79fe6a0
...
...
@@ -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.4-alpha)
AM_INIT_AUTOMAKE(tor, 0.2.1.4-alpha
-dev
)
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 @
b79fe6a0
...
...
@@ -9,7 +9,7 @@
!include "FileFunc.nsh"
!insertmacro GetParameters
!define VERSION "0.2.1.4-alpha"
!define VERSION "0.2.1.4-alpha
-dev
"
!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.future
+
1
−
0
View file @
b79fe6a0
...
...
@@ -23,6 +23,7 @@ K - Karsten claims
=======================================================================
Later, unless people want to implement them now:
- tor as a socks proxy should accept (and ignore) password auth
- Actually use SSL_shutdown to close our TLS connections.
- Include "v" line in networkstatus getinfo values.
[Nick: bridge authorities output a networkstatus that is missing
...
...
This diff is collapsed.
Click to expand it.
src/win32/orconfig.h
+
1
−
1
View file @
b79fe6a0
...
...
@@ -227,6 +227,6 @@
#define USING_TWOS_COMPLEMENT
/* Version number of package */
#define VERSION "0.2.1.4-alpha"
#define VERSION "0.2.1.4-alpha
-dev
"
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