diff options
author | jestin | 2006-07-11 13:56:11 +0000 |
---|---|---|
committer | jestin | 2006-07-11 13:56:11 +0000 |
commit | c7578c87ce1d91ce79bbcb8c51a5455ff0893318 (patch) | |
tree | c1f3cf0e1fe146643f2c245390feb02d25719167 /debian | |
parent | 3facc60778abff28c793eb8ca34f2ae00c3995ea (diff) | |
download | ivy-java-c7578c87ce1d91ce79bbcb8c51a5455ff0893318.zip ivy-java-c7578c87ce1d91ce79bbcb8c51a5455ff0893318.tar.gz ivy-java-c7578c87ce1d91ce79bbcb8c51a5455ff0893318.tar.bz2 ivy-java-c7578c87ce1d91ce79bbcb8c51a5455ff0893318.tar.xz |
pas mal de changements:
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
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 4b30c78..df1a53a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,20 @@ +libivy-java (1.2.9) unstable; urgency=low + + 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 + + -- Yannick Jestin <jestin@cena.fr> Thu, 22 Nov 2005 23:09:00 +0100 + libivy-java (1.2.8) unstable; urgency=low bugfixes |