aboutsummaryrefslogtreecommitdiff
path: root/Changelog
diff options
context:
space:
mode:
authorjestin2012-04-26 15:26:33 +0000
committerjestin2012-04-26 15:26:33 +0000
commitac8c6c0d9bb921166697e9b13009f9ff83ba9716 (patch)
tree1661b2885aa4d4be2f3cf26deda479641d6f6630 /Changelog
parent934dfab1b2e6571f241facfcadc733d25a411024 (diff)
downloadivy-java-ac8c6c0d9bb921166697e9b13009f9ff83ba9716.zip
ivy-java-ac8c6c0d9bb921166697e9b13009f9ff83ba9716.tar.gz
ivy-java-ac8c6c0d9bb921166697e9b13009f9ff83ba9716.tar.bz2
ivy-java-ac8c6c0d9bb921166697e9b13009f9ff83ba9716.tar.xz
Goes to a set of synchronized collections (Map, HashMap, ...) to try and avoid
multithreaded issues ...
Diffstat (limited to 'Changelog')
-rw-r--r--Changelog9
1 files changed, 9 insertions, 0 deletions
diff --git a/Changelog b/Changelog
index de1f100..a056b50 100644
--- a/Changelog
+++ b/Changelog
@@ -1,4 +1,13 @@
--------------------------------------------------------------------
+1.2.16
+
+ New API:
+ - IvyClient.getRegexps no longer returns an Enumeration, but a
+ Collection
+ Internals:
+ - switched to a lot of synchronized connections, in order to avoid
+ concurrent modifications Exceptions I was unable to prevent so far
+--------------------------------------------------------------------
1.2.15
Internals: