소스 검색

a bigger changelog

svn:r4135
Roger Dingledine 20 년 전
부모
커밋
bc4b7c7d7c
1개의 변경된 파일7개의 추가작업 그리고 0개의 파일을 삭제
  1. 7 0
      ChangeLog

+ 7 - 0
ChangeLog

@@ -7,6 +7,13 @@ Changes in version 0.1.0.5-rc - 2005-04-27
       to hopefully improve performance for fast servers a lot.
     - Add HttpsProxyAuthenticator support (based auth only), based
       on patch from Adam Langley.
+    - Bump the default BandwidthRate from 1 MB to 2 MB, to accommodate
+      the fast servers that have been joining lately.
+    - Given hidden service accesses extra time on the first attempt,
+      since 60 seconds is often only barely enough. This might improve
+      robustness more.
+    - Improve performance for dirservers: stop re-parsing the whole
+      directory every time you regenerate it.
     - Add more debugging info to help us find the weird dns freebsd
       pthreads bug.
     - Cleaner debug messages to help us track down future issues.