瀏覽代碼

put out 0.0.2pre12
(mainly doc and log changes)


svn:r579

Roger Dingledine 20 年之前
父節點
當前提交
411a18e34c
共有 3 個文件被更改,包括 3 次插入2 次删除
  1. 1 1
      configure.in
  2. 1 0
      doc/TODO
  3. 1 1
      src/or/or.h

+ 1 - 1
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"

+ 1 - 0
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
 

+ 1 - 1
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 */