aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Changelog21
-rw-r--r--TODO37
-rw-r--r--manifest4
3 files changed, 42 insertions, 20 deletions
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.)