Raindrop News
Status: Pre-Alpha
Brought to you by:
ewan_silver
Raindrop version 0.3 has been released. This release primarily adds some extra documentation and demo code.
I have just released version 0.2 of the Raindrop code. Raindrop now requires a Java 5 capable JVM. This is because the internal Queue Threads are managed using the java.util.concurrency package. They were previously using an old version of Doug Leas concurrency code.
This release also tidies up an outgoing TCP client connection bug and adds in some more Unit Tests.