You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@archiva.apache.org by ma...@apache.org on 2017/05/05 11:25:18 UTC

[2/2] archiva git commit: Adding additional release note info

Adding additional release note info


Project: http://git-wip-us.apache.org/repos/asf/archiva/repo
Commit: http://git-wip-us.apache.org/repos/asf/archiva/commit/c2e13264
Tree: http://git-wip-us.apache.org/repos/asf/archiva/tree/c2e13264
Diff: http://git-wip-us.apache.org/repos/asf/archiva/diff/c2e13264

Branch: refs/heads/master
Commit: c2e13264a6bed75bb64d39424cd4f89a824164db
Parents: 889ac84
Author: Martin Stockhammer <ma...@apache.org>
Authored: Fri May 5 13:24:49 2017 +0200
Committer: Martin Stockhammer <ma...@apache.org>
Committed: Fri May 5 13:24:49 2017 +0200

----------------------------------------------------------------------
 archiva-docs/src/site/apt/release-notes.apt.vm | 12 ++++++++----
 1 file changed, 8 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/archiva/blob/c2e13264/archiva-docs/src/site/apt/release-notes.apt.vm
----------------------------------------------------------------------
diff --git a/archiva-docs/src/site/apt/release-notes.apt.vm b/archiva-docs/src/site/apt/release-notes.apt.vm
index e89f9a4..c418718 100644
--- a/archiva-docs/src/site/apt/release-notes.apt.vm
+++ b/archiva-docs/src/site/apt/release-notes.apt.vm
@@ -48,11 +48,11 @@ Release Notes for Archiva ${project.version}
     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)
+    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 }}
 
-  * Archiva uses redback for authentication and authorization in version ${redback.version}
+  * Archiva uses redback for authentication and authorization in version 2.5
 
 * Release Notes
 
@@ -76,7 +76,7 @@ Release Notes for Archiva ${project.version}
 
      * Adding origin header validation checks for REST requests
 
- ** Bugs fixed
+** Bugs fixed
 
      * [MRM-1859] - Error upon viewing 'Artifacts' tab when browsing an artifact
 
@@ -91,9 +91,13 @@ Release Notes for Archiva ${project.version}
      * [MRM-1926] - Invalid checksum files in Archiva repository after download from remote repository
 
      * [MRM-1928] - Bad redirect URL when using Archiva through HTTP reverse proxy
+ 
+     * [MRM-1933] - No message body writer has been found for class org.apache.archiva.rest.services.ArchivaRestError
+ 
+     * [MRM-1940] - Slashes appended to remote repo url
 
 
- ** Task
+** Task