From: Roger Dingledine Date: Thu, 7 Jun 2012 07:54:41 +0000 (-0400) Subject: rransom points out vasprint is probably not the function X-Git-Tag: tor-0.2.2.37~2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6abb638954b;p=thirdparty%2Ftor.git rransom points out vasprint is probably not the function --- diff --git a/ChangeLog b/ChangeLog index 78bccbb10b..fd9097a998 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 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: