mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 05:03:43 +01:00
bump to 0.1.1.15-rc
svn:r6126
This commit is contained in:
parent
0bd46086c3
commit
44ca1a997d
@ -1,5 +1,5 @@
|
|||||||
Changes in version 0.1.1.15-rc - 2006-03-09
|
Changes in version 0.1.1.15-rc - 2006-03-11
|
||||||
o Bugfixes and cleanups on 0.1.1.x:
|
o Bugfixes and cleanups:
|
||||||
- When we're printing strings from the network, don't try to print
|
- When we're printing strings from the network, don't try to print
|
||||||
non-printable characters. This protects us against shell escape
|
non-printable characters. This protects us against shell escape
|
||||||
sequence exploits, and also against attacks to fool humans into
|
sequence exploits, and also against attacks to fool humans into
|
||||||
@ -12,6 +12,9 @@ Changes in version 0.1.1.15-rc - 2006-03-09
|
|||||||
- Fix a seg fault in the controller's "getinfo orconn-status" command
|
- Fix a seg fault in the controller's "getinfo orconn-status" command
|
||||||
while listing status on incoming handshaking connections. Introduce
|
while listing status on incoming handshaking connections. Introduce
|
||||||
a status name "NEW" for these connections.
|
a status name "NEW" for these connections.
|
||||||
|
- If we get a linelist or linelist_s config option from the torrc
|
||||||
|
(e.g. ExitPolicy) and it has no value, warn and skip rather than
|
||||||
|
silently resetting it to its default.
|
||||||
- Don't abandon entry guards until they've been down or gone for
|
- Don't abandon entry guards until they've been down or gone for
|
||||||
a whole month.
|
a whole month.
|
||||||
- Cleaner and quieter log messages.
|
- Cleaner and quieter log messages.
|
||||||
|
@ -4,7 +4,7 @@ dnl Copyright (c) 2004-2006, Roger Dingledine, Nick Mathewson
|
|||||||
dnl See LICENSE for licensing information
|
dnl See LICENSE for licensing information
|
||||||
|
|
||||||
AC_INIT
|
AC_INIT
|
||||||
AM_INIT_AUTOMAKE(tor, 0.1.1.14-alpha-cvs)
|
AM_INIT_AUTOMAKE(tor, 0.1.1.15-rc)
|
||||||
AM_CONFIG_HEADER(orconfig.h)
|
AM_CONFIG_HEADER(orconfig.h)
|
||||||
|
|
||||||
AC_CANONICAL_HOST
|
AC_CANONICAL_HOST
|
||||||
|
@ -31,7 +31,7 @@
|
|||||||
|
|
||||||
!include "MUI.nsh"
|
!include "MUI.nsh"
|
||||||
|
|
||||||
!define VERSION "0.1.1.14-alpha-cvs"
|
!define VERSION "0.1.1.15-rc"
|
||||||
!define INSTALLER "tor-${VERSION}-win32.exe"
|
!define INSTALLER "tor-${VERSION}-win32.exe"
|
||||||
!define WEBSITE "http://tor.eff.org/"
|
!define WEBSITE "http://tor.eff.org/"
|
||||||
|
|
||||||
|
10
doc/TODO
10
doc/TODO
@ -29,7 +29,7 @@ Website:
|
|||||||
- put the logo on the website, in source form, so people can put it on
|
- put the logo on the website, in source form, so people can put it on
|
||||||
stickers directly, etc.
|
stickers directly, etc.
|
||||||
|
|
||||||
for 0.1.1.x-rc:
|
for 0.1.1.x-final:
|
||||||
N - building on freebsd 6.0: (with multiple openssl installations)
|
N - building on freebsd 6.0: (with multiple openssl installations)
|
||||||
. <nickm> "Let's try to find a way to make it run and make the version
|
. <nickm> "Let's try to find a way to make it run and make the version
|
||||||
match, but if not, let's just make it run."
|
match, but if not, let's just make it run."
|
||||||
@ -45,15 +45,7 @@ N - building on freebsd 6.0: (with multiple openssl installations)
|
|||||||
- authorities should *never* 503 a cache, but *should* 503 clients
|
- authorities should *never* 503 a cache, but *should* 503 clients
|
||||||
when they feel like it.
|
when they feel like it.
|
||||||
- update dir-spec with what we decided for each of these
|
- update dir-spec with what we decided for each of these
|
||||||
o when logging unknown http headers, this could include bad escape codes?
|
|
||||||
more generally, attacker-controller log entries with newlines in them
|
|
||||||
are dangerous for our users.
|
|
||||||
o So... add functions to escape potentially malicious values before
|
|
||||||
logging them, and test values more closely as they arrive...
|
|
||||||
o But what to do about contact_info and platform?
|
|
||||||
o (Didn't finish converting rend*.c)
|
|
||||||
|
|
||||||
for 0.1.1.x-final:
|
|
||||||
- find 10 dirservers.
|
- find 10 dirservers.
|
||||||
- Make it no longer default for v2 dirservers to support v1.
|
- Make it no longer default for v2 dirservers to support v1.
|
||||||
- non-versioning dirservers don't need to set recommended*versions.
|
- non-versioning dirservers don't need to set recommended*versions.
|
||||||
|
@ -221,5 +221,5 @@
|
|||||||
#define HAVE_EVENT_H
|
#define HAVE_EVENT_H
|
||||||
|
|
||||||
/* Version number of package */
|
/* Version number of package */
|
||||||
#define VERSION "0.1.1.14-alpha-cvs"
|
#define VERSION "0.1.1.15-rc"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user