From e616395c3b7927ffdcc77722483efdc8f21e5882 Mon Sep 17 00:00:00 2001 From: orbiter Date: Tue, 16 Aug 2005 15:15:19 +0000 Subject: [PATCH] latest changes and cut for 0.40 git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@548 6c8d7289-2bf4-0310-a012-ef5d649a1542 --- build.properties | 10 +++---- doc/Demo.html | 2 +- doc/Download.html | 4 +-- doc/News.html | 29 ++++++++----------- .../plasma/plasmaWordIndexDistribution.java | 2 +- yacy.logging | 4 +-- 6 files changed, 23 insertions(+), 28 deletions(-) diff --git a/build.properties b/build.properties index 67ebae010..e753b4915 100644 --- a/build.properties +++ b/build.properties @@ -3,11 +3,11 @@ javacSource=1.4 javacTarget=1.4 # Release Configuration -releaseVersion=0.398 -releaseFile=yacy_dev_v${releaseVersion}_${DSTAMP}_${releaseNr}.tar.gz -#releaseFile=yacy_v${releaseVersion}_${DSTAMP}_${releaseNr}.tar.gz -releaseDir=yacy_dev_v${releaseVersion}_${DSTAMP}_${releaseNr} -#releaseDir=yacy_v${releaseVersion}_${DSTAMP}_${releaseNr} +releaseVersion=0.40 +#releaseFile=yacy_dev_v${releaseVersion}_${DSTAMP}_${releaseNr}.tar.gz +releaseFile=yacy_v${releaseVersion}_${DSTAMP}_${releaseNr}.tar.gz +#releaseDir=yacy_dev_v${releaseVersion}_${DSTAMP}_${releaseNr} +releaseDir=yacy_v${releaseVersion}_${DSTAMP}_${releaseNr} releaseNr=$Revision$ # defining some file/directory access rights diff --git a/doc/Demo.html b/doc/Demo.html index 39a3b9a08..17e18e448 100644 --- a/doc/Demo.html +++ b/doc/Demo.html @@ -61,7 +61,7 @@ However, the search function is public.

diff --git a/doc/Download.html b/doc/Download.html index 56a79f186..ca79ee366 100644 --- a/doc/Download.html +++ b/doc/Download.html @@ -65,14 +65,14 @@ You can download the Java

Latest Release: -The latest YaCy release version is 0.394
+The latest YaCy release version is 0.40
Nightly builds from compiles out of SVN can be obtained from
http://devbin.yacy-forum.de/.

Main releases of YaCy are hosted on yacy.net, yacy@BerliOS.de and yacy@freshmeat.net.
Download Mirrors and YaCy Flavours:

--> - -

v0.394_20050803_489 +

v0.40_20050816_548

- - -

v0.391_20050726_434 (bugfix release) -


v0.39_20050722_424 diff --git a/source/de/anomic/plasma/plasmaWordIndexDistribution.java b/source/de/anomic/plasma/plasmaWordIndexDistribution.java index cc2ea7a21..c5567b3ca 100644 --- a/source/de/anomic/plasma/plasmaWordIndexDistribution.java +++ b/source/de/anomic/plasma/plasmaWordIndexDistribution.java @@ -175,7 +175,7 @@ public class plasmaWordIndexDistribution { log.logInfo("Index transfer of " + indexCount + " words [" + indexEntities[0].wordHash() + " .. " + indexEntities[indexEntities.length-1].wordHash() + "]/" + avdist + " to peer " + seed.getName() + ":" + seed.hash + " in " + ((System.currentTimeMillis() - start) / 1000) + " seconds successfull (" + - (indexCount / ((System.currentTimeMillis() - start) / 1000)) + " words/s)"); + (1000 * indexCount / (System.currentTimeMillis() - start + 1)) + " words/s)"); peerNames += ", " + seed.getName(); hc++; } else { diff --git a/yacy.logging b/yacy.logging index 08a96ec74..a035f127b 100644 --- a/yacy.logging +++ b/yacy.logging @@ -12,9 +12,9 @@ # INFO regular action information (i.e. any httpd request URL) # FINEST in-function status debug output PARSER.level = INFO -YACY.level = FINEST +YACY.level = INFO HTCACHE.level = INFO -PLASMA.level = FINEST +PLASMA.level = INFO SERVER.level = INFO # List of global handlers