From ba4e7756c028129dc0c22650b17ba52ee92c6056 Mon Sep 17 00:00:00 2001 From: jestin Date: Tue, 4 Jun 2002 17:01:19 +0000 Subject: I Added a Changelog file There are many things to be done ... cVS: ---------------------------------------------------------------------- --- Changelog | 21 +++++++++++++++++++++ TODO | 37 +++++++++++++++++++------------------ manifest | 4 ++-- 3 files changed, 42 insertions(+), 20 deletions(-) create mode 100644 Changelog diff --git a/Changelog b/Changelog new file mode 100644 index 0000000..6768241 --- /dev/null +++ b/Changelog @@ -0,0 +1,21 @@ +CHANGELOG + +1.0.10 ------------------------------------- +mar jun 4 19:00:32 CEST 2002 + +TestIvy: + System.exit on bus die + +IvyWatcher + isInDomain() is wrong in multicast. I've removed it -> TO FIX + there was a remanence effect in the datagrampacket buffer. I clean it up after each message + cleaned up the getDomain() and getPort() code + I allow multiple domains + I Removed the CPU eating loop on soTimeOut, with a vector of broadcast listeners + +Probe + System.exit upon die message + +jar file: + added gnu/regexp and gnu/getopt class files withing the jar file + diff --git a/TODO b/TODO index 9db9a75..e10b1f6 100644 --- a/TODO +++ b/TODO @@ -1,20 +1,21 @@ -Regression tests: I should check many items before adding a new release. 1.0.8 - is utterly buggy :-\ +BUGS +------------------------------------- +protocol error quand j'utilise une VM 1.4.0 +procol error entre un ivyprobe C sur bilsa et un Probe java sur geant en multicast, + à l'envoi d'un message +Use alternate regexp classes (SplitEECclient, ... ) +TODO +------------------------------------- +Regression tests: I should check many items before adding a new release. + - are regexp correct ? + - case dependent ? + - connexion order dependant or not ? + - messages transmitted ? + - multiple domains + - SDK Dependance ? problem with vectors on jdk 1.1.7 + - 3 tiers checking: disconnect, die and disconnect from the others Code cleaning ( public / private ) - -fr.dgac.ivy.Probe should exit at end of user input -> DONE ! - -fr.dgac.ivy.Probe doesn't abide to the bus die semantics. Is it a library - problem ? -> YES - Problem: is there a clear understanding of those semantics ? :) - -> DONE ! - -Use alternate regexp classes (SplitEECclient, ... ) -> TBDone - -DEBUG .... - - debug ne fonctionnait pas bien dans Ivy.java ... Il ne fallait pas qu'il - soit statique. -> DONE - - affichage de la version du protocole et de la lib -> DONE - - la version de la lib est hard codée dans une variable statique -> DONE - +debian package is not built properly ( debian build depends ) +Makefile -> ant ? +test between a 1.1.8 jdk and a 1.3.1 -> failure :-\ diff --git a/manifest b/manifest index 0e2ab71..21fc1d3 100644 --- a/manifest +++ b/manifest @@ -1,3 +1,3 @@ -Manifest-Version: 1.0.8 -Main-Class: fr.dgac.ivy.TestIvySwing +Manifest-Version: 1.0.10 +Main-Class: fr.dgac.ivy.Probe Created-By: 1.2 (Sun Microsystems Inc.) -- cgit v1.1