blob: 505ef1b0e1a681e3f155adfcb5c1f3d3ca4fbb89 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
<html>
<head>
<title>What's new in ivy java</title>
</head>
<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>
</html>
|