diff options
Diffstat (limited to 'Changelog')
-rw-r--r-- | Changelog | 11 |
1 files changed, 9 insertions, 2 deletions
@@ -3,8 +3,15 @@ bugfix IvyClient.java didn't handle the readline()=null correctly. Thus, the - thread kept on eating CPU when a remote client left the bus. This closes - Damien Figarol bugreport dec/2002 + thread kept on eating CPU when a remote client left the bus. + This closes Damien Figarol bugreport dec/2002 + bugfix + The ivy java library wasn't supported on 1.1.x platforms, because of + missing methods ( java.util.Vector.add(Object) and + System.setProperty(String,String) ). I switched back to the old API. + This closes Philippe Truillet bugreport dec/2002. + cleanup + examples have been a bit rewritten ---------------------------------------------------------------------------------------- 1.2.1 |