added compatibility info

git-svn-id: https://svn.apache.org/repos/asf/incubator/ivy/trunk@484159 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Xavier Hanin 2006-01-24 15:12:49 +00:00
parent b3c84fc0db
commit 91818e2e8d
1 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,8 @@
compatiblity with previous version:
- the default place for the cache has changed, it is now in {USER_HOME}/.ivy/cache, instead of {USER_HOME}/.ivy-cache
please move this directory if you want to avoid unnecessary downloads
- modules are now logged as they are found, set ivy.log.module.when.found variable to false to avoid this
- NEW: namespace system: a resolver can be declared to belong to a namespace, which itself
specify the transformation to apply to convert it from and to system namespace (IVY-147)
- NEW: pluggable module descriptor parsers let define new kind of module descriptor (IVY-146) (thanks to Maarten Coene)