From 1a0f89d7e892c7f49c787dfc27787bb8b8685808 Mon Sep 17 00:00:00 2001 From: orbiter Date: Thu, 4 Oct 2007 20:12:08 +0000 Subject: [PATCH] release 0.55 git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@4145 6c8d7289-2bf4-0310-a012-ef5d649a1542 --- build.properties | 2 +- doc/News.html | 56 +++++++++++++- doc/News.rss | 197 ----------------------------------------------- 3 files changed, 56 insertions(+), 199 deletions(-) delete mode 100644 doc/News.rss diff --git a/build.properties b/build.properties index 0a32028e2..4468d1f82 100644 --- a/build.properties +++ b/build.properties @@ -3,7 +3,7 @@ javacSource=1.4 javacTarget=1.4 # Release Configuration -releaseVersion=0.548 +releaseVersion=0.55 releaseFile=yacy_v${releaseVersion}_${DSTAMP}_${releaseNr}.tar.gz proReleaseFile=yacy_pro_v${releaseVersion}_${DSTAMP}_${releaseNr}.tar.gz releaseFileParentDir=yacy diff --git a/doc/News.html b/doc/News.html index e7a82dfdd..e2bbbfc5a 100644 --- a/doc/News.html +++ b/doc/News.html @@ -85,6 +85,60 @@ globalheader(); --> + +

v0.55_20071004_4145 +

+

v0.54_20070802_4021

- ]]> - - - - New Release V0.49 (20061202_3040) - http://www.yacy.net/yacy/News.html#3040 - Sat, 02 Dec 2006 09:00:00 GMT - 3040 - -
  • Enhanced search service
  • -
      -
    • Web searches are faster because of the new data structures implemented in this version (see below) - and because bugs had been found and fixed.
    • -
    • Searches can be re-done with changed search properties. Please use the 'more options' link at the search page.
    • -
    • Added search constraints. These are search restrictions to web searches which are applied to information that is scraped - from the web pages during page parsing. The first application of search constraints is a search restricted to - index pages ('index of'). Please use the flag at the extended search functions.
    • -
    • Enabled index-abstracts search; this should solve the distributed-combined search challenge (still beeing tested).
    • -
    -
  • New Database Structures for Index and URL storage
  • -
      -
    • The new 'Collections' Data Structure is now the default data structure.
    • -
    • Index entries and URL entries carry more ranking and selection attributes, e.g. for image, video, audio and application search.
    • -
    • Enhanced Storage of URLs: they are now divided into different creation times. This enables easy deletion - of outdated URLs, enables a index-limitation function and solves the problem that the URL database was too - big to fit into a 2 GB file.
    • -
    • Search requests can now be answered in less time.
    • -
    • The index organization needs less IO.
    • -
    • Index transfers will now only be done to latest peers supporting the collection data structure.
    • -
    • Index transfers from old peers to new peers are translated automatically to new data format.
    • -
    • Assortments are no longer supported.
    • -
    -
  • Enhanced SOAP support
  • -
      -
    • Added protocol for peer administration, custom services, status queries, blacklist management, - file share management, support for outgoing transfer- and content-encoding, better error handling, - function to get and set message forwarding, handling of YaCy bookmarks, log display, - manage peer messages, get and set peer profile, query peer status, query the pause/resume state of the crawling queues, - and a check if a specific URL is blacklisted.
    • -
    • Added new ANT target to allow generation of client stub classes for YaCy SOAP api.
    • -
    -
  • Other new Features
  • -
      -
    • Added DNS-cache-miss caching.
    • -
    • Added Flash (experimental), MS Excel and Powerpoint parser.
    • -
    • New mint-green and dark skin.
    • -
    • Better non-7bit ascii character support.
    • -
    • Added ant support for rpms.
    • -
    • Added ant target for windows installer.
    • -
    • Added template to display file share in xml format.
    • -
    • Better object caching for kelondro database (combined read/write object cache with synergy effects).
    • -
    • More anonymization in logging.
    • -
    • New HTCACHE layout using files hashes; tree- and hash-layout can be used simultanously; hash-layout is now default.
    • -
    • Access to wiki is now limited to administrator, if wanted. This can be configured at the wiki page.
    • -
    • ..and many bugfixes. -
    -
  • New 'satellite' Projects: these applications work as service applications for the YaCy application (start-up/experimental status)
  • -
      -
    • YaCy admin: a swing-based client, that is able to administrate yacy using the SOAP interface.
    • -
    • YaCy Screen Saver: presentation of the peer status in a screen saver
    • -
    • YaCy Updater: automated donwloads/updates
    • -
    • YaCy logalizer: analyzer for the YaCy log
    • -
    - - ]]>
    -
    - - \ No newline at end of file