Commit 44ca1a99 authored by Roger Dingledine's avatar Roger Dingledine
Browse files

bump to 0.1.1.15-rc


svn:r6126
parent 0bd46086
Loading
Loading
Loading
Loading
+5 −2
Original line number Diff line number Diff line
Changes in version 0.1.1.15-rc - 2006-03-09
  o Bugfixes and cleanups on 0.1.1.x:
Changes in version 0.1.1.15-rc - 2006-03-11
  o Bugfixes and cleanups:
    - When we're printing strings from the network, don't try to print
      non-printable characters. This protects us against shell escape
      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
      while listing status on incoming handshaking connections. Introduce
      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
      a whole month.
    - Cleaner and quieter log messages.
+1 −1
Original line number Diff line number Diff line
@@ -4,7 +4,7 @@ dnl Copyright (c) 2004-2006, Roger Dingledine, Nick Mathewson
dnl See LICENSE for licensing information

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)

AC_CANONICAL_HOST
+1 −1
Original line number Diff line number Diff line
@@ -31,7 +31,7 @@

!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 WEBSITE "http://tor.eff.org/"

+1 −9
Original line number Diff line number Diff line
@@ -29,7 +29,7 @@ Website:
  - put the logo on the website, in source form, so people can put it on
    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)
    . <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."
@@ -45,15 +45,7 @@ N - building on freebsd 6.0: (with multiple openssl installations)
    - authorities should *never* 503 a cache, but *should* 503 clients
      when they feel like it.
    - 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.
    - Make it no longer default for v2 dirservers to support v1.
    - non-versioning dirservers don't need to set recommended*versions.
+1 −1
Original line number Diff line number Diff line
@@ -221,5 +221,5 @@
#define HAVE_EVENT_H

/* Version number of package */
#define VERSION "0.1.1.14-alpha-cvs"
#define VERSION "0.1.1.15-rc"