aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2015-09-24 11:00:30 -0400
committerNick Mathewson <nickm@torproject.org>2015-09-24 11:00:30 -0400
commit2d139f77d7fea25288d9662f845b33152f1150bb (patch)
tree1831edaa5868dbc24b389a1fda126a9cb4569a4c /changes
parent4ee4fe56ee4860b6762f41efd01065d0358a0665 (diff)
downloadtor-2d139f77d7fea25288d9662f845b33152f1150bb.tar.gz
tor-2d139f77d7fea25288d9662f845b33152f1150bb.zip
Fold new entries into changelog
Diffstat (limited to 'changes')
-rw-r--r--changes/bug171094
-rw-r--r--changes/feature167694
-rw-r--r--changes/feature169445
-rw-r--r--changes/geoip-september20153
-rw-r--r--changes/ipv6-exitpolicy-docs8
5 files changed, 0 insertions, 24 deletions
diff --git a/changes/bug17109 b/changes/bug17109
deleted file mode 100644
index 9f80f6ef16..0000000000
--- a/changes/bug17109
+++ /dev/null
@@ -1,4 +0,0 @@
- o Minor bugfixes:
- - Fail during configure if we're trying to build against an OpenSSL
- built without ECC support. Fixes bug 17109, bugfix on
- 0.2.7.1-alpha which started requiring ECC.
diff --git a/changes/feature16769 b/changes/feature16769
deleted file mode 100644
index acb2b9c0da..0000000000
--- a/changes/feature16769
+++ /dev/null
@@ -1,4 +0,0 @@
- o Minor features (ed25519):
- - Add a --newpass option to allow changing or removing the
- passphrase of an encrypted key with tor --keygen. Implements
- part of ticket 16769.
diff --git a/changes/feature16944 b/changes/feature16944
deleted file mode 100644
index 1728beff7f..0000000000
--- a/changes/feature16944
+++ /dev/null
@@ -1,5 +0,0 @@
- o Minor features (relay, ed25519):
- - Add a new OfflineMasterKey option to tell Tor never to try
- loading or generating a secret ed25519 identity key. You can use
- this in combination with tor --keygen to manage offline and/or
- encrypted ed25519 keys. Implements ticket 16944.
diff --git a/changes/geoip-september2015 b/changes/geoip-september2015
deleted file mode 100644
index a4f99efaa2..0000000000
--- a/changes/geoip-september2015
+++ /dev/null
@@ -1,3 +0,0 @@
- o Minor features:
- - Update geoip and geoip6 to the September 3 2015 Maxmind GeoLite2 Country database.
-
diff --git a/changes/ipv6-exitpolicy-docs b/changes/ipv6-exitpolicy-docs
deleted file mode 100644
index 033c28385f..0000000000
--- a/changes/ipv6-exitpolicy-docs
+++ /dev/null
@@ -1,8 +0,0 @@
- o Minor bug fixes (documentation, torrc exit policies):
- - Advise users how to configure separate IPv4 and IPv6 exit
- policies in the manpage and sample torrcs.
- - Fixup formatting errors in the documentation changes from
- tickets #16069 and #17027.
- Related to fixes in ticket #16069 and #17027. Patch by "teor".
- Patch on 2eb7eafc9d78 and a96c0affcb4c (25 Oct 2012),
- released in 0.2.4.7-alpha.