fix 0.12.1 changes section

This commit is contained in:
Mark Harrah 2012-11-01 16:30:19 -04:00
parent 313bb1f8f2
commit b927d42916
1 changed files with 11 additions and 10 deletions

View File

@ -2,8 +2,8 @@
Changes Changes
======= =======
0.12.0 to 0.12.1 (unreleased) 0.12.0 to 0.12.1
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~
Dependency management fixes: Dependency management fixes:
@ -16,14 +16,15 @@ Dependency management fixes:
and binary dependencies. and binary dependencies.
- Per-project resolution cache that deletes cached files before - Per-project resolution cache that deletes cached files before
``update``. Notes: ``update``. Notes:
- The resolution cache differs from the repository cache and does not
contain dependency metadata or artifacts. - The resolution cache differs from the repository cache and does not
- The resolution cache contains the generated ivy files, properties, contain dependency metadata or artifacts.
and resolve reports for the project. - The resolution cache contains the generated ivy files, properties,
- There will no longer be individual files directly in ``~/.ivy2/cache/`` and resolve reports for the project.
- Resolve reports are now in ``target/resolution-cache/reports/``, viewable with a browser. - There will no longer be individual files directly in ``~/.ivy2/cache/``
- Cache location includes extra attributes so that cross builds of a - Resolve reports are now in ``target/resolution-cache/reports/``, viewable with a browser.
plugin do not overwrite each other. Fixes gh-532. - Cache location includes extra attributes so that cross builds of a
plugin do not overwrite each other. Fixes gh-532.
Three stage incremental compilation: Three stage incremental compilation: