latest changes and cut for 0.40

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@548 6c8d7289-2bf4-0310-a012-ef5d649a1542
pull/1/head
orbiter 20 years ago
parent c47bb1182d
commit e616395c3b

@ -3,11 +3,11 @@ javacSource=1.4
javacTarget=1.4 javacTarget=1.4
# Release Configuration # Release Configuration
releaseVersion=0.398 releaseVersion=0.40
releaseFile=yacy_dev_v${releaseVersion}_${DSTAMP}_${releaseNr}.tar.gz #releaseFile=yacy_dev_v${releaseVersion}_${DSTAMP}_${releaseNr}.tar.gz
#releaseFile=yacy_v${releaseVersion}_${DSTAMP}_${releaseNr}.tar.gz releaseFile=yacy_v${releaseVersion}_${DSTAMP}_${releaseNr}.tar.gz
releaseDir=yacy_dev_v${releaseVersion}_${DSTAMP}_${releaseNr} #releaseDir=yacy_dev_v${releaseVersion}_${DSTAMP}_${releaseNr}
#releaseDir=yacy_v${releaseVersion}_${DSTAMP}_${releaseNr} releaseDir=yacy_v${releaseVersion}_${DSTAMP}_${releaseNr}
releaseNr=$Revision$ releaseNr=$Revision$
# defining some file/directory access rights # defining some file/directory access rights

@ -61,7 +61,7 @@ However, the search function is public.</p>
<ul> <ul>
<li><a href="http://yacy.dyndns.org:8000"><b>Michael Christen's Root Peer (Frankfurt, Germany)</b></a></li> <li><a href="http://yacy.dyndns.org:8000"><b>Michael Christen's Root Peer (Frankfurt, Germany)</b></a></li>
<li><a href="http://www.suma-lab.de:8080"><b>The Search-Engine Lab of the SuMa-eV (Hannover, Germany)</b></a></li> <li><a href="http://www.suma-lab.de:8080"><b>The Search-Engine Lab of the SuMa-eV (Hannover, Germany)</b></a></li>
<li><a href="http://4o4.dyndns.org:8080/"><b>4o4's Peer (Brunswick, Germany)</b></a></li> <li><a href="http://yacy.naggel.info/"><b>Hendrik Richter's PHP interface to his YaCy peer</b></a></li>
<li><a href="http://yacy.guerrier.info/"><b>Olivier Guerrier's Peer (France)</b></a></li> <li><a href="http://yacy.guerrier.info/"><b>Olivier Guerrier's Peer (France)</b></a></li>
</ul> </ul>

@ -65,14 +65,14 @@ You can <a href="http://java.sun.com/j2se/1.4.2/download.html">download the Java
</p> </p>
<p><b>Latest Release:</b> <p><b>Latest Release:</b>
The latest YaCy release version is 0.394<br> The latest YaCy release version is 0.40<br>
Nightly builds from compiles out of SVN can be obtained from <a href="http://devbin.yacy-forum.de/">http://devbin.yacy-forum.de/</a>.<br> Nightly builds from compiles out of SVN can be obtained from <a href="http://devbin.yacy-forum.de/">http://devbin.yacy-forum.de/</a>.<br>
<p>Main releases of YaCy are hosted on <a href="http://www.yacy.net/yacy/">yacy.net</a>, <a href="http://developer.berlios.de/projects/yacy/">yacy@BerliOS.de</a> and <a href="http://freshmeat.net/projects/yacyproxy/">yacy@freshmeat.net</a>.<br> <p>Main releases of YaCy are hosted on <a href="http://www.yacy.net/yacy/">yacy.net</a>, <a href="http://developer.berlios.de/projects/yacy/">yacy@BerliOS.de</a> and <a href="http://freshmeat.net/projects/yacyproxy/">yacy@freshmeat.net</a>.<br>
Download Mirrors and YaCy Flavours: Download Mirrors and YaCy Flavours:
<ul> <ul>
<li>Generic release of YaCy (all platforms with J2SE 1.4.2: Linux, Mac OS X, Windows, Solaris):</li> <li>Generic release of YaCy (all platforms with J2SE 1.4.2: Linux, Mac OS X, Windows, Solaris):</li>
<ul> <ul>
<li><tt>from yacy.net&nbsp;&nbsp;&nbsp;: <a href="http://www.yacy.net/yacy/release/yacy_v0.394_20050803_489.tar.gz"><tt>yacy_v0.394_20050803_489.tar.gz</tt></a></tt></li> <li><tt>from yacy.net&nbsp;&nbsp;&nbsp;: <a href="http://www.yacy.net/yacy/release/yacy_v0.40_20050816_547.tar.gz"><tt>yacy_v0.40_20050816_547.tar.gz</tt></a></tt></li>
<li><tt>from BerliOS.de&nbsp;: <a href="http://download.berlios.de/yacy/yacy_dev_v0.394_20050803_489.tar.gz"><tt>yacy_v0.394_20050803_489.tar.gz</tt></a></tt></li> <li><tt>from BerliOS.de&nbsp;: <a href="http://download.berlios.de/yacy/yacy_dev_v0.394_20050803_489.tar.gz"><tt>yacy_v0.394_20050803_489.tar.gz</tt></a></tt></li>
</ul> </ul>
<li>Windows-flavour release of YaCy (same code as generic release, but with convenient Windows-Installer):</li> <li>Windows-flavour release of YaCy (same code as generic release, but with convenient Windows-Installer):</li>

