From: Antoine Jacquet Date: Sat, 28 Feb 2004 23:00:00 +0000 (+0100) Subject: version 0.3 X-Git-Tag: v0.3 X-Git-Url: http://royale.zerezo.com/git/?p=jMoule;a=commitdiff_plain;h=62e0d1625d8f3beee7c864d2baa6ebcbb12aa29e version 0.3 * crash fix when file has no name : use its ID --- diff --git a/CHANGELOG b/CHANGELOG new file mode 100644 index 0000000..ed6177d --- /dev/null +++ b/CHANGELOG @@ -0,0 +1,13 @@ +Change log file for jMoule + +version 0.3 (2004-02-29) + * crash fix when file has no name : use its ID + +version 0.2 (2003-06-08) + * More results for the searches + * ETA is now displayed (time remaining in hours) + * A statistics tab was added + * DonkeyCore class is now commented + +version 0.1 (2003-04-06) + * initial release diff --git a/COPYING b/COPYING old mode 100755 new mode 100644 diff --git a/README b/README old mode 100755 new mode 100644 index ec9d439..9c38171 --- a/README +++ b/README @@ -1,4 +1,4 @@ -jMoule 0.2 +jMoule 0.3 site: http://royale.zerezo.com/jmoule/ mail: royale@zerezo.com diff --git a/build.bat b/build.bat old mode 100755 new mode 100644 diff --git a/build.xml b/build.xml old mode 100755 new mode 100644 diff --git a/build/icon.gif b/build/icon.gif old mode 100755 new mode 100644 diff --git a/build/splash.jpg b/build/splash.jpg old mode 100755 new mode 100644 index d0e1286..114b0e9 Binary files a/build/splash.jpg and b/build/splash.jpg differ diff --git a/src/DonkeyCore.java b/src/DonkeyCore.java old mode 100755 new mode 100644 index bd79353..c28066a --- a/src/DonkeyCore.java +++ b/src/DonkeyCore.java @@ -558,11 +558,26 @@ public class DonkeyCore extends Thread debug("FileInformation: "); id=new Long(readLong()); // id readLong(); // network - n=readInt(); - readString(); - fileInfo.add(readString()); - for (i=0;i