Bladeren bron

Remove the changes files from master (0.2.7) that already got merged into changelogs for 0.2.6.4-rc or earlier.

Nick Mathewson 10 jaren geleden
bovenliggende
commit
bd00c152bb

+ 0 - 3
changes/15188

@@ -1,3 +0,0 @@
-  o Minor bugfixes (testing):
-    - Avoid a side-effect in a tor_assert() in the unit tests. Fixes bug
-      15188; bugfix on 0.1.2.3-alpha. Patch from Tom van der Woerdt.

+ 0 - 6
changes/bug11454

@@ -1,6 +0,0 @@
-  o Minor bugfixes (certificate handling):
-    - Remove any old authority certificates that have been superseded
-      for at least two days.  Previously, we would keep superseded
-      certificates until they expired, if they were published close
-      in time to the certificate that superseded them.
-      Fixes bug 11454; bugfix on 0.2.1.8-alpha.

+ 0 - 5
changes/bug11457

@@ -1,5 +0,0 @@
-  o Minor bugfixes (certificate handling):
-    - If an authority operator accidentally makes a signing certificate with
-      a future publication time, do not discard its real signing
-      certificates. Fixes bug 11457; bugfix on 0.2.0.3-alpha.
-

+ 0 - 5
changes/bug14848_redux

@@ -1,5 +0,0 @@
-  o Removed code:
-    - Remove some lingering dead code that once supported mempools. Mempools
-      were disabled by default in 0.2.5, and removed entirely in
-      0.2.6.3-alpha. Closes more of ticket 14848; patch by "cypherpunks".
-

+ 0 - 3
changes/bug14950

@@ -1,3 +0,0 @@
-  o Minor features (logs):
-    - Quiet some log messages in the heartbeat and at startup. Closes
-      ticket 14950.

+ 0 - 4
changes/bug14980

@@ -1,4 +0,0 @@
-  o Minor bugfixes (testing):
-    - Fix endianness issues in unit test for resolve_my_address() to
-      have it pass on big endian systems. Fixes bug 14980; bugfix on
-      Tor 0.2.6.3-alpha.

+ 0 - 4
changes/bug14988

@@ -1,4 +0,0 @@
-  o Minor bugfixes (compilation):
-    - Fix a compilation warning on s390. Fixes bug 14988; bugfix on
-      0.2.5.2-alpha.
-

+ 0 - 4
changes/bug14989

@@ -1,4 +0,0 @@
-  o Major bugfixes (Linux seccomp2 sandbox):
-    - Pass IPPROTO_TCP rather than 0 to socket(), so that the
-      Linux seccomp2 sandbox doesn't fail. Fixes bug 14989;
-      bugfix on 0.2.6.3-alpha.

+ 0 - 3
changes/bug15003

@@ -1,3 +0,0 @@
-  o Major bugfixes (linux seccomp2 sandbox):
-    - Allow AF_UNIX hidden services to be used with the seccomp2 sandbox.
-      Fixes bug 15003; bugfix on 0.2.6.3-alpha.

+ 0 - 4
changes/bug15037

@@ -1,4 +0,0 @@
-  o Minor bugfixes (testing):
-    - When running the new 'make test-stem' target, use the configured
-      python binary. Fixes bug 15037; bugfix on 0.2.6.3-alpha. Patch
-      from "cypherpunks".

+ 0 - 4
changes/bug15064

@@ -1,4 +0,0 @@
-  o Major bugfixes (FreeBSD IPFW transparent proxy):
-    - Fix address detection with FreeBSD transparent proxies,
-      when "TransProxyType ipfw" is in use.
-      Fixes bug 15064; bugfix on 0.2.5.4-alpha.

+ 0 - 10
changes/bug15083

@@ -1,10 +0,0 @@
-  o Major bugfixes (relay, stability, possible security):
-    - Fix a bug that could lead to a relay crashing with an assertion
-      failure if a buffer of exactly the wrong layout was passed
-      to buf_pullup() at exactly the wrong time. Fixes bug 15083;
-      bugfix on 0.2.0.10-alpha. Patch from 'cypherpunks'.
-
-    - Do not assert if the 'data' pointer on a buffer is advanced to the very
-      end of the buffer; log a BUG message instead.  Only assert if it is
-      past that point. Fixes bug 15083; bugfix on 0.2.0.10-alpha.
-

+ 0 - 4
changes/bug15088

@@ -1,4 +0,0 @@
-  o Minor bugfixes (Linux seccomp2 sandbox):
-    - Upon receiving sighup, do not crash during attempts to call
-      wait4. Fixes bug 15088; bugfix on 0.2.5.1-alpha. Patch from
-      "sanic".

+ 0 - 3
changes/bug15151

@@ -1,3 +0,0 @@
-  o Minor bugfixes (compilation):
-    - Fix a compilation warning on FreeBSD. Fixes bug 15151; bugfix on
-      0.2.6.2-alpha.

+ 0 - 5
changes/bug15205

@@ -1,5 +0,0 @@
-  o Major bugfixes (crash, OSX, security):
-    - Fix a remote denial-of-service opportunity caused by a bug
-      in OSX's _strlcat_chk() function. Fixes bug 15205; bug first
-      appeared in OSX 10.9. 
-      

+ 0 - 4
changes/feature15006

@@ -1,4 +0,0 @@
-  o Minor features (controller):
-    - Messages about problems in the bootstrap process now include
-      information about the server we were trying to connect to when we
-      noticed the problem. Closes ticket 15006.

+ 0 - 3
changes/geoip-march2015

@@ -1,3 +0,0 @@
-  o Minor features:
-    - Update geoip to the March 3 2015 Maxmind GeoLite2 Country database.
-

+ 0 - 3
changes/geoip6-march2015

@@ -1,3 +0,0 @@
-  o Minor features:
-    - Update geoip6 to the March 3 2015 Maxmind GeoLite2 Country database.
-

+ 0 - 3
changes/ticket14487

@@ -1,3 +0,0 @@
-  o Directory authority IP change:
-    - The directory authority Faravahar has a new IP address. Closes
-      ticket 14487.