aboutsummaryrefslogtreecommitdiff
path: root/Changelog
diff options
context:
space:
mode:
authorjestin2003-01-07 17:12:59 +0000
committerjestin2003-01-07 17:12:59 +0000
commit781512114b4c304f3c72af251e4f416767afe20a (patch)
treeda7c9f7694a61d7c1994c0edca40091e88f1c4d5 /Changelog
parent615df5f1f4058862342ec3171ceb78da09c40fc7 (diff)
downloadivy-java-781512114b4c304f3c72af251e4f416767afe20a.zip
ivy-java-781512114b4c304f3c72af251e4f416767afe20a.tar.gz
ivy-java-781512114b4c304f3c72af251e4f416767afe20a.tar.bz2
ivy-java-781512114b4c304f3c72af251e4f416767afe20a.tar.xz
1.2.3 bientôt dans les bois
Diffstat (limited to 'Changelog')
-rw-r--r--Changelog13
1 files changed, 12 insertions, 1 deletions
diff --git a/Changelog b/Changelog
index f9d9e50..7f8776b 100644
--- a/Changelog
+++ b/Changelog
@@ -12,10 +12,21 @@
- I added a regression test to check the API ( java TestApi in the tests
directory )
- I added the early disconnexion test ( probe < /dev/null )
- bugfix
+ - handles the different JVMs more cleanly in the makefiles
+ - testbenches OK for linux jdk from 1.1 to 1.4
+ bugfixes
+ - the datagram sender is encapsulated within its own thread. Closes
+ another bug.
- IvyClient doesn't loop any more in certain conditions of remote
disconnexion this closes the new bugreport jan/2002
- early disconnexion is now possible ( java fr.dgac.ivy.Probe < /dev/null),
+ - handles the InterruptedIOException happening on certain thread
+ conditions in jdk1.1 and jdk1.2. Threads and multiple VMs is a very
+ complex mix.
+ known bugs
+ - there is an Interrupt on Blackdown linux leading to an innocuous error
+ message. I will investigate later ... It is OK on Solaris jvm 1.1.7A.
+ - in Linux jdk1.2.2, a SIGSEGV from time to time.
------------------------------------------------------------------------------
1.2.2