aboutsummaryrefslogtreecommitdiff
path: root/Changelog
diff options
context:
space:
mode:
authorjestin2006-07-11 13:54:48 +0000
committerjestin2006-07-11 13:54:48 +0000
commit3facc60778abff28c793eb8ca34f2ae00c3995ea (patch)
treece936577344ac5316758afc95f364d263aaaf51b /Changelog
parentc14d7b5ec43d9761269deab559ee853d4fec48df (diff)
downloadivy-java-3facc60778abff28c793eb8ca34f2ae00c3995ea.zip
ivy-java-3facc60778abff28c793eb8ca34f2ae00c3995ea.tar.gz
ivy-java-3facc60778abff28c793eb8ca34f2ae00c3995ea.tar.bz2
ivy-java-3facc60778abff28c793eb8ca34f2ae00c3995ea.tar.xz
quelques menues modifications
Diffstat (limited to 'Changelog')
-rw-r--r--Changelog15
1 files changed, 15 insertions, 0 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