]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Remove changes files for items that will appear in 0.3.4.4-rc
authorNick Mathewson <nickm@torproject.org>
Mon, 9 Jul 2018 14:30:12 +0000 (10:30 -0400)
committerNick Mathewson <nickm@torproject.org>
Mon, 9 Jul 2018 14:30:12 +0000 (10:30 -0400)
23 files changed:
changes/bug24891 [deleted file]
changes/bug24977 [deleted file]
changes/bug25686_diagnostic [deleted file]
changes/bug25787 [deleted file]
changes/bug26158 [deleted file]
changes/bug26196 [deleted file]
changes/bug26214 [deleted file]
changes/bug26245 [deleted file]
changes/bug26258_033 [deleted file]
changes/bug26269 [deleted file]
changes/bug26402 [deleted file]
changes/bug26415 [deleted file]
changes/bug26435 [deleted file]
changes/bug26523 [deleted file]
changes/bug26535.029 [deleted file]
changes/bug26535.032 [deleted file]
changes/bug26568 [deleted file]
changes/feature26372_029 [deleted file]
changes/geoip-2018-07-03 [deleted file]
changes/rust_cross [deleted file]
changes/ticket25947 [deleted file]
changes/ticket25960 [deleted file]
changes/ticket26467 [deleted file]

diff --git a/changes/bug24891 b/changes/bug24891
deleted file mode 100644 (file)
index 403b2b1..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-  o Minor bugfixes (compilation):
-    - Refrain from compiling unit testing related object files
-      when --disable-unittests is set to configure script.
-      Fixes bug 24891; bugfix on 0.2.5.1-alpha.
diff --git a/changes/bug24977 b/changes/bug24977
deleted file mode 100644 (file)
index f8127a2..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-  o Minor bugfixes (onion services):
-    - Recompute some consensus information after clock skews or when we
-      transition from a non-live consensus to a live consensus. We do this to
-      avoid having an outdated state which could impact next-generation onion
-      services. Fixes bug 24977; bugfix on 0.3.2.1-alpha.
diff --git a/changes/bug25686_diagnostic b/changes/bug25686_diagnostic
deleted file mode 100644 (file)
index 9632314..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-  o Minor features (relay, diagnostic):
-    - Add several checks to detect whether Tor relays are uploading their
-      descriptors without specifying why they regenerated. Diagnostic for
-      ticket 25686.
diff --git a/changes/bug25787 b/changes/bug25787
deleted file mode 100644 (file)
index 3041e8a..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-  o Minor bugfixes (testing):
-    - Instead of trying to  read the geoip configuration files from within the
-      unit tests, instead create our own ersatz files with just enough
-      geoip data in the format we expect. Trying to read from the source
-      directory created problems on Windows with mingw, where the
-      build system's paths are not the same as the platform's paths.
-      Fixes bug 25787; bugfix on 0.3.4.1-alpha.
diff --git a/changes/bug26158 b/changes/bug26158
deleted file mode 100644 (file)
index 0d74cf1..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-  o Minor bugfixes (relay):
-     - Relays now correctly block attempts to re-extend to the previous
-       relay by Ed25519 identity. Previously they would warn in this case,
-       but not actually reject the attempt. Fixes bug 26158; bugfix on
-       0.3.0.1-alpha.
diff --git a/changes/bug26196 b/changes/bug26196
deleted file mode 100644 (file)
index e63f09a..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-  o Minor bugfixes (testing, compilation):
-    - Refrain from trying to get an item from empty smartlist in
-      test_bridges_clear_bridge_list. Set DEBUG_SMARTLIST in unit
-      tests to catch improper smartlist usage. Furthermore,
-      enable DEBUG_SMARTLIST globally when build is configured
-      with fragile hardening. Fixes bug 26196; bugfix on
-      0.3.4.1-alpha.
diff --git a/changes/bug26214 b/changes/bug26214
deleted file mode 100644 (file)
index 4277b9c..0000000
+++ /dev/null
@@ -1,3 +0,0 @@
-  o Minor bugfixes (correctness, flow control):
-    - Upon receiving a stream-level SENDME cell, verify that our window has
-      not grown too large. Fixes bug 26214; bugfix on svn r54 (pre-0.0.1)
diff --git a/changes/bug26245 b/changes/bug26245
deleted file mode 100644 (file)
index 7a14cea..0000000
+++ /dev/null
@@ -1,3 +0,0 @@
-  o Minor features (compilation):
-    o The --enable-fatal-warnings flag now affects Rust code as well.
-      Closes ticket 26245.
diff --git a/changes/bug26258_033 b/changes/bug26258_033
deleted file mode 100644 (file)
index ceca383..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-  o Major bugfixes (rust, testing):
-    - Fix a bug where a failure in the rust unit tests would not actually
-      cause the build to fail. Fixes bug 26258; bugfix on 0.3.3.4-alpha.
-
diff --git a/changes/bug26269 b/changes/bug26269
deleted file mode 100644 (file)
index 73dcdbf..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-  o Minor bugfixes (compilation):
-    - Fix a compilation warning on some versions of GCC when
-      building code that calls routerinfo_get_my_routerinfo() twice,
-      assuming that the second call will succeed if the first one did.
-      Fixes bug 26269; bugfix on 0.2.8.2-alpha.
diff --git a/changes/bug26402 b/changes/bug26402
deleted file mode 100644 (file)
index b21283a..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-  o Minor bugfixes (compilation):
-    - When linking the libtor_testing.a library, only include the dirauth
-      object files once.  Previously, they were getting added twice.
-      Fixes bug 26402; bugfix on 0.3.4.1-alpha.
diff --git a/changes/bug26415 b/changes/bug26415
deleted file mode 100644 (file)
index 497fbb7..0000000
+++ /dev/null
@@ -1,3 +0,0 @@
-  o Minor bugfixes (testing):
-    - Fix compilation of the doctests in the Rust crypto crate.  Fixes
-      bug 26415; bugfix on 0.3.4.1-alpha.
diff --git a/changes/bug26435 b/changes/bug26435
deleted file mode 100644 (file)
index f66c503..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-  o Major bugfixes (directory authority):
-    - Fix a memory leak where directory authorities would leak a chunk
-      of memory for every router descriptor every time they considered
-      voting. This bug was taking down directory authorities due to
-      out-of-memory issues. Fixes bug 26435; bugfix on 0.3.3.6.
diff --git a/changes/bug26523 b/changes/bug26523
deleted file mode 100644 (file)
index a739d24..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-  o Minor bugfixes (hidden service, control port):
-    - The HSPOST command wasn't parsing properly the HSADDRESS= parameter and
-      thus not using it. It now handles it correctly. Fixes bug 26523; bugfix on
-      0.3.3.1-alpha. Patch by "akwizgran".
-
diff --git a/changes/bug26535.029 b/changes/bug26535.029
deleted file mode 100644 (file)
index 111b539..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-  o Minor bugfixes (testing, compatibility):
-    - When running the ntor_ref.py test, make sure only to pass strings
-      (rather than "bytes" objects) to the Python subprocess module.
-      Python 3 on Windows seems to require this.  Fixes bug 26535; bugfix on
-      0.2.5.5-alpha.
diff --git a/changes/bug26535.032 b/changes/bug26535.032
deleted file mode 100644 (file)
index 395d08d..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-  o Minor bugfixes (testing, compatibility):
-    - When running the hs_ntor_ref.py test, make sure only to pass strings
-      (rather than "bytes" objects) to the Python subprocess module.
-      Python 3 on Windows seems to require this.  Fixes bug 26535; bugfix on
-      0.3.1.1-alpha.
diff --git a/changes/bug26568 b/changes/bug26568
deleted file mode 100644 (file)
index 0c4c05d..0000000
+++ /dev/null
@@ -1,3 +0,0 @@
-  o Minor bugfixes (controller):
-    - Report the port correctly when a port is configured to bind to "auto".
-      Fixes bug 26568; bugfix on 0.3.4.1-alpha.
diff --git a/changes/feature26372_029 b/changes/feature26372_029
deleted file mode 100644 (file)
index 150ac30..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-  o Minor features (compilation):
-
-    - When building Tor, prefer to use Python 3 over Python 2, and more
-      recent (contemplated) versions over older ones. Closes ticket 26372.
diff --git a/changes/geoip-2018-07-03 b/changes/geoip-2018-07-03
deleted file mode 100644 (file)
index e921d63..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-  o Minor features (geoip):
-    - Update geoip and geoip6 to the July 3 2018 Maxmind GeoLite2
-      Country database. Closes ticket 26674.
-
diff --git a/changes/rust_cross b/changes/rust_cross
deleted file mode 100644 (file)
index d490403..0000000
+++ /dev/null
@@ -1,2 +0,0 @@
-  o Minor feature (Rust, portability):
-    - Rust cross-compilation is now supported. Closes ticket 25895.
diff --git a/changes/ticket25947 b/changes/ticket25947
deleted file mode 100644 (file)
index 68559a7..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-  o Minor feature (unit tests):
-    - Test complete bandwidth measurements files and test that incomplete lines
-      only give warnings when the end of the header has not been
-      detected. Fixes bug 25947; bugfix on 0.2.2.1-alpha
diff --git a/changes/ticket25960 b/changes/ticket25960
deleted file mode 100644 (file)
index 0d1be21..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-  o Minor feature (directory authorities):
-    - Stop warning about incomplete bw lines before the first complete bw line
-      has been found, so that additional header lines can be ignored.
-      Fixes bug 25960; bugfix on 0.2.2.1-alpha
-
diff --git a/changes/ticket26467 b/changes/ticket26467
deleted file mode 100644 (file)
index 4588378..0000000
+++ /dev/null
@@ -1,3 +0,0 @@
-  o Minor bugfixes (memory, correctness):
-    - Fix a number of small memory leaks identified by coverity. Fixes
-      bug 26467; bugfix on numerous Tor versions.