瀏覽代碼

Adding release notes for 2.2.2 and variable for release date

tags/archiva-2.2.2
Martin Stockhammer 7 年之前
父節點
當前提交
ba47a48c27
共有 2 個文件被更改,包括 10 次插入16 次删除
  1. 2
    0
      archiva-docs/pom.xml
  2. 8
    16
      archiva-docs/src/site/apt/release-notes.apt.vm

+ 2
- 0
archiva-docs/pom.xml 查看文件

@@ -32,6 +32,8 @@
<properties>
<siteFilePath>${user.home}/archiva-sites/archiva-docs-${project.version}/</siteFilePath>
<scmPubCheckoutDirectory>${basedir}/.site-content</scmPubCheckoutDirectory>
<maven.build.timestamp.format>yyyy-MM-dd</maven.build.timestamp.format>
<releaseDate>${maven.build.timestamp}</releaseDate>
</properties>

<build>

+ 8
- 16
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

Loading…
取消
儲存