From 6223e8a0b6cdfa9baada845693be5b28bf0717c2 Mon Sep 17 00:00:00 2001 From: Julien Carsique Date: Tue, 13 Dec 2016 16:19:48 +0100 Subject: [PATCH] fix typos --- releasenotes/8.10/administrators.html | 19 ++++----- releasenotes/8.10/developers.html | 24 +++++------ releasenotes/8.10/farewell.html | 8 ++-- releasenotes/8.10/index.html | 2 +- releasenotes/8.10/issues.html | 2 +- releasenotes/8.10/print.html | 60 +++++++++++++-------------- releasenotes/8.10/users.html | 18 ++++---- 7 files changed, 67 insertions(+), 66 deletions(-) diff --git a/releasenotes/8.10/administrators.html b/releasenotes/8.10/administrators.html index 4c096f3d9..f4c9a4355 100644 --- a/releasenotes/8.10/administrators.html +++ b/releasenotes/8.10/administrators.html @@ -80,7 +80,7 @@

Environment Information Dumping with nuxeoctl connect-report

The addon Nuxeo Connect Tools Report Web is available to provide a basic user interface to get the report.

Startup Wizard Improvements on Module Selection

-

8.10 The Module selection step of the startup wizard has been reviewed to provide a more user-friendly interface, take into consideration the distribution changes and make dependencies betweens addons and UIs more straightforward. +

8.10 The Module selection step of the startup wizard has been reviewed to provide a more user-friendly interface, take into consideration the distribution changes and make dependencies between addons and UIs more straightforward.

@@ -95,7 +95,7 @@

MongoDB 3.2

PostgreSQL 9.5

- 8.3 PostgreSQL 9.5 is now supported as a storage backend. 8.10 also works with 9.6 although not yet added to CI. + 8.3 PostgreSQL 9.5 is now supported as a storage backend. Nuxeo 8.10 also works with PostgreSQL 9.6 although not yet added to CI.

Elasticsearch 2.X

@@ -155,12 +155,12 @@

GridFS as Part of the Default Distribution

JCloud Binary Manager

- 8.10 The JClouds binary manager that allows to store files on the main cloud blobstores has been upgraded to use the version 1.9.2 of the underlying Apache libary. Some bugs have been fixed to handle large files and a new property jclouds.blobstore.endpoint allows to configure the endpoint to use. + 8.10 The JClouds binary manager that allows to store files on the main cloud blobstores has been upgraded to use the version 1.9.2 of the underlying Apache library. Some bugs have been fixed to handle large files and a new property jclouds.blobstore.endpoint allows to configure the endpoint to use.

Quartz MongoDB Backend

-

8.10 Quartz is now automatically enabled in cluster mode when using the mongodb template and do not require a SQL backend anymore.

-

Quartz MYSQL Backend

-

8.10 Quartz is now automatically enabled in cluster mode when using the mysql template.

+

8.10 Quartz is now automatically enabled in cluster mode when using the MongoDB template and does not require an SQL backend anymore.

+

Quartz MySQL Backend

+

8.10 Quartz is now automatically enabled in cluster mode when using the MySQL template.

SAML Addon Compatible with ADFS

8.2 After adjusting a few blind parts of the specification, the SAML plugin @@ -184,10 +184,10 @@

Elasticsearch Indexing Operations

Indexing Optimization Using Scroll API

- 8.10 Instead of loading all document ids to reindex, the new repository scroll API is used to remove memory pressure. + 8.10 Instead of loading all document IDs to reindex, the new repository scroll API is used to remove memory pressure.

Full-Text Indexing Optimization

-

8.3We optimized the indexing flow by using ES bulk indexing features, when full-text indexation is disabled at the repository level. Number of works queued is now divided by two. +

8.3We optimized the indexing flow by using ES bulk indexing features, when full-text indexing is disabled at the repository level. Number of works queued is now divided by two.

Allow Separate Repository DDL Generation

@@ -318,7 +318,7 @@

JDK Required

Configurable Content-Security-Policy Header

-

8.10 +

8.10

The Content-Security-Policy header is useful to protect against a variety of attacks, one of them being clickjacking (https://www.owasp.org/index.php/Clickjacking). Nuxeo now includes a permissive Content-Security-Policy. The default Nuxeo configuration is:
   <header name="Content-Security-Policy">default-src *; script-src 'unsafe-inline' 'unsafe-eval' data: *; style-src 'unsafe-inline' *; font-src data: *</header>
@@ -331,7 +331,6 @@ 

Configurable Content-Security-Policy Header

<header name="Content-Security-Policy">default-src 'self'; script-src 'self' 'unsafe-inline' 'unsafe-eval' data: connect.nuxeo.com apis.google.com app.box.com; style-src 'self' 'unsafe-inline' fonts.googleapis.com; img-src 'self'; font-src 'self' data: fonts.gstatic.com; media-src 'self'; frame-src 'self' www.nuxeo.com accounts.google.com; frame-ancestors 'self'</header> </extension>
-