diff options
author | jestin | 2003-01-07 17:12:59 +0000 |
---|---|---|
committer | jestin | 2003-01-07 17:12:59 +0000 |
commit | 781512114b4c304f3c72af251e4f416767afe20a (patch) | |
tree | da7c9f7694a61d7c1994c0edca40091e88f1c4d5 /debian/changelog | |
parent | 615df5f1f4058862342ec3171ceb78da09c40fc7 (diff) | |
download | ivy-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 'debian/changelog')
-rw-r--r-- | debian/changelog | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 780d0a9..c98be0f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,23 @@ +ivy-java (1.2.3) unstable; urgency=low + + - Many bugfixes thanks to a new testbench + * the datagram sender is in its own thread. Now works with jdk1.2 + * IvyClient doesn't loop any more on a remote disconnexion + * early disconnect is now possible without hanging + * fixed a bug on older JVM with an exotic thread handling. Threads are + really hard to debug. + - new Features: + * directMessage now available in the API and in Probe + * IVYBUS System property is set according to the policy, and propagated to + the children. It is useful if you want to fork. + - new Doc + * README rewritten + * IvyDaemon as a TCP to Ivy relay is now documented + - new Bug found on thread handling ( blackdown linux 1.1.8-v2 ) + - new Bug found on thread handling ( blackdown linux 1.2.2 ) SIGSEGV + + -- Yannick Jestin <jestin@cena.fr> Tue, 07 Jan 2003 18:09:00 +0200 + ivy-java (1.2.2) unstable; urgency=low - bugfix in IvyClient leading to a growth in CPU usage |