@ -73,9 +73,14 @@ globalheader();
</ul> </ul>
--> -->
<br><p>v0.40_20050816_548
<br><p>v0.394_20050803_489
<ul> <ul>
<li>Index distribution to DHT now fully active</li>
<ul>
<li>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.</li>
<li>The index distribution and the index receive flag on Index-Control must be set to enable global search on the own peer</li>
<li>For a global search, only relevant peers according to DHT rules are selected</li>
</ul>
<li>New YaCyNews feature</li> <li>New YaCyNews feature</li>
<ul> <ul>
<li>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:</li> <li>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:</li>
@ -85,22 +90,12 @@ globalheader();
<li>When a Wiki entry is changed, a Message is generated.</li> <li>When a Wiki entry is changed, a Message is generated.</li>
<li>Within the Network menu, Alerts for Profile Updates, Wiki Updates and Cralws in Progress may appear.</li> <li>Within the Network menu, Alerts for Profile Updates, Wiki Updates and Cralws in Progress may appear.</li>
</ul> </ul>
<li>Index distribution to DHT now fully active</li> <li>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.</li>
<ul> <li>New logging policy: logs are now exclusively written to the rotating logs in <app-home>/log/</li>
<li>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.</li> <li>Search was enhanced using the intermission feature (all other processes are paused while search is in progress)</li>
<li>The index distribution and the index receive flag on Index-Control must be set to enable global search on the own peer</li> <li>Enhancements to Translation/Localization</li>
</ul>
<li>Added Wiki to main menue. The Wiki-System now supports embedded images.</li>
</ul>
<br><p>v0.391_20050726_434 (bugfix release)
<ul>
<li>Fixed name-entry bug on Settings-page</li>
<li>Fixed division by zero on IndexCreate-page</li>
<li>Forcing delays of at least 100 milliseconds on Performance-page to prevent DoS behavior</li>
<li>Fixed release number display</li>
<li>Proxy-Caution-Delay (forced idle time of the crawler after a proxy access) is now configurable in the Performance menue</li> <li>Proxy-Caution-Delay (forced idle time of the crawler after a proxy access) is now configurable in the Performance menue</li>
<li>Many bugfixes for time-out problems, database crashes, DHT management, version numbers</li>
</ul> </ul>
<br><p>v0.39_20050722_424 <br><p>v0.39_20050722_424

@ -175,7 +175,7 @@ public class plasmaWordIndexDistribution {
log.logInfo("Index transfer of " + indexCount + " words [" + indexEntities[0].wordHash() + " .. " + indexEntities[indexEntities.length-1].wordHash() + "]/" + log.logInfo("Index transfer of " + indexCount + " words [" + indexEntities[0].wordHash() + " .. " + indexEntities[indexEntities.length-1].wordHash() + "]/" +
avdist + " to peer " + seed.getName() + ":" + seed.hash + " in " + avdist + " to peer " + seed.getName() + ":" + seed.hash + " in " +
((System.currentTimeMillis() - start) / 1000) + " seconds successfull (" + ((System.currentTimeMillis() - start) / 1000) + " seconds successfull (" +
(indexCount / ((System.currentTimeMillis() - start) / 1000)) + " words/s)"); (1000 * indexCount / (System.currentTimeMillis() - start + 1)) + " words/s)");
peerNames += ", " + seed.getName(); peerNames += ", " + seed.getName();
hc++; hc++;
} else { } else {

@ -12,9 +12,9 @@
# INFO regular action information (i.e. any httpd request URL) # INFO regular action information (i.e. any httpd request URL)
# FINEST in-function status debug output # FINEST in-function status debug output
PARSER.level = INFO PARSER.level = INFO
YACY.level = FINEST YACY.level = INFO
HTCACHE.level = INFO HTCACHE.level = INFO
PLASMA.level = FINEST PLASMA.level = INFO
SERVER.level = INFO SERVER.level = INFO
# List of global handlers # List of global handlers

Loading…
Cancel
Save