Added preformated changelog.txt

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@567 6c8d7289-2bf4-0310-a012-ef5d649a1542
pull/1/head
rramthun 20 years ago
parent 41aa3ae72e
commit 0864ea367d

@ -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

@ -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");
}

Loading…
Cancel
Save