Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
The Tor Project
Core
Tor
Commits
ac3dedac
Commit
ac3dedac
authored
Jun 20, 2009
by
Nick Mathewson
⛰
Browse files
Bump version to 0.2.1.16-rc
parent
428178dd
Changes
4
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
ac3dedac
Changes in version 0.2.1.16-rc - 2009-06-
19
Changes in version 0.2.1.16-rc - 2009-06-
20
o Security fixes:
- Fix an edge case where a malicious exit relay could convince a
controller that the client's DNS question resolves to an internal IP
...
...
configure.in
View file @
ac3dedac
...
...
@@ -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
5
-rc
-dev
)
AM_INIT_AUTOMAKE(tor, 0.2.1.1
6
-rc)
AM_CONFIG_HEADER(orconfig.h)
AC_CANONICAL_HOST
...
...
contrib/tor-mingw.nsi.in
View file @
ac3dedac
...
...
@@ -9,7 +9,7 @@
!include "FileFunc.nsh"
!insertmacro GetParameters
!define VERSION "0.2.1.1
5
-rc
-dev
"
!define VERSION "0.2.1.1
6
-rc"
!define INSTALLER "tor-${VERSION}-win32.exe"
!define WEBSITE "https://www.torproject.org/"
!define LICENSE "LICENSE"
...
...
src/win32/orconfig.h
View file @
ac3dedac
...
...
@@ -226,6 +226,6 @@
#define USING_TWOS_COMPLEMENT
/* Version number of package */
#define VERSION "0.2.1.1
5
-rc
-dev
"
#define VERSION "0.2.1.1
6
-rc"
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment