mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-20 10:12:15 +01:00
get closer to a release
svn:r16408
This commit is contained in:
parent
d5bb361977
commit
18d3153fbb
24
ChangeLog
24
ChangeLog
@ -1,17 +1,19 @@
|
|||||||
Changes in version 0.2.1.4-alpha - 2008-08-??
|
Changes in version 0.2.1.4-alpha - 2008-08-04
|
||||||
o Major bugfixes:
|
o Major bugfixes:
|
||||||
- The address part of exit policies was not correctly written to router
|
- The address part of exit policies was not correctly written
|
||||||
descriptors which made them unparseable. Noticed by phobos, fixed by
|
to router descriptors. This generated router descriptors that failed
|
||||||
karsten. Bugfix on 0.2.1.3-alpha.
|
their self-checks. Noticed by phobos, fixed by Karsten. Bugfix
|
||||||
- When extending a circuit to a relay to which a connection has
|
on 0.2.1.3-alpha.
|
||||||
been established before, a false assertion was triggered. Noticed by
|
- Tor triggered a false assert when extending a circuit to a relay
|
||||||
phobos, fixed by karsten. Bugfix on 0.2.1.3-alpha.
|
but we already have a connection open to that relay. Noticed by
|
||||||
|
phobos, fixed by Karsten. Bugfix on 0.2.1.3-alpha.
|
||||||
|
|
||||||
o Minor bugfixes:
|
o Minor bugfixes:
|
||||||
- In some edge cases it occurs that the router descriptor of a
|
- Fix a hidden service logging bug: in some edge cases, the router
|
||||||
previously picked introduction point becomes obsolete. In that case,
|
descriptor of a previously picked introduction point becomes
|
||||||
don't stick to using this introduction point, but simply give up on
|
obsolete and we need to give up on it rather than continually
|
||||||
it. Observed by xiando. Bugfix on 0.2.1.3-alpha.
|
complaining that it has become obsolete. Observed by xiando. Bugfix
|
||||||
|
on 0.2.1.3-alpha.
|
||||||
|
|
||||||
|
|
||||||
Changes in version 0.2.1.3-alpha - 2008-08-03
|
Changes in version 0.2.1.3-alpha - 2008-08-03
|
||||||
|
@ -5,7 +5,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.1.3-alpha)
|
AM_INIT_AUTOMAKE(tor, 0.2.1.4-alpha)
|
||||||
AM_CONFIG_HEADER(orconfig.h)
|
AM_CONFIG_HEADER(orconfig.h)
|
||||||
|
|
||||||
AC_CANONICAL_HOST
|
AC_CANONICAL_HOST
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
!include "FileFunc.nsh"
|
!include "FileFunc.nsh"
|
||||||
!insertmacro GetParameters
|
!insertmacro GetParameters
|
||||||
|
|
||||||
!define VERSION "0.2.1.3-alpha"
|
!define VERSION "0.2.1.4-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"
|
||||||
|
@ -227,6 +227,6 @@
|
|||||||
#define USING_TWOS_COMPLEMENT
|
#define USING_TWOS_COMPLEMENT
|
||||||
|
|
||||||
/* Version number of package */
|
/* Version number of package */
|
||||||
#define VERSION "0.2.1.3-alpha"
|
#define VERSION "0.2.1.4-alpha"
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user