mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
bump to 0.1.1.11-alpha in preparation for release
svn:r5783
This commit is contained in:
@@ -18,6 +18,7 @@ Changes in version 0.1.1.11-alpha - 2006-01-xx
|
||||
This will increase security dramatically against certain end-point
|
||||
attacks. The EntryNodes config option now provides some hints
|
||||
about which entry nodes you want to use most; and StrictEntryNodes
|
||||
...
|
||||
- New directory logic: download by descriptor digest, not by
|
||||
fingerprint. Caches try to download all listed digests from
|
||||
authorities; clients try to download "best" digests from caches.
|
||||
@@ -91,6 +92,9 @@ Changes in version 0.1.1.11-alpha - 2006-01-xx
|
||||
- Servers store bandwidth history across restarts/crashes.
|
||||
|
||||
|
||||
Add reasons to DESTROY and RELAY_TRUNCATED cells. Not used yet.
|
||||
|
||||
|
||||
Changes in version 0.1.1.10-alpha - 2005-12-11
|
||||
o Correctness bugfixes on 0.1.0.x:
|
||||
- On Windows, build with a libevent patch from "I-M Weasel" to avoid
|
||||
|
||||
+1
-1
@@ -4,7 +4,7 @@ dnl Copyright (c) 2004-2005 Nick Mathewson
|
||||
dnl See LICENSE for licensing information
|
||||
|
||||
AC_INIT
|
||||
AM_INIT_AUTOMAKE(tor, 0.1.1.10-alpha-cvs)
|
||||
AM_INIT_AUTOMAKE(tor, 0.1.1.11-alpha)
|
||||
AM_CONFIG_HEADER(orconfig.h)
|
||||
|
||||
AC_CANONICAL_HOST
|
||||
|
||||
+1
-1
@@ -31,7 +31,7 @@
|
||||
|
||||
!include "MUI.nsh"
|
||||
|
||||
!define VERSION "0.1.1.10-alpha-cvs"
|
||||
!define VERSION "0.1.1.11-alpha"
|
||||
!define INSTALLER "tor-${VERSION}-win32.exe"
|
||||
!define WEBSITE "http://tor.eff.org/"
|
||||
|
||||
|
||||
@@ -221,5 +221,5 @@
|
||||
#define HAVE_EVENT_H
|
||||
|
||||
/* Version number of package */
|
||||
#define VERSION "0.1.1.10-alpha-cvs"
|
||||
#define VERSION "0.1.1.11-alpha"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user