commit 6abb638954be0205cadbfd6e62693ce8327708c8 Author: Roger Dingledine arma@torproject.org Date: Thu Jun 7 03:54:41 2012 -0400
rransom points out vasprint is probably not the function --- ChangeLog | 2 +- ReleaseNotes | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/ChangeLog b/ChangeLog index 78bccbb..fd9097a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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 3e8e6d9..c4ff7f5 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: