diff options
author | Olivier Lamy <olamy@apache.org> | 2011-12-14 15:37:51 +0000 |
---|---|---|
committer | Olivier Lamy <olamy@apache.org> | 2011-12-14 15:37:51 +0000 |
commit | 36090b52b36f4bdb35186c56ba0eeb5226bcae48 (patch) | |
tree | 5c583ab3f88f999f89833ada7247a680f870884d /archiva-docs | |
parent | 314b9c0557b7317a29d4bc979736cb4e98d909e9 (diff) | |
download | archiva-36090b52b36f4bdb35186c56ba0eeb5226bcae48.tar.gz archiva-36090b52b36f4bdb35186c56ba0eeb5226bcae48.zip |
merge -r1214300:1214301 https://svn.apache.org/repos/asf/archiva/branches/1.4-M2-RC
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1214303 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'archiva-docs')
-rw-r--r-- | archiva-docs/src/site/apt/release-notes.apt.vm | 54 |
1 files changed, 54 insertions, 0 deletions
diff --git a/archiva-docs/src/site/apt/release-notes.apt.vm b/archiva-docs/src/site/apt/release-notes.apt.vm index 3acf1216b..806477f30 100644 --- a/archiva-docs/src/site/apt/release-notes.apt.vm +++ b/archiva-docs/src/site/apt/release-notes.apt.vm @@ -63,6 +63,60 @@ Release Notes for Archiva ${project.version} Released: <<???>> +** New Feature + + * [MRM-815] - aggregate indices for repository groups + + * [MRM-1547] - release an archetype to create consumer + + * [MRM-1560] - Add the possibility to schedule retrieve remote indexes when application startup + +** Improvement + + * [MRM-1175] - archiva-consumer-plugin-archetype: generates code that does not compile + + * [MRM-1425] - Add Implementation details to MANIFEST.MF in the produced war + + * [MRM-1426] - Set welcome page in web.xml + + * [MRM-1430] - create test-jar for consumers + + * [MRM-1534] - deprecated configuration warning for default install + + * [MRM-1535] - Invalid reference (result HTTP 404) for css/no-theme/jquery-ui-1.8.14.theme.css + + * [MRM-1538] - Managed Repositories > Show Snippet ought to include a pluginRepositories section + + * [MRM-1539] - Upgrade to Jetty 7 + + * [MRM-1545] - upgrade derby version to 10.8.2.2 + + * [MRM-1548] - configure a java.io.tmpdir in ./temp for jetty distrib + + * [MRM-1549] - add some initial memory setup in wrapper.conf + + * [MRM-1551] - add rest method to delete artifact. + + * [MRM-1555] - upgrade derby version to 10.8.2.2 + +** Bug + + * [MRM-684] - Clients timeout due to Archiva blocking when downloading large files + + * [MRM-788] - Database Issue: java.sql.SQLException: Already closed. + + * [MRM-1318] - Nexus index of a repository group is incomplete + + * [MRM-1370] - Artifacts labelled "Distribution-zip" in the orange frame. + + * [MRM-1542] - missing classifier field in the delete artifact web page + + * [MRM-1552] - Perm-Gen space exception on MAC using the wrapper + +** Test + + * [MRM-1557] - archive-rest-services unit tests broken + Previous Releases * Changes in Archiva 1.4-M1 |