diff options
| author | orbiter <orbiter@6c8d7289-2bf4-0310-a012-ef5d649a1542> | 2006-10-10 20:24:23 +0000 |
|---|---|---|
| committer | orbiter <orbiter@6c8d7289-2bf4-0310-a012-ef5d649a1542> | 2006-10-10 20:24:23 +0000 |
| commit | 97e24b63c710ee762b98ab71cd91fb8ba59fbd09 (patch) | |
| tree | 7b71694309f418571b0dccd0723616692961a4a3 /doc | |
| parent | 918b59dc5e8a717c1a6f06ef2fa29fe40b5003fa (diff) | |
release 0.48
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@2743 6c8d7289-2bf4-0310-a012-ef5d649a1542
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/Download.html | 6 | ||||
| -rw-r--r-- | doc/News.html | 28 |
2 files changed, 31 insertions, 3 deletions
diff --git a/doc/Download.html b/doc/Download.html index 26e790d51..1e374f672 100644 --- a/doc/Download.html +++ b/doc/Download.html @@ -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 : <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 : <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 : <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 : <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>
diff --git a/doc/News.html b/doc/News.html index 46169b75f..819a018a4 100644 --- a/doc/News.html +++ b/doc/News.html @@ -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>
|
