mirror of https://github.com/apache/ant-ivy
Update BouncyCastle to 1.59
This commit is contained in:
parent
1132a0e342
commit
62216968e8
|
|
@ -83,7 +83,7 @@ For details about the following changes, check our JIRA install at link:https://
|
|||
|
||||
- IMPROVEMENT: Throw an IllegalStateException when retrieving the resolutionCacheRoot on the DefaultResolutionCacheManager if the basedir (or IvySettings) is not set (jira:IVY-1482[])
|
||||
- IMPROVEMENT: Optimization: limit the revision numbers scanned if revision prefix is specified (Thanks to Ernestas Vaiciukevičius)
|
||||
- IMPROVEMENT: Update BouncyCastle to 1.52 (jira:IVY-1521[]) (Thanks to Michal Srb)
|
||||
- IMPROVEMENT: Update BouncyCastle to 1.59 (jira:IVY-1521[]) (Thanks to Michal Srb)
|
||||
- IMPROVEMENT: `symlinkmass` option of retrieve task has been deprecated in this release and will no longer be supported since, starting this version of Ivy, Ivy uses Java standard API(s) for symlink management and as such doesn't spawn a process to execute symlink creation shell commands, like it used to do earlier. The `symlinkmass` option was previously there to launch just one single process instead of multiple processes for symlink creation. Now with the usage of the Java standard API(s), this option no longer is relevant.
|
||||
- IMPROVEMENT: Ivy command line now supports passing `overwriteMode` option to `retrieve` task (jira:IVY-1447[])
|
||||
- IMPROVEMENT: Support timestamped SNAPSHOT versions from Maven repository (jira:IVY-1153[]) and (jira:IVY-1476[])
|
||||
|
|
@ -92,7 +92,7 @@ For details about the following changes, check our JIRA install at link:https://
|
|||
|
||||
- NEW: Lets SSH-based resolvers use an `~/.ssh/config` file to find username/hostname/keyfile options (Thanks to Colin Stanfill)
|
||||
- NEW: Add ivy.maven.lookup.sources and ivy.maven.lookup.javadoc variables to control the lookup of the additional artifacts. Defaults to true, for backward compatibility (jira:IVY-1529[])
|
||||
- NEW: Add (conditional) support for SHA-256 SHA-512 and SHA-384 checksum algorithms (jira:IVY-1554[]) (Thanks to Jaikiran Pai)
|
||||
- NEW: Add (conditional) support for SHA-256, SHA-512 and SHA-384 checksum algorithms (jira:IVY-1554[]) (Thanks to Jaikiran Pai)
|
||||
|
||||
|
||||
////
|
||||
|
|
|
|||
|
|
@ -30,7 +30,7 @@ target.ivy.bundle.version.qualifier=alpha_
|
|||
# running Ant, so we could not use that name here.
|
||||
apache-ant.version=1.9.10
|
||||
ant-contrib.version=1.0b3
|
||||
bouncycastle.version=1.58
|
||||
bouncycastle.version=1.59
|
||||
commons-vfs2.version=2.2
|
||||
hamcrest.version=1.3
|
||||
httpclient.version=4.5.3
|
||||
|
|
|
|||
Loading…
Reference in New Issue