summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarsten Loesing <karsten.loesing@gmx.net>2009-02-05 17:52:58 +0000
committerKarsten Loesing <karsten.loesing@gmx.net>2009-02-05 17:52:58 +0000
commit88d6e6035d0656d264f5a527686a1fdb5a7d71f9 (patch)
tree7ed21bd87a4b1a154899fefa40bec0f984a7a6ca
parent6a11cded87a16579a5a6d8ca899e2b5d9c00b947 (diff)
downloadtor-88d6e6035d0656d264f5a527686a1fdb5a7d71f9.tar.gz
tor-88d6e6035d0656d264f5a527686a1fdb5a7d71f9.zip
Forward-port ChangeLog for 0.2.0.30.
svn:r18404
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c5376527f0..917ae49853 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -846,6 +846,13 @@ Changes in version 0.2.1.3-alpha - 2008-08-03
Tor network.
+Changes in version 0.2.0.30 - 2008-07-15
+ o Minor bugfixes:
+ - Stop using __attribute__((nonnull)) with GCC: it can give us useful
+ warnings (occasionally), but it can also cause the compiler to
+ eliminate error-checking code. Suggested by Peter Gutmann.
+
+
Changes in version 0.2.0.29-rc - 2008-07-08
Tor 0.2.0.29-rc fixes two big bugs with using bridges, fixes more
hidden-service performance bugs, and fixes a bunch of smaller bugs.