From ac8c6c0d9bb921166697e9b13009f9ff83ba9716 Mon Sep 17 00:00:00 2001 From: jestin Date: Thu, 26 Apr 2012 15:26:33 +0000 Subject: Goes to a set of synchronized collections (Map, HashMap, ...) to try and avoid multithreaded issues ... --- Changelog | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'Changelog') 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: -- cgit v1.1