]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Forward-port ChangeLog for 0.2.0.30.
authorKarsten Loesing <karsten.loesing@gmx.net>
Thu, 5 Feb 2009 17:52:58 +0000 (17:52 +0000)
committerKarsten Loesing <karsten.loesing@gmx.net>
Thu, 5 Feb 2009 17:52:58 +0000 (17:52 +0000)
svn:r18404

ChangeLog

index c5376527f000cfb42e4461876ce2909057344365..917ae49853f76c7020b8e31eede238480d129b0b 100644 (file)
--- 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.