[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] bump to 0.1.1.11-alpha in preparation for release
Update of /home2/or/cvsroot/tor
In directory moria:/home/arma/work/onion/cvs/tor
Modified Files:
ChangeLog configure.in
Log Message:
bump to 0.1.1.11-alpha in preparation for release
Index: ChangeLog
===================================================================
RCS file: /home2/or/cvsroot/tor/ChangeLog,v
retrieving revision 1.129
retrieving revision 1.130
diff -u -p -d -r1.129 -r1.130
--- ChangeLog 4 Jan 2006 08:31:29 -0000 1.129
+++ ChangeLog 10 Jan 2006 23:16:34 -0000 1.130
@@ -18,6 +18,7 @@ Changes in version 0.1.1.11-alpha - 2006
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
- 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
Index: configure.in
===================================================================
RCS file: /home2/or/cvsroot/tor/configure.in,v
retrieving revision 1.250
retrieving revision 1.251
diff -u -p -d -r1.250 -r1.251
--- configure.in 24 Dec 2005 04:03:39 -0000 1.250
+++ configure.in 10 Jan 2006 23:16:35 -0000 1.251
@@ -4,7 +4,7 @@ dnl Copyright (c) 2004-2005 Nick Mathews
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