summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2016-05-26 12:10:26 -0400
committerNick Mathewson <nickm@torproject.org>2016-05-26 12:10:26 -0400
commitb28acba3c38c517a3fcb0fe36cc807312f72fe97 (patch)
treef2a519301b5d168f5baf857132e3d97f3027e7af
parent3e2d061397f451ba7b818d9b5b407523b2be4b89 (diff)
downloadtor-b28acba3c38c517a3fcb0fe36cc807312f72fe97.tar.gz
tor-b28acba3c38c517a3fcb0fe36cc807312f72fe97.zip
Fold one more item into 0.2.8 changelog; hope it will be today?
-rw-r--r--ChangeLog4
-rw-r--r--changes/bug186683
2 files changed, 3 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index 04794e5cda..768ebb907d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,4 @@
-Changes in version 0.2.8.3-alpha - 2016-05-2?
+Changes in version 0.2.8.3-alpha - 2016-05-26
Tor 0.2.8.3-alpha resolves several bugs, most of them introduced over
the course of the 0.2.8 development cycle. It improves the behavior of
directory clients, fixes several crash bugs, fixes a gap in compiler
@@ -63,6 +63,8 @@ Changes in version 0.2.8.3-alpha - 2016-05-2?
o Major bugfixes (testing):
- Fix a bug that would block 'make test-network-all' on systems where
IPv6 packets were lost. Fixes bug 19008; bugfix on tor-0.2.7.3-rc.
+ - Avoid "WSANOTINITIALISED" warnings in the unit tests. Fixes bug 18668;
+ bugfix on 0.2.8.1-alpha.
o Minor features (clients):
- Make clients, onion services, and bridge relays always use an
diff --git a/changes/bug18668 b/changes/bug18668
deleted file mode 100644
index 4b186b5c05..0000000000
--- a/changes/bug18668
+++ /dev/null
@@ -1,3 +0,0 @@
- o Minor bugfixes (tests):
- - Avoid "WSANOTINITIALISED" warnings in the unit tests. Fixes bug 18668;
- bugfix on 0.2.8.1-alpha.