aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2003-10-12 07:19:10 +0000
committerRoger Dingledine <arma@torproject.org>2003-10-12 07:19:10 +0000
commit411a18e34c3503aea18ba9675fc20b850c35fea5 (patch)
tree7477f617719c141b8264adb4cf1685810a74042d
parent88a068b594074e050a970a6b326f672e134eaf25 (diff)
downloadtor-411a18e34c3503aea18ba9675fc20b850c35fea5.tar
tor-411a18e34c3503aea18ba9675fc20b850c35fea5.tar.gz
put out 0.0.2pre12
(mainly doc and log changes) svn:r579
-rw-r--r--configure.in2
-rw-r--r--doc/TODO1
-rw-r--r--src/or/or.h2
3 files changed, 3 insertions, 2 deletions
diff --git a/configure.in b/configure.in
index 0adac8247..78e018073 100644
--- a/configure.in
+++ b/configure.in
@@ -1,6 +1,6 @@
AC_INIT
-AM_INIT_AUTOMAKE(tor, 0.0.2pre11)
+AM_INIT_AUTOMAKE(tor, 0.0.2pre12)
AM_CONFIG_HEADER(orconfig.h)
CFLAGS="-Wall -O2 -I/usr/kerberos/include"
diff --git a/doc/TODO b/doc/TODO
index 71858bb2d..9b128ef91 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -1,4 +1,5 @@
+make connection_flush_buf() more obviously obsolete
let hup reread the config file, eg so we can get new exit policies without restarting
use times(2) rather than gettimeofday to measure how long it takes to process a cell
diff --git a/src/or/or.h b/src/or/or.h
index 2ae89fc75..239b7c0b6 100644
--- a/src/or/or.h
+++ b/src/or/or.h
@@ -95,7 +95,7 @@
#include "../common/log.h"
#include "../common/util.h"
-#define RECOMMENDED_SOFTWARE_VERSIONS "0.0.2pre8,0.0.2pre9,0.0.2pre10,0.0.2pre11"
+#define RECOMMENDED_SOFTWARE_VERSIONS "0.0.2pre8,0.0.2pre9,0.0.2pre10,0.0.2pre11,0.0.2pre12,0.0.2pre13"
#define MAXCONNECTIONS 1000 /* upper bound on max connections.
can be lowered by config file */