diff options
author | Roger Dingledine <arma@torproject.org> | 2012-06-07 03:54:41 -0400 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2012-06-07 03:54:41 -0400 |
commit | 6abb638954be0205cadbfd6e62693ce8327708c8 (patch) | |
tree | 5a16fbe3490bed26ee9085f542c429b59e4f7efa | |
parent | 78a8df2666923a26c8c12d8a523dd8439e055469 (diff) | |
download | tor-6abb638954be0205cadbfd6e62693ce8327708c8.tar.gz tor-6abb638954be0205cadbfd6e62693ce8327708c8.zip |
rransom points out vasprint is probably not the function
-rw-r--r-- | ChangeLog | 2 | ||||
-rw-r--r-- | ReleaseNotes | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -17,7 +17,7 @@ Changes in version 0.2.2.37 - 2012-06-06 ExitNodes config option. Fixes bug 5283; bugfix on 0.2.0.10-alpha. o Minor bugfixes: - - Fix a build warning with Clang 3.1 related to our use of vasprint. + - Fix a build warning with Clang 3.1 related to our use of vasprintf. Fixes bug 5969. Bugfix on 0.2.2.11-alpha. o Minor features: diff --git a/ReleaseNotes b/ReleaseNotes index 3e8e6d9661..c4ff7f50ea 100644 --- a/ReleaseNotes +++ b/ReleaseNotes @@ -22,7 +22,7 @@ Changes in version 0.2.2.37 - 2012-06-06 ExitNodes config option. Fixes bug 5283; bugfix on 0.2.0.10-alpha. o Minor bugfixes: - - Fix a build warning with Clang 3.1 related to our use of vasprint. + - Fix a build warning with Clang 3.1 related to our use of vasprintf. Fixes bug 5969. Bugfix on 0.2.2.11-alpha. o Minor features: |