diff --git a/ChangeLog b/ChangeLog
index 1e0a77205..a992db7ac 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,6 @@
YaCy: The Search Engine with the friendly whale
-version 0.44svn
+version 0.44
* FIXED: special chars(like german umlauts) in tagNames allowed. (Allo)
* ADDED: Show public Bookmarks in Bookmarks.html, private ones, if the user is logged in. (Allo)
* FIXED: /xml/bookmarks/* now uses one file for private/public entries. private only with password.
@@ -11,7 +11,11 @@ version 0.44svn
* UPDATED: index write access (dht transmission, indexing, dht deletion) now completely synchronized (Orbiter)
* FIXED: conjunctive search was broken because of wrong data structures, fixed (Orbiter)
* UPDATED: more ranking attributes (Orbiter)
-
+ * ADDED: adding real streaming support for lage files (theli)
+ * ADDED: support of chunked transfer-encoding for http/1.1 clients (theli)
+ * ADDED: support of gzip content-encoding suitable clients (theli)
+ * ADDED: added TOC for pages in wiki (low012)
+
version 0.43
* UPDATED: new database handling of index entry objects, less IO overhead (Orbiter)
* ADDED: many new ranking attributes and handling routines (Orbiter)
diff --git a/doc/News.html b/doc/News.html
index 2dbc81314..d365500e0 100644
--- a/doc/News.html
+++ b/doc/News.html
@@ -54,6 +54,67 @@ globalheader();
Release list in reverse order:
+
+
+
+
+- New Features
+
+ - New simplified search page
+ - ajax-driven search result enrichment with snippet post-fetch. Snippets that are not available on page load time will be fetched using ajax requests.
+ - New 1-2-3(-4) configuration menu makes it easier to configure YaCy for first-time-users
+ - New yacy.badwords filters bad topwords
+ - Show public Bookmarks in Bookmarks.html, private ones, if the user is logged in.
+ - Added a yacybar.xpi to the release
+
+- Bugfixes
+
+ - fixed conjunctive search; was broken because of wrong data structures
+ - special chars (like german umlauts) are now allowed in bookmark tagNames
+ - /xml/bookmarks/* now uses one file for private/public entries. private only with password
+ - disabled write cache to avoid database corruption in case of crash
+ - bugfixes to HTTP/0.9 header handling
+ - fixed re-search bug
+
+- Enhancements
+
+ - index write access (dht transmission, indexing, dht deletion) is now completely synchronized, which increases speed and reduces IO
+ - there is now a real streaming support for lage files
+ - support of chunked transfer-encoding for http/1.1 clients
+ - support of gzip content-encoding suitable clients
+ - automatic TOC generation for pages in wiki
+ - changed user-agent string for yacy crawl access to 'yacybot'
+
+
+
v0.43_20060210_1593
- New Features
diff --git a/readme.txt b/readme.txt
index 73192b6cf..720775a46 100644
--- a/readme.txt
+++ b/readme.txt
@@ -49,6 +49,9 @@ If you like to use YaCy not as proxy but only as distributed
crawling/search engine, you can do so.
Start crawling at the 'Index Creation' menu point.
+You can add a YaCy toolbar to your Firefox web browser.
+Please install the yacybar.xpi Firefox extension
+
If you have any questions, please do not hesitate to contact the author:
Send an email to Michael Christen (mc@anomic.de) with a meaningful subject
including the word 'yacy' to prevent that your email gets stuck
@@ -59,5 +62,5 @@ feel free to ask the author for a business proposal to customize YaCy
according to your needs. We also provide integration solutions if the
software is about to be integrated into your enterprise application.
-Germany, Frankfurt a.M., 22.07.2005
+Germany, Frankfurt a.M., 07.03.2006
Michael Peter Christen