From 0864ea367d3ad2956969bd3a5498439a00afedcf Mon Sep 17 00:00:00 2001 From: rramthun Date: Sun, 21 Aug 2005 10:38:22 +0000 Subject: [PATCH] Added preformated changelog.txt git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@567 6c8d7289-2bf4-0310-a012-ef5d649a1542 --- changelog.txt | 38 +++++++++++++++++++++ source/de/anomic/http/httpdFileHandler.java | 4 +-- 2 files changed, 40 insertions(+), 2 deletions(-) create mode 100644 changelog.txt diff --git a/changelog.txt b/changelog.txt new file mode 100644 index 000000000..4a9f2485d --- /dev/null +++ b/changelog.txt @@ -0,0 +1,38 @@ +YaCy CHANGELOG +-------------- + +2005.08.21 | YaCy 0.41 (vorne wird das Release-Datum von 0.41 eingesetzt) + +FEATURE: Server | Now supports virtual header field IS_ADMIN, to show certain information only to peer-owner [Alexander] + +CHANGE: GUI | Improved german translation [Roland, Oliver Wunder] +CHANGE: Wiki | Better implementation of definition lists [Marc Nause] +CHANGE: Wiki | Implemented citings (blockquote) [Marc Nause] +CHANGE: DHT | If there are at most 10 entries left while doing an index transfer, these entries will also be appended to the index list [Martin] +CHANGE: Crawler | Before the crawler retries to download an URL it checks if the server is already doing a shutdown [Martin] +CHANGE: Crawler | Using timeout also to establish a connection [Martin] + +BUGFIX: ?????? | Trying to solve "de.anomic.plasma.plasmaSwitchboard.deQueue': null" Bug [Martin] + +-------------- + +Definitions: + +Feature: Something completely new. +Change: Additions or changes to an existing part +Bugfix: Fix for an misbehaviour + +Available Categories (to be continued?!): +GUI +Server (HTTP, Files) +Proxy +Crawler +Parser +Indexer +DHT +IndexDB +PeerDB +Scripts +Wiki +Message +YacyBar \ No newline at end of file diff --git a/source/de/anomic/http/httpdFileHandler.java b/source/de/anomic/http/httpdFileHandler.java index 3918d5da4..db2ef7898 100644 --- a/source/de/anomic/http/httpdFileHandler.java +++ b/source/de/anomic/http/httpdFileHandler.java @@ -248,8 +248,8 @@ public final class httpdFileHandler extends httpdAbstractHandler implements http if( authorization != null && adminAccountBase64MD5.equals(serverCodings.standardCoder.encodeMD5Hex(authorization.trim().substring(6))) ){ requestHeader.put("IS_ADMIN", "true"); }else{ - //WARNING: This Line ist very Important, do not remove! - //It resetzt the virtuel header to false, so nobody can provide + //WARNING: This line ist very important, do not remove! + //It resets the virtual header to false, so nobody can provide //a real header IS_ADMIN: true to gain adminrights requestHeader.put("IS_ADMIN", "false"); }