aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Changelog15
-rw-r--r--Makefile2
-rw-r--r--java.mk1
-rw-r--r--manifest2
4 files changed, 18 insertions, 2 deletions
diff --git a/Changelog b/Changelog
index 6f7583e..aad1481 100644
--- a/Changelog
+++ b/Changelog
@@ -1,4 +1,19 @@
--------------------------------------------------------------------
+1.2.9
+ bug remaining
+ - the overhead is quite important on a loaded setup
+ bugfixes
+ - unexpected disconnections after the broadcast
+ new features
+ - Ivy.setFilter() aka message classes, reduces the number of regexp
+ matching, improves performance especially when there are *many* clients
+ and *many* regexps, most of them ^bounded . See doc for details
+ - java -DIVYRANGE=4000-5000 allows the choice of service ports within a
+ specific range, for instance on firewall configurations.
+ - modification of the IDP broadcast ( see mailing list for details )
+ - .time and .bound commands in jprobe
+
+--------------------------------------------------------------------
1.2.8
bug remaining
diff --git a/Makefile b/Makefile
index cfa7cdb..d5b3b0e 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
# Be sure to set this before compiling ...
- VER = 1.2.8
+ VER = 1.2.9
DIST = lib/ivy-java-$(VER).jar
DOCS = doc/html/api
#JAR = fastjar # jar fails with kaffe on woody
diff --git a/java.mk b/java.mk
index 284f3b7..b723c50 100644
--- a/java.mk
+++ b/java.mk
@@ -13,4 +13,5 @@ JAVA = java
#JAVA = gij
#JAVAC = gcj -C
JAVAC = javac
+#JAVAC = /usr/local/j2sdk1.4.2/bin/javac
#JAVACOPTS = --encoding=8859_1 -Wall -g
diff --git a/manifest b/manifest
index 92e39e9..46d832e 100644
--- a/manifest
+++ b/manifest
@@ -1,3 +1,3 @@
Manifest-Version: 1.0
-Main-Class: fr.dgac.ivy.Probe
+Main-Class: fr.dgac.ivy.tools.Probe
Created-By: 1.2 (Sun Microsystems Inc.)