aboutsummaryrefslogtreecommitdiffstats
path: root/archiva-docs/src
diff options
context:
space:
mode:
authorMartin Stockhammer <martin_s@apache.org>2017-03-19 17:17:30 +0100
committerMartin Stockhammer <martin_s@apache.org>2017-03-19 17:17:30 +0100
commitba47a48c271c7ef3534c48410f8fc4a6620fb927 (patch)
treec268fad6b2a09ae0102ecd193c323b0202a9ff9e /archiva-docs/src
parent2cf09a7f51faf5310237d11bc354fe541f6e2e46 (diff)
downloadarchiva-ba47a48c271c7ef3534c48410f8fc4a6620fb927.tar.gz
archiva-ba47a48c271c7ef3534c48410f8fc4a6620fb927.zip
Adding release notes for 2.2.2 and variable for release date
Diffstat (limited to 'archiva-docs/src')
-rw-r--r--archiva-docs/src/site/apt/release-notes.apt.vm24
1 files changed, 8 insertions, 16 deletions
diff --git a/archiva-docs/src/site/apt/release-notes.apt.vm b/archiva-docs/src/site/apt/release-notes.apt.vm
index 05e336f3e..c5fe219ec 100644
--- a/archiva-docs/src/site/apt/release-notes.apt.vm
+++ b/archiva-docs/src/site/apt/release-notes.apt.vm
@@ -43,22 +43,14 @@ Release Notes for Archiva ${project.version}
* Compatibility Changes
- * If using the Cassandra backend, the metadatafacet column 'key' has been
- renamed to 'facetKey' in 2.2.0 so you should copy the data to the new
- column manually.
+ * The REST services are now checking for the origin of the requests by analysing Origin
+ and Referer header of the HTTP requests and adding an validation token to the Header.
+ This prevents requests from malicious sites if they are open in the same browser. If you use
+ the REST services from other clients you may change the behaviour with the new
+ configuration properties for the redback security (rest.csrffilter.*, rest.baseUrl)
+ For more information see {{{./adminguide/customising-security.html}Archiva Security Configuration}} and
+ the {{{/redback/integration/rest.html}Redback REST documentation }}
- * If upgrading from earlier versions of Archiva, the list of libraries in
- <<<wrapper.conf>>> has changed. If you have customized your copy of
- <<<wrapper.conf>>>, please update it for compatibility with the version
- distributed with the current release.
-
- * As the database storage has been removed, you can remove the JNDI entry
- for <<<jdbc/archiva>>>. After upgrading from a previous version, you will
- have to run a full scan to populate the new JCR Repository. This will be
- done on first start of Archiva.
-
- Refer to the {{{./adminguide/upgrade.html} Upgrading Archiva guide}} for more
- information.
* Release Notes
@@ -66,7 +58,7 @@ Release Notes for Archiva ${project.version}
* Changes in Archiva ${project.version}
- Released: <<???>>
+ Released: <<${releaseDate}>>
** New Feature