mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
bump to 0.2.2.11-alpha
This commit is contained in:
@@ -9,10 +9,10 @@ Changes in version 0.2.2.11-alpha - 2010-04-15
|
||||
on 0.2.2.7-alpha. Rename CircPriorityHalflifeMsec to
|
||||
CircuitPriorityHalflifeMsec, so authorities can tell newer relays
|
||||
about the option without breaking older ones.
|
||||
- Fix SSL renegotiation behavior on OpenSSL versions that claim to
|
||||
be earlier than 0.9.8m, but which have in reality backported huge
|
||||
swaths of 0.9.8m or 0.9.8n renegotiation behavior. Possible fix
|
||||
for some cases of bug 1346.
|
||||
- Fix SSL renegotiation behavior on OpenSSL versions like on Centos
|
||||
that claim to be earlier than 0.9.8m, but which have in reality
|
||||
backported huge swaths of 0.9.8m or 0.9.8n renegotiation
|
||||
behavior. Possible fix for some cases of bug 1346.
|
||||
|
||||
o Minor features:
|
||||
- Experiment with a more aggressive approach to preventing clients
|
||||
@@ -22,7 +22,7 @@ Changes in version 0.2.2.11-alpha - 2010-04-15
|
||||
how it goes!
|
||||
- Add support for statically linking zlib by specifying
|
||||
--enable-static-zlib, to go with our support for statically linking
|
||||
openssl/libevent. Resolves bug 1358.
|
||||
openssl and libevent. Resolves bug 1358.
|
||||
|
||||
o Minor bugfixes:
|
||||
- Fix a segfault that happens whenever a Tor client that is using
|
||||
|
||||
+1
-1
@@ -4,7 +4,7 @@ dnl Copyright (c) 2007-2008, The Tor Project, Inc.
|
||||
dnl See LICENSE for licensing information
|
||||
|
||||
AC_INIT
|
||||
AM_INIT_AUTOMAKE(tor, 0.2.2.10-alpha-dev)
|
||||
AM_INIT_AUTOMAKE(tor, 0.2.2.11-alpha)
|
||||
AM_CONFIG_HEADER(orconfig.h)
|
||||
|
||||
AC_CANONICAL_HOST
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
!include "LogicLib.nsh"
|
||||
!include "FileFunc.nsh"
|
||||
!insertmacro GetParameters
|
||||
!define VERSION "0.2.2.10-alpha-dev"
|
||||
!define VERSION "0.2.2.11-alpha"
|
||||
!define INSTALLER "tor-${VERSION}-win32.exe"
|
||||
!define WEBSITE "https://www.torproject.org/"
|
||||
!define LICENSE "LICENSE"
|
||||
|
||||
@@ -226,5 +226,5 @@
|
||||
#define USING_TWOS_COMPLEMENT
|
||||
|
||||
/* Version number of package */
|
||||
#define VERSION "0.2.2.10-alpha-dev"
|
||||
#define VERSION "0.2.2.11-alpha"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user