aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjestin2002-03-06 12:55:50 +0000
committerjestin2002-03-06 12:55:50 +0000
commitf6597057b9743aa727c407b7c483ba5d9bc240c0 (patch)
tree579c3645c25da47460a4df5565759534a25a22fb
parentfeb14ab29689de0f2e6f63e01f1120cf3e6de614 (diff)
downloadivy-java-f6597057b9743aa727c407b7c483ba5d9bc240c0.zip
ivy-java-f6597057b9743aa727c407b7c483ba5d9bc240c0.tar.gz
ivy-java-f6597057b9743aa727c407b7c483ba5d9bc240c0.tar.bz2
ivy-java-f6597057b9743aa727c407b7c483ba5d9bc240c0.tar.xz
preparing 1.0.7 -> 1.0.8
-rw-r--r--README10
-rw-r--r--TODO8
-rw-r--r--doc/changes.html4
-rw-r--r--doc/ivy-java.14
4 files changed, 17 insertions, 9 deletions
diff --git a/README b/README
index c898179..dc3f5f0 100644
--- a/README
+++ b/README
@@ -17,14 +17,14 @@ to your usual installation directory for Java archives.
To use ivy-java, you will need to include it in your classpath
setting. Typically this is done by adding an entry to your CLASSPATH
variable setting with the full path to the JAR file, e.g.
- csh: % setenv CLASSPATH ${CLASSPATH}:/usr/java/lib/ivy-java-1.0.7.jar
- bash: % export CLASSPATH=${CLASSPATH}:/usr/java/lib/ivy-java-1.0.7.jar
- DOS: > set CLASSPATH %CLASSPATH%;C:\Java\lib\ivy-java-1.0.7.jar
+ csh: % setenv CLASSPATH ${CLASSPATH}:/usr/java/lib/ivy-java-1.0.8.jar
+ bash: % export CLASSPATH=${CLASSPATH}:/usr/java/lib/ivy-java-1.0.8.jar
+ DOS: > set CLASSPATH %CLASSPATH%;C:\Java\lib\ivy-java-1.0.8.jar
Various shells and operating systems may have slightly different methods.
Consult your Java virtual machine documentation for details. You may also
specify the -classpath option to the java executable, e.g.
-compile: % javac -classpath /usr/java/lib/ivy-java-1.0.7.jar MyClass.java
-execute: % java -classpath /usr/java/lib/ivy-java-1.0.7.jar MyClass
+compile: % javac -classpath /usr/java/lib/ivy-java-1.0.8.jar MyClass.java
+execute: % java -classpath /usr/java/lib/ivy-java-1.0.8.jar MyClass
DOCUMENTATION
diff --git a/TODO b/TODO
index c3fd6d3..68e0d4f 100644
--- a/TODO
+++ b/TODO
@@ -1,7 +1,11 @@
+Regression tests: I should check many items before adding a new release. 1.0.8
+ is utterly buggy :-\
+
Code cleaning ( public /private )
fr.dgac.ivy.Probe should exit at end of user input
-fr.dgac.ivy.Probe doesn't abide to the bus die semantics. Is it a library problem ?
-Problem: is there a clear understanding of those semantics ? :)
+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 ? :)
Use alternate regexp classes (SplitEECclient, ... )
diff --git a/doc/changes.html b/doc/changes.html
index 505ef1b..b8ab457 100644
--- a/doc/changes.html
+++ b/doc/changes.html
@@ -5,6 +5,10 @@
<body>
<h1>What's new in ivy java</h1>
+ <li>1.0.8: Fixed a bug in inserted in 1.0.7, added the Counter program,
+ useful if you want to have an inexact idea of the number of messages
+ circulating on the bus itself.
+
<li>1.0.7: Fixed a bug in Ivy.java and IvyClient.java, causing the
problematic 'a(.*) (.*)' matching 'a 2' loosing the first empty matches.
Beware, this has a cost on effectiveness, but, hey, Ivy-java is not
diff --git a/doc/ivy-java.1 b/doc/ivy-java.1
index 9a3f621..5ff2347 100644
--- a/doc/ivy-java.1
+++ b/doc/ivy-java.1
@@ -8,7 +8,7 @@
.\" '\" of this file, and for a DISCLAIMER OF ALL WARRANTIES.
.\" '\"
.\" '\"
-.TH "Ivy-java-1.0" "1" "1.0.7" "Yannick Jestin" ""
+.TH "Ivy-java-1.0" "1" "1.0.8" "Yannick Jestin" ""
.SH "NAME"
ivy\-java \- a software bus library java implementation
.SH "SYNOPSIS"
@@ -92,7 +92,7 @@ been tested since
.nf
.I libgnu\-regexp\-java version 1.1.3
.nf
-.I libgnu\-getopt\-java version 1.0.6
+.I libgnu\-getopt\-java version 1.0.9
.nf
.I for TestIvySwing, swing if it is not bundled in your jdk1.1