release 0.48

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@2743 6c8d7289-2bf4-0310-a012-ef5d649a1542
pull/1/head
orbiter 19 years ago
parent 918b59dc5e
commit 97e24b63c7

@ -3,11 +3,11 @@ javacSource=1.4
javacTarget=1.4
# Release Configuration
releaseVersion=0.473
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.48
#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}
releaseFileParentDir=yacy
releaseNr=$Revision$

@ -53,14 +53,14 @@ globalheader();
<p>If you download the software, you must accept the <a href="License.html">License</a>.</p>
<p><b>Latest Release:</b>
The latest YaCy release version is 0.47<br>
The latest YaCy release version is 0.48<br>
Nightly builds from compiles out of SVN can be obtained from <a href="http://latest.yacy-forum.de/">http://latest.yacy-forum.de/</a>.<br>
<ul>
<li>Generic release of YaCy (all platforms with J2SE 1.4.2: Linux, Mac OS X, Windows, Solaris):</li>
<ul>
<li><tt>from yacy.net&nbsp;&nbsp;&nbsp;: <a href="http://www.yacy.net/yacy/release/yacy_v0.47_20060927_2665.tar.gz"><tt>yacy_v0.47_20060927_2665.tar.gz</tt></a></tt></li>
<li><tt>from BerliOS.de&nbsp;: <a href="http://download.berlios.de/yacy/yacy_v0.47_20060927_2665.tar.gz"><tt>yacy_v0.47_20060927_2665.tar.gz</tt></a></tt></li><br><br>
<li><tt>from yacy.net&nbsp;&nbsp;&nbsp;: <a href="http://www.yacy.net/yacy/release/yacy_v0.48_20061010_2743.tar.gz"><tt>yacy_v0.48_20061010_2743.tar.gz</tt></a></tt></li>
<li><tt>from BerliOS.de&nbsp;: <a href="http://download.berlios.de/yacy/yacy_v0.48_20061010_2743.tar.gz"><tt>yacy_v0.48_20061010_2743.tar.gz</tt></a></tt></li><br><br>
</ul>
<li>Windows-flavour release of YaCy (same code as generic release, but with convenient Windows-Installer):</li>
<ul>

@ -84,6 +84,34 @@ globalheader();
</ul>
-->
<br><p>v0.48_20061010_2743
<ul>
<li>New Features</li>
<ul>
<li>Optional web cache organisation using url-hashes</li>
<li>Optional filter in online log and different colors in log messages</li>
<li>Indexing of files that are loaded for snippet-generation</li>
<li>New delete button for crawl profiles</li>
<li>New -t(aillog) option, to start monitoring the log after startup which can be stopped with ctrl+c, without stopping yacy</li>
<li>Added protocol for YaCy Bookmarks export/input: posts/get from the del.icio.us api</li>
</ul>
<li>Enhanced Features</li>
<ul>
<li>Better snippet - generation</li>
<li>Faster web search</li>
<li>Surftipps appear on their own web page</li>
</ul>
<li>Bugfixes</li>
<ul>
<li>Remote search did not work because of a bug in abstract generation</li>
<li>Better handling of large files and files with exotic charsets during parsing</li>
<li>Better UTF-8 handling</li>
<li>Files fetched for snippets can now be monitored in Cache Monitor</li>
<li>Better handling of objects that can be hold in memory instead of writing them to file caches</li>
<li></li>
</ul>
</ul>
<br><p>v0.47_20060927_2665
<ul>
<li>New Features</li>

Loading…
Cancel
Save