diff options
author | Roger Dingledine <arma@torproject.org> | 2008-07-16 00:01:52 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2008-07-16 00:01:52 +0000 |
commit | 39f09b46029ca31fc3784fb1ad2119bd0ca30178 (patch) | |
tree | d5a4c81dab88aaaa596788d610a9f7851e058fa3 | |
parent | cd3262962461b6414cca0b90b1943669b8a8e620 (diff) | |
download | tor-39f09b46029ca31fc3784fb1ad2119bd0ca30178.tar.gz tor-39f09b46029ca31fc3784fb1ad2119bd0ca30178.zip |
clean up the changelog, and give us a date (today!)
svn:r15953
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,8 +1,8 @@ -Changes in version 0.2.0.30-rc - 2008-07-?? - o Minor bugsfixes: +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. + eliminate error-checking code. Suggested by Peter Gutmann. Changes in version 0.2.0.29-rc - 2008-07-08 |