diff options
author | jestin | 2001-10-10 15:36:18 +0000 |
---|---|---|
committer | jestin | 2001-10-10 15:36:18 +0000 |
commit | 5ef7f02fef093aebb79ef1a1f37908664702b1cb (patch) | |
tree | b22448ea05c82f557fa4b7bd335993f692d52095 /doc/changes.html | |
parent | db24162b0be3c9d79204531300808aaa849f3039 (diff) | |
download | ivy-java-5ef7f02fef093aebb79ef1a1f37908664702b1cb.zip ivy-java-5ef7f02fef093aebb79ef1a1f37908664702b1cb.tar.gz ivy-java-5ef7f02fef093aebb79ef1a1f37908664702b1cb.tar.bz2 ivy-java-5ef7f02fef093aebb79ef1a1f37908664702b1cb.tar.xz |
Description of the changes. Cosmetic updates to the man page
Diffstat (limited to 'doc/changes.html')
-rw-r--r-- | doc/changes.html | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/changes.html b/doc/changes.html index 99fa4cb..505ef1b 100644 --- a/doc/changes.html +++ b/doc/changes.html @@ -5,6 +5,14 @@ <body> <h1>What's new in ivy java</h1> + <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 + optimized at all + +<li>1.0.6: Fixed a bug in fr.dgac.ivy.Probe, which didn't use the IVYBUS +property. + <li>1.0.5: Multicast support </body> |