aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2012-06-07 03:54:41 -0400
committerRoger Dingledine <arma@torproject.org>2012-06-07 03:54:41 -0400
commit6abb638954be0205cadbfd6e62693ce8327708c8 (patch)
tree5a16fbe3490bed26ee9085f542c429b59e4f7efa
parent78a8df2666923a26c8c12d8a523dd8439e055469 (diff)
downloadtor-6abb638954be0205cadbfd6e62693ce8327708c8.tar.gz
tor-6abb638954be0205cadbfd6e62693ce8327708c8.zip
rransom points out vasprint is probably not the function
-rw-r--r--ChangeLog2
-rw-r--r--ReleaseNotes2
2 files changed, 2 insertions, 2 deletions
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: