]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Changes file for ticket 31812.
authorNick Mathewson <nickm@torproject.org>
Mon, 13 Jul 2020 14:42:41 +0000 (10:42 -0400)
committerNick Mathewson <nickm@torproject.org>
Mon, 13 Jul 2020 14:44:39 +0000 (10:44 -0400)
changes/ticket31812 [new file with mode: 0644]

diff --git a/changes/ticket31812 b/changes/ticket31812
new file mode 100644 (file)
index 0000000..869e494
--- /dev/null
@@ -0,0 +1,4 @@
+  o Documentation:
+    - Replace most http:// URLs in our code and documentation with https://
+      URLs.  (We have left unchanged the code in src/ext/, and the text in
+      LICENSE.)  Closes ticket 31812. Patch from Jeremy Rand.