commit | f6fd794fac1b6af754d233875c173afb5ca9c45e | [log] [tgz] |
---|---|---|
author | Charles-François Natali <neologix@free.fr> | Tue Jan 08 19:49:42 2013 +0100 |
committer | Charles-François Natali <neologix@free.fr> | Tue Jan 08 19:49:42 2013 +0100 |
tree | ce318eebc2c7608cc3e4edecd2515f72cb2b1b95 | |
parent | 21b30827bcfcfebaca63b0470758683aa942eaf9 [diff] |
Issue #16836: Enable IPv6 support even if IPv6 is disabled on the build host.
diff --git a/Misc/NEWS b/Misc/NEWS index 21215cb..8ada15a 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -821,6 +821,8 @@ Build ----- +- Issue #16836: Enable IPv6 support even if IPv6 is disabled on the build host. + - Issue #16593: Have BSD 'make -s' do the right thing, thanks to Daniel Shahaf - Issue #16262: fix out-of-src-tree builds, if mercurial is not installed.