diff options
-rw-r--r-- | Changelog | 15 | ||||
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | java.mk | 1 | ||||
-rw-r--r-- | manifest | 2 |
4 files changed, 18 insertions, 2 deletions
@@ -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 @@ -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 @@ -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 @@ -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.) |