[or-cvs] r15817: Oops, that changelog entry should have been for the next rel (tor/branches/tor-0_2_0-patches)

nickm at seul.org nickm at seul.org
Thu Jul 10 13:39:19 UTC 2008


Author: nickm
Date: 2008-07-10 09:39:19 -0400 (Thu, 10 Jul 2008)
New Revision: 15817

Modified:
   tor/branches/tor-0_2_0-patches/ChangeLog
Log:
Oops, that changelog entry should have been for the next release.

Modified: tor/branches/tor-0_2_0-patches/ChangeLog
===================================================================
--- tor/branches/tor-0_2_0-patches/ChangeLog	2008-07-10 07:52:48 UTC (rev 15816)
+++ tor/branches/tor-0_2_0-patches/ChangeLog	2008-07-10 13:39:19 UTC (rev 15817)
@@ -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 @@
     - 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



More information about the tor-commits mailing list