mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-23 20:03:31 +01:00
0.2.2.8-alpha is coming out today sometime
This commit is contained in:
parent
7e65871ccc
commit
ff88bc7db8
10
ChangeLog
10
ChangeLog
@ -1,4 +1,4 @@
|
|||||||
Changes in version 0.2.2.8-alpha - 2010-??-??
|
Changes in version 0.2.2.8-alpha - 2010-01-26
|
||||||
o Major bugfixes:
|
o Major bugfixes:
|
||||||
- Fix a memory corruption bug on bridges that occured during the
|
- Fix a memory corruption bug on bridges that occured during the
|
||||||
inclusion of stats data in extra-info descriptors. Also fix the
|
inclusion of stats data in extra-info descriptors. Also fix the
|
||||||
@ -32,6 +32,14 @@ Changes in version 0.2.1.23 - 2010-0?-??
|
|||||||
|
|
||||||
|
|
||||||
Changes in version 0.2.2.7-alpha - 2010-01-19
|
Changes in version 0.2.2.7-alpha - 2010-01-19
|
||||||
|
Tor 0.2.2.7-alpha fixes a huge client-side performance bug, as well
|
||||||
|
as laying the groundwork for further relay-side performance fixes. It
|
||||||
|
also starts cleaning up client behavior with respect to the EntryNodes,
|
||||||
|
ExitNodes, and StrictNodes config options.
|
||||||
|
|
||||||
|
This release also rotates two directory authority keys, due to a
|
||||||
|
security breach of some of the Torproject servers.
|
||||||
|
|
||||||
o Directory authority changes:
|
o Directory authority changes:
|
||||||
- Rotate keys (both v3 identity and relay identity) for moria1
|
- Rotate keys (both v3 identity and relay identity) for moria1
|
||||||
and gabelmoo.
|
and gabelmoo.
|
||||||
|
@ -4,7 +4,7 @@ dnl Copyright (c) 2007-2008, The Tor Project, Inc.
|
|||||||
dnl See LICENSE for licensing information
|
dnl See LICENSE for licensing information
|
||||||
|
|
||||||
AC_INIT
|
AC_INIT
|
||||||
AM_INIT_AUTOMAKE(tor, 0.2.2.7-alpha)
|
AM_INIT_AUTOMAKE(tor, 0.2.2.8-alpha)
|
||||||
AM_CONFIG_HEADER(orconfig.h)
|
AM_CONFIG_HEADER(orconfig.h)
|
||||||
|
|
||||||
AC_CANONICAL_HOST
|
AC_CANONICAL_HOST
|
||||||
|
@ -8,7 +8,7 @@
|
|||||||
!include "LogicLib.nsh"
|
!include "LogicLib.nsh"
|
||||||
!include "FileFunc.nsh"
|
!include "FileFunc.nsh"
|
||||||
!insertmacro GetParameters
|
!insertmacro GetParameters
|
||||||
!define VERSION "0.2.2.7-alpha"
|
!define VERSION "0.2.2.8-alpha"
|
||||||
!define INSTALLER "tor-${VERSION}-win32.exe"
|
!define INSTALLER "tor-${VERSION}-win32.exe"
|
||||||
!define WEBSITE "https://www.torproject.org/"
|
!define WEBSITE "https://www.torproject.org/"
|
||||||
!define LICENSE "LICENSE"
|
!define LICENSE "LICENSE"
|
||||||
|
@ -226,5 +226,5 @@
|
|||||||
#define USING_TWOS_COMPLEMENT
|
#define USING_TWOS_COMPLEMENT
|
||||||
|
|
||||||
/* Version number of package */
|
/* Version number of package */
|
||||||
#define VERSION "0.2.2.7-alpha"
|
#define VERSION "0.2.2.8-alpha"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user