Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorСковорода Никита Андреевич <chalkerx@gmail.com>2016-07-14 12:44:55 +0300
committerСковорода Никита Андреевич <chalkerx@gmail.com>2016-08-04 11:09:22 +0300
commit9ddc915a9ccb64a786fdf90fb6ffc2a8792c74a8 (patch)
treedbe17c2b1add8626727640058668bb189b5fde09 /doc/changelogs/CHANGELOG_V010.md
parent7400a4a3bd56785efd8ef74909167d805cd98be8 (diff)
doc: convert tabs to spaces
Convert all instances of tab indentation in *.md files to spaces. This affects only three files. PR-URL: https://github.com/nodejs/node/pull/7727 Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Michaël Zasso <mic.besace@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
Diffstat (limited to 'doc/changelogs/CHANGELOG_V010.md')
-rw-r--r--doc/changelogs/CHANGELOG_V010.md16
1 files changed, 8 insertions, 8 deletions
diff --git a/doc/changelogs/CHANGELOG_V010.md b/doc/changelogs/CHANGELOG_V010.md
index 0a728326dff..d6f55c24a10 100644
--- a/doc/changelogs/CHANGELOG_V010.md
+++ b/doc/changelogs/CHANGELOG_V010.md
@@ -309,14 +309,14 @@ https://github.com/nodejs/node/commit/8d045a30e95602b443eb259a5021d33feb4df079
* uv: Update to v0.10.29
* child_process: properly support optional args (cjihrig)
* crypto: Disable autonegotiation for SSLv2/3 by default (Fedor Indutny,
- Timothy J Fontaine, Alexis Campailla)
- This is a behavior change, by default we will not allow the negotiation to
- SSLv2 or SSLv3. If you want this behavior, run Node.js with either
- `--enable-ssl2` or `--enable-ssl3` respectively.
- This does not change the behavior for users specifically requesting
- `SSLv2_method` or `SSLv3_method`. While this behavior is not advised, it is
- assumed you know what you're doing since you're specifically asking to use
- these methods.
+ Timothy J Fontaine, Alexis Campailla)
+ This is a behavior change, by default we will not allow the negotiation to
+ SSLv2 or SSLv3. If you want this behavior, run Node.js with either
+ `--enable-ssl2` or `--enable-ssl3` respectively.
+ This does not change the behavior for users specifically requesting
+ `SSLv2_method` or `SSLv3_method`. While this behavior is not advised, it is
+ assumed you know what you're doing since you're specifically asking to use
+ these methods.
<a id="0.10.32"></a>
## 2014.09.16, Version 0.10.32 (Stable)