diff options
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 |