aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2008-07-10 13:39:19 +0000
committerNick Mathewson <nickm@torproject.org>2008-07-10 13:39:19 +0000
commit26e12f23758454ba3f416ff964796aa7f7d9dbbe (patch)
treeb15a1ee8e7aade66259c3fc3f05debfeb2db38aa
parentc9f8101f215d445ecddc225a3fc50d0a959d6448 (diff)
downloadtor-26e12f23758454ba3f416ff964796aa7f7d9dbbe.tar.gz
tor-26e12f23758454ba3f416ff964796aa7f7d9dbbe.zip
Oops, that changelog entry should have been for the next release.
svn:r15817
-rw-r--r--ChangeLog10
1 files changed, 7 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 770291ea7a..933794866a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+Changes in version 0.2.0.30-rc - 2008-07-??
+ o Minor bugsfixes:
+ - 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
o Major bugfixes:
- If you have more than one bridge but don't know their keys,
@@ -36,9 +43,6 @@ Changes in version 0.2.0.29-rc - 2008-07-08
- Correctly detect transparent proxy support on Linux hosts that
require in.h to be included before netfilter_ipv4.h. Patch
from coderman.
- - 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.28-rc - 2008-06-13