diff --git a/doc/News.html b/doc/News.html
index a072f8c2e..95f3dcf05 100644
--- a/doc/News.html
+++ b/doc/News.html
@@ -84,6 +84,46 @@ globalheader();
-->
+
v0.45_2006042x_2xxx
+
+- Enhanced Search Functions
+
+ - Re-designed search page: this shows now a simplified page without the left navigation column. The column is only shown if the user is logged-in.
+ - Added Picture-option to search results: this shows only pictures that are on the found page in thumbnail size.
+ - Added 'prefer' option to search: this will move search results with matching headlines to the top of the search results.
+
+- Enhanced Crawler Options
+
+ - Introduced a re-crawl option for crawl starts of already indexed web pages.
+ - Introduced a auto-dom-filter for special steering of the crawler in case that the crawl start is a link-list and crawls should stay within only the domains of the link-list.
+ - Introduced a link-per-domain limitation for the crawler.
+
+- Other User Interface Enhancements
+
+ - Re-designed (re-ordered) left navigation bar.
+ - Added blog to Communication/Publication section of navigation bar.
+ - New index cleaner job and interface to delete blacklisted indexes from the database.
+ - The Profile-Viewer may now also show the local profile. A link to a profile-presentation of the local peer is included on the new simplified search page.
+
+- Performance Enhancements
+
+ - Introduced a second RAM cache for indexes that are received from DHT transmission and removed second cache flush limit from normal index cache.
+ - Added a period of rest to the cache flush process: this prevents that indexes are flushed to disc if they could be candidates for DHT transmission.
+
+- Bugfixes
+
+ - Simplified installation instructions (removed proxy config).
+ - Enhanced html parser to support image tags.
+ - Added checks to protect peers from wrong seeds.
+ - Re-design of kelondroTree-iterator to prevent concurrent modification exceptions.
+ - Blacklists are now also applied to urls during DHT receives.
+ - Fixed bugs with index cache flushs.
+ - Fixed behavior of remote crawl trigger that caused long pauses in case of local index queue overflow
+ - Better robots.txt support.
+ - Many minor bugfixes concerning file type handling, url normal form computation, crawl profile storage, network peer counting, parser errors, wiki code, htcache storage etc.
+
+
+
v0.44_20060307_1844