summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2016-08-23 10:13:13 -0400
committerNick Mathewson <nickm@torproject.org>2016-08-23 10:13:13 -0400
commitf009e1b32c2937dc2af16949c41943de1df594ce (patch)
tree12d1d7641c99f6cc1c9bb086d9cc0f8235bffc4a
parent40d05983c4dd437dbaa4a99f90aefe4e1f1a64c3 (diff)
downloadtor-f009e1b32c2937dc2af16949c41943de1df594ce.tar.gz
tor-f009e1b32c2937dc2af16949c41943de1df594ce.zip
Start 0.2.9.2-alpha changelog, fix some lintchanges issues
-rw-r--r--ChangeLog17
-rw-r--r--changes/bug139532
-rw-r--r--changes/bug197432
-rw-r--r--changes/bug199034
-rw-r--r--changes/bug199474
-rw-r--r--changes/bug86256
-rw-r--r--changes/geoip-august20164
7 files changed, 22 insertions, 17 deletions
diff --git a/ChangeLog b/ChangeLog
index 68573b3b2f..e49984e018 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,19 @@
-Changes in version 0.2.9.2-alpha - 2016-0?-??
+Changes in version 0.2.9.2-alpha - 2016-08-2?
+ Tor 0.2.9.2-alpha XXXX BLURB HERE.
+
+ o Minor features (geoip):
+ - Update geoip and geoip6 to the August 2 2016 Maxmind GeoLite2
+ Country database.
+
+ o Minor bugfixes (compilation, also in 0.2.8.7):
+ - Remove an inappropriate "inline" in tortls.c that was causing
+ warnings on older versions of GCC. Fixes bug 19903; bugfix on
+ 0.2.8.1-alpha.
+
+ o Minor bugfixes (fallback directories, also in 0.2.8.7):
+ - Avoid logging a NULL string pointer when loading fallback
+ directory information. Fixes bug 19947; bugfix on 0.2.4.7-alpha
+ and 0.2.8.1-alpha. Report and patch by "rubiate".
Changes in version 0.2.9.1-alpha - 2016-08-08
diff --git a/changes/bug13953 b/changes/bug13953
index 42b013ffd8..db25b2879d 100644
--- a/changes/bug13953
+++ b/changes/bug13953
@@ -1,3 +1,3 @@
- o Minor bugfixes (config):
+ o Minor features (config):
- Warn users when descriptor and port addresses are inconsistent.
Mitigates bug 13953; patch by teor.
diff --git a/changes/bug19743 b/changes/bug19743
index 69d21af675..8395a4b39e 100644
--- a/changes/bug19743
+++ b/changes/bug19743
@@ -1,4 +1,4 @@
o Documentation:
- Correct the IPv6 syntax in our documentation for the
- VirtualAddrNetworkIPv6 torrc option. Fixes bug 19743.
+ VirtualAddrNetworkIPv6 torrc option. Closes ticket 19743.
diff --git a/changes/bug19903 b/changes/bug19903
deleted file mode 100644
index 33aa8789d7..0000000000
--- a/changes/bug19903
+++ /dev/null
@@ -1,4 +0,0 @@
- o Minor bugfixes (compilation):
- - Remove an inappropriate "inline" in tortls.c that was causing warnings
- on older versions of GCC. Fixes bug 19903; 0.2.8.1-alpha.
-
diff --git a/changes/bug19947 b/changes/bug19947
deleted file mode 100644
index b9dce8b753..0000000000
--- a/changes/bug19947
+++ /dev/null
@@ -1,4 +0,0 @@
- o Minor bugfixes (fallback directories):
- - Avoid logging a NULL string pointer when loading fallback directory information.
- Fixes bug 19947; bugfix on 0.2.4.7-alpha and 0.2.8.1-alpha.
- Report and patch by "rubiate".
diff --git a/changes/bug8625 b/changes/bug8625
index 90bb3c60d7..b0a51967bc 100644
--- a/changes/bug8625
+++ b/changes/bug8625
@@ -1,4 +1,6 @@
- o Bugfixes:
+ o Major bugfixes (directory downloads):
- Avoid resetting download status for consensuses hourly, and add a
SimulateDirDownloadFailures config option to test behavior when all
- downloads from directory servers fail. Fixes bug 8625.
+ downloads from directory servers fail. Fixes bug 8625; bugfix on
+ 0.2.0.9-alpha.
+
diff --git a/changes/geoip-august2016 b/changes/geoip-august2016
deleted file mode 100644
index 370ab64cac..0000000000
--- a/changes/geoip-august2016
+++ /dev/null
@@ -1,4 +0,0 @@
- o Minor features:
- - Update geoip and geoip6 to the August 2 2016 Maxmind GeoLite2
- Country database.
-