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
eaa864ed
Commit
eaa864ed
authored
19 years ago
by
Roger Dingledine
Browse files
Options
Downloads
Patches
Plain Diff
bump to 0.1.1.10-alpha
svn:r5553
parent
defa3804
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
+1
-0
1 addition, 0 deletions
ChangeLog
configure.in
+1
-1
1 addition, 1 deletion
configure.in
contrib/tor.nsi
+1
-1
1 addition, 1 deletion
contrib/tor.nsi
src/win32/orconfig.h
+2
-1
2 additions, 1 deletion
src/win32/orconfig.h
with
5 additions
and
3 deletions
ChangeLog
+
1
−
0
View file @
eaa864ed
...
...
@@ -21,6 +21,7 @@ Changes in version 0.1.1.10-alpha - 2005-12-xx
build with -ldl.
- Give a useful message when people run Tor as the wrong user,
rather than telling them to start chowning random directories.
- We were failing to inform the controller about new .onion streams.
o Security bugfixes on 0.1.0.x:
- Refuse server descriptors if the fingerprint line doesn't match
...
...
This diff is collapsed.
Click to expand it.
configure.in
+
1
−
1
View file @
eaa864ed
...
...
@@ -4,7 +4,7 @@ dnl Copyright (c) 2004-2005 Nick Mathewson
dnl See LICENSE for licensing information
AC_INIT
AM_INIT_AUTOMAKE(tor, 0.1.1.
9
-alpha
-cvs
)
AM_INIT_AUTOMAKE(tor, 0.1.1.
10
-alpha)
AM_CONFIG_HEADER(orconfig.h)
AC_CANONICAL_HOST
...
...
This diff is collapsed.
Click to expand it.
contrib/tor.nsi
+
1
−
1
View file @
eaa864ed
...
...
@@ -31,7 +31,7 @@
!include "MUI.nsh"
!define VERSION "0.1.1.
9
-alpha
-cvs
"
!define VERSION "0.1.1.
10
-alpha"
!define INSTALLER "tor-${VERSION}-win32.exe"
!define WEBSITE "http://tor.eff.org/"
...
...
This diff is collapsed.
Click to expand it.
src/win32/orconfig.h
+
2
−
1
View file @
eaa864ed
...
...
@@ -221,4 +221,5 @@
#define HAVE_EVENT_H
/* Version number of package */
#define VERSION "0.1.1.9-alpha-cvs"
#define VERSION "0.1.1.10-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