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.
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:
- Generic release of YaCy (all platforms with J2SE 1.4.2: Linux, Mac OS X, Windows, Solaris):
- Windows-flavour release of YaCy (same code as generic release, but with convenient Windows-Installer):
diff --git a/doc/News.html b/doc/News.html
index 91a2f8359..c0d1183f7 100644
--- a/doc/News.html
+++ b/doc/News.html
@@ -73,9 +73,14 @@ globalheader();
-->
-
-
v0.394_20050803_489
+
v0.40_20050816_548
+- Index distribution to DHT now fully active
+
+ - All peers, principal, senior and junior peers distribute their index to other principal or senior peers. Juniors send their index to only one principal/senior peer, while principal/senior peers distribute to 3 redundant other peers.
+ - The index distribution and the index receive flag on Index-Control must be set to enable global search on the own peer
+ - For a global search, only relevant peers according to DHT rules are selected
+
- New YaCyNews feature
- A new menu 'News' shows the news processing queues for incoming and outgoing news. However, news shall not be monitored here but they influence the presentation of other information throughout the system:
@@ -85,22 +90,12 @@ globalheader();
- When a Wiki entry is changed, a Message is generated.
- Within the Network menu, Alerts for Profile Updates, Wiki Updates and Cralws in Progress may appear.
-- Index distribution to DHT now fully active
-
- - All peers, principal, senior and junior peers distribute their index to other principal or senior peers. Juniors send their index to only one principal/senior peer, while principal/senior peers distribute to 3 redundant other peers.
- - The index distribution and the index receive flag on Index-Control must be set to enable global search on the own peer
-
-- Added Wiki to main menue. The Wiki-System now supports embedded images.
-
-
-
-
v0.391_20050726_434 (bugfix release)
-
-- Fixed name-entry bug on Settings-page
-- Fixed division by zero on IndexCreate-page
-- Forcing delays of at least 100 milliseconds on Performance-page to prevent DoS behavior
-- Fixed release number display
+- The YaCy wiki has enhanced and was moved out from the 'Lab' to the main menu. The Wiki-System now supports embedded images and can show a preview.
+- New logging policy: logs are now exclusively written to the rotating logs in /log/
+- Search was enhanced using the intermission feature (all other processes are paused while search is in progress)
+- Enhancements to Translation/Localization
- Proxy-Caution-Delay (forced idle time of the crawler after a proxy access) is now configurable in the Performance menue
+- Many bugfixes for time-out problems, database crashes, DHT management, version numbers
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