summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2010-11-23 22:26:48 -0500
committerRoger Dingledine <arma@torproject.org>2010-11-23 22:26:48 -0500
commit924f7bf9a5c3c960d17c360c9f75a5a43e7b735c (patch)
treee148d4cee47bd7d5e9e266f7a075443e9d6ade22
parent16946d7e36c03ba79a2a569905255941a3a4e3f1 (diff)
downloadtor-0.2.1.27.tar.gz
tor-0.2.1.27.zip
integrate the changelog entrytor-0.2.1.27
-rw-r--r--ChangeLog2
-rw-r--r--changes/mingw-openssl098m3
2 files changed, 2 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index ced4fba0eb..b97d20b4ea 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -61,6 +61,8 @@ Changes in version 0.2.1.27 - 2010-11-23
stream ending reason for this case: END_STREAM_REASON_NOROUTE.
Servers can start sending this code when enough clients recognize
it. Bugfix on 0.1.0.1-rc; fixes part of bug 1793.
+ - Build correctly on mingw with more recent versions of OpenSSL 0.9.8.
+ Patch from mingw-san.
o Removed files:
- Remove the old debian/ directory from the main Tor distribution.
diff --git a/changes/mingw-openssl098m b/changes/mingw-openssl098m
deleted file mode 100644
index b4199760b7..0000000000
--- a/changes/mingw-openssl098m
+++ /dev/null
@@ -1,3 +0,0 @@
- o Minor features
- - Build correctly on mingw with more recent version of OpenSSL 0.9.8.
- Patch from mingw-san.