Skip to content
Snippets Groups Projects
Commit 411a18e3 authored by Roger Dingledine's avatar Roger Dingledine
Browse files

put out 0.0.2pre12

(mainly doc and log changes)


svn:r579
parent 88a068b5
No related branches found
No related tags found
No related merge requests found
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"
......
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
......
......@@ -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 */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment