mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 05:03:43 +01:00
put out 0.0.2pre12
(mainly doc and log changes) svn:r579
This commit is contained in:
parent
88a068b594
commit
411a18e34c
@ -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"
|
||||
|
1
doc/TODO
1
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
|
||||
|
||||
|
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user