Merge remote-tracking branch 'origin/maint-0.2.2'

(For bug 5969 fix)
This commit is contained in:
Nick Mathewson
2012-05-31 00:07:52 -04:00
5 changed files with 35 additions and 6 deletions
+7
View File
@@ -0,0 +1,7 @@
o Minor bugfixes
- Fix a build warning with Clang 3.1 related to our use of vasprint.
Fix for bug 5969. Bugfix on 0.2.2.11-alpha.
o Compilation improvements:
- Tell GCC and Clang to check for any errors in format strings passed
to the tor_v*(print|scan)f functions.