[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] r18404: {tor} Forward-port ChangeLog for 0.2.0.30. (tor/trunk)
Author: kloesing
Date: 2009-02-05 12:52:58 -0500 (Thu, 05 Feb 2009)
New Revision: 18404
Modified:
tor/trunk/ChangeLog
Log:
Forward-port ChangeLog for 0.2.0.30.
Modified: tor/trunk/ChangeLog
===================================================================
--- tor/trunk/ChangeLog 2009-02-05 13:51:41 UTC (rev 18403)
+++ tor/trunk/ChangeLog 2009-02-05 17:52:58 UTC (rev 18404)
@@ -846,6 +846,13 @@
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.