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/04/21 20:56:53 UTC

[2/4] archiva git commit: Adding release documentation

Adding release documentation


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

Branch: refs/heads/master
Commit: d158b4c63069d684618e19793bb033c55f2f7464
Parents: c48c96d
Author: Martin Stockhammer <ma...@apache.org>
Authored: Fri Apr 21 22:44:44 2017 +0200
Committer: Martin Stockhammer <ma...@apache.org>
Committed: Fri Apr 21 22:44:44 2017 +0200

----------------------------------------------------------------------
 archiva-docs/src/site/apt/quick-start.apt      |  2 --
 archiva-docs/src/site/apt/release-notes.apt.vm | 28 +++++++++++++--------
 2 files changed, 17 insertions(+), 13 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/archiva/blob/d158b4c6/archiva-docs/src/site/apt/quick-start.apt
----------------------------------------------------------------------
diff --git a/archiva-docs/src/site/apt/quick-start.apt b/archiva-docs/src/site/apt/quick-start.apt
index 0f36e1a..be132d0 100644
--- a/archiva-docs/src/site/apt/quick-start.apt
+++ b/archiva-docs/src/site/apt/quick-start.apt
@@ -42,8 +42,6 @@ Installing Archiva
   You will need to choose a different start command based on your platform. The <<<console>>> argument
   starts the server with the logs going to standard output, and waits for Ctrl+C to stop the server.
 
-  <<Note:>> A Derby exception "Schema 'SA' does not exist" occurs, but is not of concern.
-
   Archiva is now running on <<<{{http://localhost:8080/}}>>>
 
 {Setting up your Archiva instance}

http://git-wip-us.apache.org/repos/asf/archiva/blob/d158b4c6/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 6eecfd0..e89f9a4 100644
--- a/archiva-docs/src/site/apt/release-notes.apt.vm
+++ b/archiva-docs/src/site/apt/release-notes.apt.vm
@@ -36,11 +36,11 @@ Release Notes for Archiva ${project.version}
 
 * New in Archiva ${project.version}
 
-  Apache Archiva ${project.version} is a bugs fix release:
+  Apache Archiva ${project.version} is a bug fix release:
 
-  * Some fixes were added to avoid requests from unknown origin
+  * Some fixes for the REST API were added to detect requests from unknown origin
 
-  * Some minor bugfixes were added
+  * Some bugfixes were added
 
 * Compatibility Changes
 
@@ -70,24 +70,30 @@ Release Notes for Archiva ${project.version}
 
      * [MRM-1925] - Make User-Agent header configurable for HTTP requests
 
-     * [MRM-1874] - Login Dialog triggers multiple events (+messages)
+     * [MRM-1861], [MRM-1924] - Increasing timeouts for repository check
 
-     * [MRM-1924] - Increasing timeouts for repository check
+     * [MRM-1937] - Prevent creating initial admin user with wrong name.
 
-** Bug
+     * Adding origin header validation checks for REST requests
 
-     * [MRM-1908] - Logged on users can write any repository
+ ** Bugs fixed
 
-     * [MRM-1928] - Bad redirect URL when using Archiva through HTTP reverse proxy
+     * [MRM-1859] - Error upon viewing 'Artifacts' tab when browsing an artifact
 
-     * [MRM-1926] - Invalid checksum files in Archiva repository after download from remote repository
+     * [MRM-1874] - Login Dialog triggers multiple events (+messages)
 
-     * [MRM-1923] - Fixing bind issue with certain ldap servers, when user not found
+     * [MRM-1908] - Logged on users can write any repository
 
      * [MRM-1909] - Remote repository check fails for https://repo.maven.apache.org/maven2
 
+     * [MRM-1923] - Fixing bind issue with certain ldap servers, when user not found
+
+     * [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
+
 
-** Task
+ ** Task