]> source.dussan.org Git - archiva.git/commitdiff
Adding release documentation
authorMartin Stockhammer <martin_s@apache.org>
Fri, 21 Apr 2017 20:44:44 +0000 (22:44 +0200)
committerMartin Stockhammer <martin_s@apache.org>
Fri, 21 Apr 2017 20:44:44 +0000 (22:44 +0200)
archiva-docs/src/site/apt/quick-start.apt
archiva-docs/src/site/apt/release-notes.apt.vm

index 0f36e1a596a3b5515363c2270e25791a7efa9713..be132d01114c3b95eadaa0604dbe78be435a54b3 100644 (file)
@@ -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}
index 6eecfd01261d0b74b182e8c5007b899c079b3bb4..e89f9a432a01c71c82e5b2ee00bf1fc1004aba56 100644 (file)
@@ -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