You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

release-notes.apt.vm 5.4KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122
  1. -----
  2. Release Notes for Archiva ${project.version}
  3. -----
  4. ~~ Licensed to the Apache Software Foundation (ASF) under one
  5. ~~ or more contributor license agreements. See the NOTICE file
  6. ~~ distributed with this work for additional information
  7. ~~ regarding copyright ownership. The ASF licenses this file
  8. ~~ to you under the Apache License, Version 2.0 (the
  9. ~~ "License"); you may not use this file except in compliance
  10. ~~ with the License. You may obtain a copy of the License at
  11. ~~
  12. ~~ http://www.apache.org/licenses/LICENSE-2.0
  13. ~~
  14. ~~ Unless required by applicable law or agreed to in writing,
  15. ~~ software distributed under the License is distributed on an
  16. ~~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
  17. ~~ KIND, either express or implied. See the License for the
  18. ~~ specific language governing permissions and limitations
  19. ~~ under the License.
  20. Release Notes for Archiva ${project.version}
  21. The Apache Archiva team is pleased to announce the release of Archiva
  22. ${project.version}. Archiva is {{{http://archiva.apache.org/download.html}
  23. available for download from the web site}}.
  24. Archiva is an application for managing one or more remote repositories,
  25. including administration, artifact handling, browsing and searching.
  26. If you have any questions, please consult:
  27. * the web site: {{http://archiva.apache.org/}}
  28. * the archiva-user mailing list: {{http://archiva.apache.org/mail-lists.html}}
  29. * New in Archiva ${project.version}
  30. Apache Archiva ${project.version} is a bug fix release:
  31. * Some fixes for the REST API were added to detect requests from unknown origin
  32. * Some bugfixes were added
  33. * Compatibility Changes
  34. * The REST services are now checking for the origin of the requests by analysing Origin
  35. and Referer header of the HTTP requests and adding an validation token to the Header.
  36. This prevents requests from malicious sites if they are open in the same browser. If you use
  37. the REST services from other clients you may change the behaviour with the new
  38. configuration properties for the redback security (<<<rest.csrffilter.*>>>, <<<rest.baseUrl>>>).
  39. For more information see {{{./adminguide/customising-security.html}Archiva Security Configuration}} and
  40. the {{{/redback/integration/rest.html}Redback REST documentation }}.
  41. <<Note:>> If your archiva installation is behind a reverse proxy or load balancer, it may be possible
  42. that the Archiva Web UI does not load after the upgrade. If this is the case you may access the WebUI
  43. via localhost or edit archiva.xml manually. In the "Redback Runtime Configuration" properties you have to
  44. enter the base URLs of your archiva installation to the <<<rest.baseUrl>>> field.
  45. * Archiva uses redback for authentication and authorization in version 2.6
  46. * Release Notes
  47. The Archiva ${project.version} features set can be seen in the {{{./tour/index.html} feature tour}}.
  48. * Changes in Archiva ${project.version}
  49. Released: <<${releaseDate}>>
  50. ** New Feature
  51. ** Improvement
  52. * [MRM-1925] - Make User-Agent header configurable for HTTP requests
  53. * [MRM-1861], [MRM-1924] - Increasing timeouts for repository check
  54. * [MRM-1937] - Prevent creating initial admin user with wrong name.
  55. * Adding origin header validation checks for REST requests
  56. ** Bugs fixed
  57. * [MRM-1859] - Error upon viewing 'Artifacts' tab when browsing an artifact
  58. * [MRM-1874] - Login Dialog triggers multiple events (+messages)
  59. * [MRM-1908] - Logged on users can write any repository
  60. * [MRM-1909] - Remote repository check fails for https://repo.maven.apache.org/maven2
  61. * [MRM-1923] - Fixing bind issue with certain ldap servers, when user not found
  62. * [MRM-1926] - Invalid checksum files in Archiva repository after download from remote repository
  63. * [MRM-1928] - Bad redirect URL when using Archiva through HTTP reverse proxy
  64. * [MRM-1933] - No message body writer has been found for class org.apache.archiva.rest.services.ArchivaRestError
  65. * [MRM-1940] - Slashes appended to remote repo url
  66. ** Task
  67. * History
  68. Archiva was started in November 2005, building a simple framework on top of some existing repository conversion
  69. tools within the Maven project. Initial development focused on repository conversion, error reporting, and indexing.
  70. From January 2006 a web application was started to visualise the information and to start incorporating
  71. functionality from the unmaintained maven-proxy project.
  72. Development continued through many stops and starts. Initial versions of Archiva were built from source by contributors,
  73. and the first alpha version was not released until April 2007. Some significant changes were made to improve
  74. performance and functionality in June 2007 and over the next 6 months and a series of alpha and beta releases, a concerted effort
  75. was made to release the 1.0 version.
  76. Archiva became an Apache "top level project" in March 2008.