diff options
author | James William Dumay <jdumay@apache.org> | 2008-05-11 08:14:29 +0000 |
---|---|---|
committer | James William Dumay <jdumay@apache.org> | 2008-05-11 08:14:29 +0000 |
commit | b91a64a291f970972a878edd9c8749adf123f13f (patch) | |
tree | a51711f8fda5bb830de73206793071e3b80d85a2 /archiva-docs/src | |
parent | 98c5172b794bb9f5d995cf2e36f9aeda3dd5d97d (diff) | |
download | archiva-b91a64a291f970972a878edd9c8749adf123f13f.tar.gz archiva-b91a64a291f970972a878edd9c8749adf123f13f.zip |
Updating release notes to include webdav changes
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@655277 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'archiva-docs/src')
-rw-r--r-- | archiva-docs/src/site/apt/release-notes.apt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/archiva-docs/src/site/apt/release-notes.apt b/archiva-docs/src/site/apt/release-notes.apt index 614b7926d..c33ed54b1 100644 --- a/archiva-docs/src/site/apt/release-notes.apt +++ b/archiva-docs/src/site/apt/release-notes.apt @@ -46,6 +46,11 @@ Release Notes for Archiva 1.1 (DRAFT) Archiva now uses the Spring Framework as it's underlying container instead of Plexus. This results in a boost in performance and stability for the web application in particular. +** Using Apache Jackrabbit WebDAV Servlet + Archiva now uses Apache Jackrabbit's WebDAV servlet for serving repository content instead of plexus-webdav. The change results in reduced + codebase complexity, increased standards compliance, better webdav client support and a small peformance boost. + + * Release Notes The Archiva 1.1 feature set can be seen in the {{{tour/index.html} feature tour}}. |