Oops, that changelog entry should have been for the next release.

svn:r15817
This commit is contained in:
Nick Mathewson 2008-07-10 13:39:19 +00:00
parent c9f8101f21
commit 26e12f2375
1 changed files with 7 additions and 3 deletions

View File

@ -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