Merge remote branch 'origin/maint-0.2.2'

This commit is contained in:
Nick Mathewson
2011-02-03 14:21:14 -05:00
3 changed files with 32 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
o Minor features
- Enable Address Space Layout Randomization (ASLR) and Data Execution
Prevention (DEP) by default on Windows to make it harder for
attackers to exploit vulnerabilities. Patch from John Brooks.