summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Pursehouse <david.pursehouse@sonymobile.com>2015-04-17 12:31:55 +0900
committerDavid Pursehouse <david.pursehouse@sonymobile.com>2015-04-17 12:31:55 +0900
commit07bb595b2b993683e4009e3750e3a6035547bc40 (patch)
tree9666ecf85629fbe94a28c834bfe6d63c436496c6
parent3463af2bbb341db8fd050fe6efe5cad2fa2d0dc4 (diff)
Fix broken formatting in 2.10.3 release notes
-rw-r--r--ReleaseNotes/ReleaseNotes-2.10.3.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/ReleaseNotes/ReleaseNotes-2.10.3.txt b/ReleaseNotes/ReleaseNotes-2.10.3.txt
index aeaca9d904..578a1ae5eb 100644
--- a/ReleaseNotes/ReleaseNotes-2.10.3.txt
+++ b/ReleaseNotes/ReleaseNotes-2.10.3.txt
@@ -29,10 +29,10 @@ be suppressed in batch mode.
New Features
------------
-Support hybrid OpenID and OAuth2 authentication
+* Support hybrid OpenID and OAuth2 authentication
+
OpenID auth scheme is aware of optional OAuth2 plugin-based authentication.
-This feature considered to be experimental and hasn't reached full feature set yet.
+This feature is considered to be experimental and hasn't reached full feature set yet.
Particularly, linking of user identities accross protocol boundaries and even from
one OAuth2 identity to another OAuth2 identity wasn't implemented yet.
@@ -73,7 +73,7 @@ Replication plugin
~~~~~~~~~~~~~~~~~~
* Set connection timeout to 120 seconds for SSH remote operations.
-
++
The creation of a missing Git, before starting replication, is a blocking
operation. By setting a timeout, we ensure the operation does not get stuck
forever, essentially blocking all future remote git creation operations.