diff options
author | Maria Odea B. Ching <oching@apache.org> | 2009-04-16 08:08:01 +0000 |
---|---|---|
committer | Maria Odea B. Ching <oching@apache.org> | 2009-04-16 08:08:01 +0000 |
commit | 3b38be86bc1834ed959f29cd08a333e26f7f23e6 (patch) | |
tree | cbc09fee34e5ab761e2477cf133a9b06ba4f02f4 | |
parent | 6b47cf58de7bc9d89cb822b66d32239dd8aa72e6 (diff) | |
download | archiva-3b38be86bc1834ed959f29cd08a333e26f7f23e6.tar.gz archiva-3b38be86bc1834ed959f29cd08a333e26f7f23e6.zip |
updated release notes for 1.1.4
git-svn-id: https://svn.apache.org/repos/asf/archiva/branches/archiva-1.1.x@765500 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | archiva-docs/src/site/apt/release-notes.apt | 16 | ||||
-rw-r--r-- | archiva-docs/src/site/site.xml | 2 |
2 files changed, 12 insertions, 6 deletions
diff --git a/archiva-docs/src/site/apt/release-notes.apt b/archiva-docs/src/site/apt/release-notes.apt index 65becbecb..6e80a791b 100644 --- a/archiva-docs/src/site/apt/release-notes.apt +++ b/archiva-docs/src/site/apt/release-notes.apt @@ -1,14 +1,14 @@ ----- - Release Notes for Archiva 1.1.3 + Release Notes for Archiva 1.1.4 ----- -Release Notes for Archiva 1.1.3 +Release Notes for Archiva 1.1.4 - The Apache Archiva team would like to announce the release of Archiva 1.1.3. Archiva is {{{http://archiva.apache.org/download.html} + The Apache Archiva team would like to announce the release of Archiva 1.1.4. Archiva is {{{http://archiva.apache.org/download.html} available for download from the web site}}. - The Archiva 1.1.3 release fixes a security issue under some circumstances which was introduced in Archiva 1.1.2, and all users are - encouraged to upgrade. The release also includes a small number of fixes outlined below. + The Archiva 1.1.4 release fixes a blocker issue for handling maven-metadata.xml files generated by Maven 2.1. The issue affects proxying of + artifacts deployed in a remote repository via Maven 2.1 and users are encouraged to upgrade. Archiva is an application for managing one or more remote repositories, including administration, artifact handling, browsing and searching. @@ -59,6 +59,12 @@ Release Notes for Archiva 1.1.3 The Archiva 1.1 feature set can be seen in the {{{tour/index.html} feature tour}}. +* Changes in Archiva 1.1.4 + +** Bug + + * [MRM-1152] - Fix for MRM-1136 needs to be backported for 1.1.x + * Changes in Archiva 1.1.3 ** Bug diff --git a/archiva-docs/src/site/site.xml b/archiva-docs/src/site/site.xml index 99488bfb3..1cfbf2687 100644 --- a/archiva-docs/src/site/site.xml +++ b/archiva-docs/src/site/site.xml @@ -21,7 +21,7 @@ <project> <body> <breadcrumbs> - <item name="1.1.3" href="/docs/1.1.3" /> + <item name="1.1.4" href="/docs/1.1.4" /> </breadcrumbs> <menu name="Introduction"> |