Bläddra i källkod

fold in more changes entries

Roger Dingledine 12 år sedan
förälder
incheckning
36d8a2535e
4 ändrade filer med 9 tillägg och 13 borttagningar
  1. 9 1
      ChangeLog
  2. 0 4
      changes/bug5238
  3. 0 4
      changes/bug6244
  4. 0 4
      changes/bug6244_part2

+ 9 - 1
ChangeLog

@@ -1,6 +1,8 @@
 Changes in version 0.2.3.18-rc - 2012-06-28
 
   o Major bugfixes:
+    - Allow wildcarded mapaddress targets to be specified on the
+      controlport. Partially fixes bug 6244; bugfix on 0.2.3.9-alpha.
     - Make our linker option detection code more robust against linkers
       such as on FreeBSD 8, where a bad combination of options completes
       successfully but makes an unrunnable binary. Fixes bug 6173;
@@ -11,8 +13,11 @@ Changes in version 0.2.3.18-rc - 2012-06-28
       the maximum timeout time. Fixes bug 6227; bugfix on 0.2.0.4-alpha.
     - Replace "Sending publish request" log messages with "Launching
       upload", so that they no longer confusingly imply that we're
-      sending somtheing to a directory we might not even be connected
+      sending something to a directory we might not even be connected
       to yet. Fixes bug 3311; bugfix on 0.2.0.10-alpha.
+    - Downgrade "Got a certificate, but we already have it" log messages
+      from warning to info, except when we're a dirauth. Fixes bug 5238;
+      bugfix on 0.2.1.7-alpha.
     - When checking for requested signatures on the latest consensus
       before serving it to a client, make sure to check the right
       consensus flavor. Bugfix on 0.2.2.6-alpha.
@@ -26,6 +31,9 @@ Changes in version 0.2.3.18-rc - 2012-06-28
       launch. Fixes bug 5099; bugfix on 0.2.3.6-alpha.
     - Don't do DNS lookups when parsing corrupted managed proxy protocol
       messages. Fixes bug 6226; bugfix on 0.2.3.6-alpha.
+    - When formatting wildcarded address mappings for the controller,
+      be sure to include "*." as appropriate. Partially fixes bug 6244;
+      bugfix on 0.2.3.9-alpha.
     - Avoid a warning caused by using strcspn() from glibc with clang 3.0.
       Bugfix on 0.2.3.13-alpha.
     - Make format_helper_exit_status() avoid unnecessary space padding and

+ 0 - 4
changes/bug5238

@@ -1,4 +0,0 @@
- o Minor bugfixes:
-   - Downgrade "Got a certificate, but we already have it" log mesages from
-     warning to info, except when we're a dirauth. Fixes bug #5238; bugfix
-     on 0.2.1.7-alpha.

+ 0 - 4
changes/bug6244

@@ -1,4 +0,0 @@
-  o Major bugfixes:
-    - Allow wildcarded mapaddress targets to be specified on the controlport.
-      Partial fix for bug 6244; bugfix on 0.2.3.9-alpha.
-

+ 0 - 4
changes/bug6244_part2

@@ -1,4 +0,0 @@
-  o Minor bugfixes:
-    - When formatting wildcarded address mappings for the controller,
-      be sure to include "*." as appropriate. Partial fix for bug 6244;
-      bugfix on 0.2.3.9-alpha.